-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support reason of citation with Wikidata #240
base: master
Are you sure you want to change the base?
Conversation
For now, the ability to modify citation intentions via the Citation Editor is OK. |
I made the variable 'cito' in wikidata.js so adding new intentions would be as easy as just adding a new pair key:value. |
@diegodlh did you planned on implementing citation intentions synchronization in the function syncItemCitationsWithWikidata ? I also read the CitesWorkClaim class comments, but I'm not sure how to implement it in the syncItem.. function. |
My code is not clean at all, but I put the PR in 'ready for review' to have feedback. I'm having a hard time with the render of the citations in the citations tab, I'm not too good with CSS. It is usable in this state. |
Thanks a lot for your work - I'll try and get to reviewing this soon! |
While this PR modifies the citations panel and enable supports of qualifiers, it would be important, I think, to implement the property 'series ordinal' (P1545) in the citation panel as well. So when the citations are ordered by index, their index number would be the value of the 'series ordinal' property in wikidata. It would be needed to replace the 'up and down arrows' with field in the citation editor. |
working on #163
I'm working on implementing the CiTO in the citation editor, the synchronization with wikidata and the visualization of intention of citation in the 'citation' tab, as well as the ability the order citations elements by intention of citation.