Anonymous

LexBib bibliodata workflow overview: Difference between revisions

From LexBib
no edit summary
No edit summary
No edit summary
Line 2: Line 2:
* [https://docs.google.com/spreadsheets/d/e/2PACX-1vQFXW9v18NuNjt1ZDU33U8mRfFqhRE-PeUep8x3i36B6uNhfGhrXgqlSEGSX45J8uncVcUnP427JtJJ/pubhtml?gid=0&single=false This table] contains information about the status of item collections.
* [https://docs.google.com/spreadsheets/d/e/2PACX-1vQFXW9v18NuNjt1ZDU33U8mRfFqhRE-PeUep8x3i36B6uNhfGhrXgqlSEGSX45J8uncVcUnP427JtJJ/pubhtml?gid=0&single=false This table] contains information about the status of item collections.
* On LexBib main page, a [[Main_Page#See_what.27s_in_the_database|set of queries]] show contents of LexBib wikibase.
* On LexBib main page, a [[Main_Page#See_what.27s_in_the_database|set of queries]] show contents of LexBib wikibase.
* LexBib [[Project:About|About page]] contains reference to written publications and presentations about LexBib and Elexifinder.


=Collection of bibliodata: Zotero=
=Collection of bibliodata: Zotero=
Line 29: Line 30:
* In cases where GROBID fails, we manually isolate the text body from the Zotero-produced TXT ([https://lexbib.org/blog/grobid-txt-validation/ tutorial]).
* In cases where GROBID fails, we manually isolate the text body from the Zotero-produced TXT ([https://lexbib.org/blog/grobid-txt-validation/ tutorial]).


=Migration to Wikibase=
=Migration to LexBib wikibase: Conversion into Linked Data=
 
==Zotero export==


* Items are exported from Zotero using an own [https://github.com/elexis-eu/elexifinder/blob/master/Zotero/LexBib_JSON.js JSON exporter].
* Items are exported from Zotero using an own [https://github.com/elexis-eu/elexifinder/blob/master/Zotero/LexBib_JSON.js JSON exporter].
Line 39: Line 42:
* [https://github.com/elexis-eu/elexifinder/blob/master/wikibase/bibimport.py bibimport.py] uploads the resulting semantic triples ("wikibase statements") to LexBib wikibase.
* [https://github.com/elexis-eu/elexifinder/blob/master/wikibase/bibimport.py bibimport.py] uploads the resulting semantic triples ("wikibase statements") to LexBib wikibase.


=Author Disambiguation: Open Refine=
==Author Disambiguation: Open Refine==
 
==Indexation of bibliographical items with [[LexVoc]] terms==
 
==Elexifinder export==


=Elexifinder Export=
* [https://github.com/elexis-eu/elexifinder/blob/master/wikibase/export-elexifinder.py elexifinder-export.py] generates a JSON export as needed for [[Elexifinder]], based on LexBib wikibase output obtained using SPARQL and API calls.
* The Elexifinder export contains authors, author locations, event locations, languages, containing items, and LexVoc terms as Elexifinder "categories", using unambigouus identifiers and labels. Publication title and date, links that point to the corresponding Zotero item and to a full text download access (at the publisher, or as DOI, etc.) are also exported, as well as the whole full text, which is processed for Wikification (Elexifinder "concepts").


=Maintenance tasks=
=Maintenance tasks=