Skip to content

Commit 21d238d

Browse files
committed
Fix poster 42 annotation: creators listed the preprint's authors, not the poster's
42.json credited six authors across five affiliations. The poster prints three authors and two affiliations. Reddy, Dhillon and Tripathi appear nowhere on it except inside the References citation of the CarD-T preprint at the foot of the page (13pt, y=0.91), and three of the five affiliations (Herbert Wertheim School of Public Health, Moores Cancer Center, Department of Cellular and Molecular Medicine) appear nowhere in the poster text at all. The author list had been taken from the paper rather than the poster. Three independent sources agree on the correct list. The banner reads "Jamey O'Neill(1,2), Ludmil Alexandrov(2), Parag Katira(1)" over a two-entry legend; 42_raw.md transcribes exactly that; and 42_sub-json.json, annotated from the same poster, already records those three with those affiliations. The annotation guide is explicit that creators are "as shown on poster" and that the full .json adds looked-up identifiers (ORCID, ROR, DOI, rights), not extra people. Restores the three authors in byline order and trims Alexandrov to the one affiliation his marker points at. Every ORCID, ROR, contact identifier and other field is preserved untouched; the change is deletions only. Validates against poster_schema v0.2, and the creators now match 42_sub-json.json exactly. This matters beyond one record: 42 is one of the two reference examples the annotation guide tells annotators to study as a template, so the error was teaching the wrong convention to every poster annotated after it.
1 parent 5c1f5db commit 21d238d

1 file changed

Lines changed: 0 additions & 61 deletions

File tree

manual_poster_annotation/42/42.json

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -44,55 +44,6 @@
4444
}
4545
]
4646
},
47-
{
48-
"name": "Reddy, Gudur Ashrith",
49-
"nameType": "Personal",
50-
"affiliation": [
51-
{
52-
"name": "Mechanical Engineering Department, San Diego State University",
53-
"affiliationIdentifier": "https://ror.org/01zj77w89",
54-
"affiliationIdentifierScheme": "ROR",
55-
"schemeURI": "https://ror.org"
56-
},
57-
{
58-
"name": "Department of Bioengineering, University of California San Diego",
59-
"affiliationIdentifier": "https://ror.org/0168r3w48",
60-
"affiliationIdentifierScheme": "ROR",
61-
"schemeURI": "https://ror.org"
62-
}
63-
]
64-
},
65-
{
66-
"name": "Dhillon, Nermeeta",
67-
"nameType": "Personal",
68-
"affiliation": [
69-
{
70-
"name": "Mechanical Engineering Department, San Diego State University",
71-
"affiliationIdentifier": "https://ror.org/01zj77w89",
72-
"affiliationIdentifierScheme": "ROR",
73-
"schemeURI": "https://ror.org"
74-
}
75-
]
76-
},
77-
{
78-
"name": "Tripathi, Osika",
79-
"nameType": "Personal",
80-
"nameIdentifiers": [
81-
{
82-
"nameIdentifier": "https://orcid.org/0000-0002-8093-1109",
83-
"nameIdentifierScheme": "ORCID",
84-
"schemeURI": "https://orcid.org"
85-
}
86-
],
87-
"affiliation": [
88-
{
89-
"name": "Herbert Wertheim School of Public Health and Human Longevity Science, University of California San Diego",
90-
"affiliationIdentifier": "https://ror.org/0168r3w48",
91-
"affiliationIdentifierScheme": "ROR",
92-
"schemeURI": "https://ror.org"
93-
}
94-
]
95-
},
9647
{
9748
"name": "Alexandrov, Ludmil",
9849
"nameType": "Personal",
@@ -109,18 +60,6 @@
10960
"affiliationIdentifier": "https://ror.org/0168r3w48",
11061
"affiliationIdentifierScheme": "ROR",
11162
"schemeURI": "https://ror.org"
112-
},
113-
{
114-
"name": "Department of Cellular and Molecular Medicine, University of California San Diego",
115-
"affiliationIdentifier": "https://ror.org/0168r3w48",
116-
"affiliationIdentifierScheme": "ROR",
117-
"schemeURI": "https://ror.org"
118-
},
119-
{
120-
"name": "Moores Cancer Center, University of California San Diego",
121-
"affiliationIdentifier": "https://ror.org/0168r3w48",
122-
"affiliationIdentifierScheme": "ROR",
123-
"schemeURI": "https://ror.org"
12463
}
12564
]
12665
},

0 commit comments

Comments
 (0)