IQSS/12244 - fix org citations#12248
Conversation
|
@qqmyers I'm still seeing the incorrect Author
added some logging. looks like it still thinks it's a person
|
|
FYI: The Organization name must be in the en-ner-organization.bin in order for the Name Finder to recognize it. Otherwise it will show up as a person's name instead of an Organization. |
|
2026-05-20: It is unclear when or how this file was created: en-ner-organization.bin. Complication: all organizations must be included in the file. Therefore, if this file cannot be edited, then this functionality cannot be implemented. @qqmyers please let us know if you have any additional insight. Otherwise, it seems we may have to merge as a partial fix, but indicate that it does not fix the actual issue mentioned in the issue body: #12244. Ideally, we would create a separate issue to address organizations that are not in the en-ner-organization.bin file. Either way, we'll move it to 6.12 since it is not required. |
|
Since the org in #12244 is being recognized as a person, https://guides.dataverse.org/en/latest/installation/config.html#dataverse-person-or-org-org-phrase-array can be used. This PR solves a different issue. |

What this PR does / why we need it: The code had logic to test when a name is for an organization but, due to a typo/cut-paste issue, the CSL Json used to create citations was still marking the entry as not being an organization. This PR fixes the issue.
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this: Add a multiword org name as an author, check the chicago style or other styles citations available in the UI/API. (See issue for example).
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?: inc.
Additional documentation: