-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sponsors and committees #150
Comments
All I capture currently is:
where This will need to become a separate ticket for me to work through. |
There is no separate hierarchy to encode, this is merely conjunction of multiple sponsors. We can do some of this thanks to updates motivated by JIS and NIST (https://github.com/metanorma/metanorma-nist/issues/103). But they don't capture the hierarchy to this degree of elaborateness: we would need to allow multiple levels of divisions, with division types. We do need to start with the topmost level, which will be the society if available; and we will need the division types to be prefixed to the division name. So a maximal instance with
will be: (not implemented yet)
And we will know to suppress the institution from rendering if it is IEEE. The XML is going to be:
Will need to add optional type to subdivision, multiple subdivisions, and subdivision processing on organisations. |
@andrew2net I'm about to do a breaking change to contributor/organization/subdivision in the relaton grammar, turning it from a string to a recursive instance of the organization object. Are you using it at all? |
Proceeding. @andrew2net you will need to update Relaton. |
Now that we have means of entering multiple multi-level sponsors, we need to incorporate them into language for the IEEE front page. I will need to generate that language in Presentation XML. |
The parent ticket #95 has long since been put into the fridge, and this is one of the many tickets that I've ignored for years because nobody was actually asking for them, because we have not had any management of work. But if @anermina @Intelligent2013 want to revisit IEEE 1127-1998, they're about to be able to. |
I have no interest in perpetuating inconsistencies between documents, which reflect sloppiness rather than any genuine requirement. There shall be an /bibdata/ext/developed-attribution and a /bibdata/ext/sponsored-attribution element, added to Presentation XML. They will have consistent wording: |
CSV processing of document attributes needs us to unescape the attribute values, to get rid of ; in XML escapes. |
gives the output required above; implemented in Word and HTML, with the relevant phrasing stored in /bibdata/ext/sponsored-attribution. |
From #95
From ieee-stl:
The element contains sub-elements:
The xml source for master-1-standard document:
Cover page contains some different text (there isn't this text in the xml):
But 2nd page contains exactly text from xml (some text is bold-faced):
The xml source for master-2-standards document doesn't contain 'Sponsor' word:
Cover page:
2nd page contains 'Sponsor' (it's missing in xml, but presents in the xml for 'master-1-standard'):
So:
<std-sponsor>Sponsor <committee>Substations Committee of the IEEE Power and Energy Society</committee></std-sponsor>
, i.e. 'IEEE Power and Energy Society' inserted as the committee's part.Regarding 'Developed by ', IEEE uses the element 'std-sponsor' also for this purpose.
Xml example for 2830-2021:
Cover page (no 2nd page in the draft):
So, we need fields for specifying:
The text was updated successfully, but these errors were encountered: