-
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
PID - ORCID, WikiData - Osoby #2594
Milestone
Comments
A nebylo by dobré ještě dát možnost uživatelům, aby si to editovali ve svém profilu? |
Merged
motyc
pushed a commit
that referenced
this issue
Jan 15, 2025
* First commit #2616 #2594 #2591 * First commit #2616 #2594 #2591 * First commit #2616 #2594 #2591 * Minor updates * Refactoring * #2591 * #2596 #2615 * #2596 #2615 #2591 * Add IGSN prefix support and fix DOI field tooltip Introduced `IGSN_PREFIX` setting and implemented its handling in prefix retrieval methods. Also corrected the tooltip reference for the DOI field in forms to resolve a mismapping issue. * Enable ORCID, DOI, and ROR verification in forms Integrated ORCID, DOI, and ROR validation logic across various forms using external APIs to ensure data accuracy. Additionally, included updates to support IGSN management and improved admin form functionality. * Rename and refactor DOI module to PID and improve validations Reorganized the DOI module under a more general PID namespace for extensibility. Added support for Wikidata validation and adjusted file imports, configurations, and serializer logic to align with the new structure. Minor improvements include enhanced handling of anonymized data and additional configurations for external resources. * Moved AIS_AMCR_ROR to constants.py
pesikj
added a commit
that referenced
this issue
Jan 19, 2025
pesikj
added a commit
that referenced
this issue
Jan 19, 2025
pesikj
added a commit
that referenced
this issue
Jan 19, 2025
pesikj
added a commit
that referenced
this issue
Jan 19, 2025
pesikj
added a commit
that referenced
this issue
Jan 20, 2025
motyc
added a commit
that referenced
this issue
Jan 20, 2025
* First commit #2616 #2594 #2591 * First commit #2616 #2594 #2591 * First commit #2616 #2594 #2591 * Minor updates * Refactoring * #2591 * #2596 #2615 * #2596 #2615 #2591 * Add IGSN prefix support and fix DOI field tooltip Introduced `IGSN_PREFIX` setting and implemented its handling in prefix retrieval methods. Also corrected the tooltip reference for the DOI field in forms to resolve a mismapping issue. * Enable ORCID, DOI, and ROR verification in forms Integrated ORCID, DOI, and ROR validation logic across various forms using external APIs to ensure data accuracy. Additionally, included updates to support IGSN management and improved admin form functionality. * Rename and refactor DOI module to PID and improve validations Reorganized the DOI module under a more general PID namespace for extensibility. Added support for Wikidata validation and adjusted file imports, configurations, and serializer logic to align with the new structure. Minor improvements include enhanced handling of anonymized data and additional configurations for external resources. * Rename and refactor DOI module to PID and improve validations Reorganized the DOI module under a more general PID namespace for extensibility. Added support for Wikidata validation and adjusted file imports, configurations, and serializer logic to align with the new structure. Minor improvements include enhanced handling of anonymized data and additional configurations for external resources. * Autocomplete for DOI and ORCID * Code review * Update base.py Sladění s e0c8f6b * Autocomplete #2616 #2594 #2592 * Autocomplete #2616 #2594 #2592 * Autocomplete #2616 #2594 #2592 * Autocomplete #2616 #2594 #2592 --------- Co-authored-by: David Novák <novak@arup.cas.cz>
pesikj
added a commit
that referenced
this issue
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cílem je doplnit ID podle ORCID a WikiData k těm osobám, které je mají přidělené (děje se zcela nezávisle na AMČR).
--
osoba.orcid
--
osoba.wikidata
osoba/rodne_prijmeni
doplněny elementy:--
<xs:element name="orcid" minOccurs="0" maxOccurs="1" type="xs:string"/> <!-- "{orcid}" -->
--
<xs:element name="wikidata" minOccurs="0" maxOccurs="1" type="xs:string"/> <!-- "{wikidata}" -->
--
https://orcid.org/0000-0001-6592-6291
->0000-0001-6592-6291
--
https://www.wikidata.org/wiki/Q59162343
->Q59162343
-- https://info.orcid.org/documentation/api-tutorials/api-tutorial-read-data-on-a-record/
-- https://www.wikidata.org/wiki/Wikidata:REST_API
The text was updated successfully, but these errors were encountered: