Actions
Feature #12341
closedVO-Disciplines information to be hierarchical
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
Vo Id Card
Start date:
02/19/2016
Due date:
% Done:
100%
Estimated time:
Model:
Est. resolution:
Description
Hello,
currently the ops portal allows to download an XML with the disciplines information for the VOs, which is used (I assume) to map VOs into the different disciplines.
One example is the following (alice):
<DoctrineCollection>
<Disciplines discipline_id="1">
<disciplinelabel>Natural Sciences</disciplinelabel>
</Disciplines>
<Disciplines discipline_id="72">
<disciplinelabel>Physical sciences</disciplinelabel>
</Disciplines>
<Disciplines discipline_id="87">
<disciplinelabel>High energy physics</disciplinelabel>
</Disciplines>
<Disciplines discipline_id="91">
<disciplinelabel>Nuclear physics</disciplinelabel>
</Disciplines>
<Disciplines discipline_id="93">
<disciplinelabel>Particle physics</disciplinelabel>
</Disciplines>
<Disciplines discipline_id="94">
<disciplinelabel>Physics</disciplinelabel>
</Disciplines>
<Disciplines discipline_id="110">
<disciplinelabel>Engineering and Technology</disciplinelabel>
</Disciplines>
</DoctrineCollection>
In this list 1st level of disciplines "Natural sciences" are non-distinguishable from the other levels "Physical science" "high energy physics". Which makes very hard to automatically create groups of VOs for macro-disciplines and micro-disciplines.
Couldn't be possible to have an xml that mimics the visualization on the portal, and provides hierarchical information about the disciplines?
Engineering and Technology
Natural Sciences
Physical sciences
High energy physics
Nuclear physics
Particle physics
Physics
Something like
<Discipline= Natural sciences>
<Discipline = physical sciences>
<Discipline = HEP/>
<Discipline = Nuclear physics/>
</Discipline>
</Discipline>
thanks
Peter
Updated by L'Orphelin Cyril over 8 years ago
- Status changed from In progress to Resolved
- % Done changed from 0 to 100
- Release set to 4.0
Actions