LexBib bibliodata workflow overview: Difference between revisions

(Created page with "This page contains a summary of how bibliographical data (bibliodata) is processed in LexBib. * [https://docs.google.com/spreadsheets/d/e/2PACX-1vQFXW9v18NuNjt1ZDU33U8mRfFqhRE...")
 
Line 13: Line 13:
* Completeness of publication metadata is manually checked. The editing team uses [https://www.zotero.org/groups/ Zotero group synchronization].
* Completeness of publication metadata is manually checked. The editing team uses [https://www.zotero.org/groups/ Zotero group synchronization].
* Every item is annotated with the first author's location. An English Wikipedia page URL (as unambiguous identifier) is placed in the Zotero "extra" field. zotexport.py (see below) maps that to the corresponding LexBib place item.
* Every item is annotated with the first author's location. An English Wikipedia page URL (as unambiguous identifier) is placed in the Zotero "extra" field. zotexport.py (see below) maps that to the corresponding LexBib place item.
* Items are annotated with Zotero tags that contain shortcodes for the following:
* Items are annotated with Zotero tags that contain shortcodes, which are interpreted by zotexport.py. The shortcodes point either to LexBib wikibase items (Q-ID), or to pre-defined values:
** '':container'' points to a containing item (a journal issue, an edited volume)
** '':container Qxx'' points to a containing item (a journal issue, an edited volume)
** '':event'' points to a corresponding event (a conference iteration, a workshop)
** '':event Qxx'' points to a corresponding event (a conference iteration, a workshop)
** '':abstractLanguage'' indicates that the abstract contained in the dataset is given in a certain language (different to the language of the article)
** '':abstractLanguage en'' indicates that the abstract contained in the dataset is given in English (and not in the language of the article)
** '':collection'' points to an Elexifinder collection number
** '':collection x'' points to an Elexifinder collection number
** '':type Review'' classifies the item as review article
** '':type Community'' classifies the item as piece of community communication (anniversaries, obituaries, etc.)
** '':type Report'' classifies the item as event report


==Full text TXT cleaning==
==Full text TXT cleaning==