Skip to content

Commit

Permalink
this is a mapping in a form of json
Browse files Browse the repository at this point in the history
the documentation follows in a markdown file
  • Loading branch information
Shirazos7 committed Dec 12, 2023
1 parent ed83e0b commit a294dc2
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions json mapping/output mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"_codes": [
"author_ids"
],


"_code":[ "author_id"
],


"_name": [ "author"

],

"_document_type": ["document_type"
],

"_title": [ "document_title"
],



"_id": [ "document_id"

],

"_identifier": ["doi"
],

"_keywords": ["keywords"

],
"_keyword": ["keyword"
],

"_languages": ["language"
],

"_pages": ["pagination"
],

"_year": ["publication_year"
],

"_source": ["source"
],

"spelling": ["_author_code"
],

"reviewer_id": ["reviewer_id"
],

"_sign": ["review_sign"
],

"_text": ["review_text"
],

"_contribution_type": ["review_type"
],


"_id": ["document_id"
],

"_publisher": ["serial_publisher"
],

"_title": ["serial_title"
],


"_text": ["text"
],
"_document_id": ["ref_id"
],
"_msc": ["ref_classification"

]



}

0 comments on commit a294dc2

Please sign in to comment.