Skip to content

Commit

Permalink
Hindawi: generic parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Sep 26, 2023
1 parent 2b1e2da commit 646b910
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion documentation/Hindawi/hindawi_fields_mapping.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# [Enhancer](#enhancer)
# [Generic parsing](#generic_parsing)

| Reference | Field | Subfield | Processing | Default value |
|-----------|------------------------|----------------------|--------------------------------------------------------------------------------------------------------------------------------------|---------------|
| <a href="#22" id="22">[22]</a> | authors | surname, given_names | takes <a href="#2">authors [2]</a> and splits raw_name: if there is a comma, it means that the surname and given_name are in the second part | |
| <a href="#23" id="23">[23]</a> | abstract | | takes <a href="#3">abstract [3]</a> and cleans white space characters | |
| <a href="#24" id="24">[24]</a> | collaborations | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#25" id="25">[25]</a> | title | | takes <a href="#4">title [4]</a> and cleans white space characters | |
| <a href="#26" id="26">[26]</a> | subtitle | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#27" id="27">[27]</a> | journal_year | | | |
| <a href="#28" id="28">[28]</a> | preprint_date | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#29" id="29">[29]</a> | date_published | | takes <a href="#5">date_published [5]</a> and forms it <code> f"{tmp_date.year:04d}-{tmp_date.month:02d}-{tmp_date.day:02d}"</code> | |
| <a href="#30" id="30">[30]</a> | related_article_doi | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#31" id="31">[31]</a> | free_keywords | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#32" id="32">[32]</a> | classification_numbers | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#33" id="33">[33]</a> | dois | | takes <a href="#1">dois</a> | |
| <a href="#34" id="34">[34]</a> | thesis_supervisor | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#35" id="35">[35]</a> | thesis | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#36" id="36">[36]</a> | urls | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#37" id="37">[37]</a> | local_files | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#38" id="38">[38]</a> | record_creation_date | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#39" id="39">[39]</a> | control_field | | NO SUCH A FIELD IN HINDAWI | |
| <a href="#40" id="40">[40]</a> | publication_info | | | |
| <a href="#41" id="41">[41]</a> | | journal_title | takes <a href="#16">journal title [16]</a> | |
| <a href="#42" id="42">[42]</a> | | journal_volume | takes <a href="#17">journal volume [17]</a> | |
| <a href="#43" id="43">[43]</a> | | journal_year | takes <a href="#18">journal year [18]</a> | |
| <a href="#44" id="44">[44]</a> | | journal_issue | NO SUCH A FIELD IN HINDAWI | |
| <a href="#45" id="45">[45]</a> | | journal_doctype | NO SUCH A FIELD IN HINDAWI | |


# [Parsing](#parsing)
Expand Down

0 comments on commit 646b910

Please sign in to comment.