Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Last active March 13, 2021 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/53d24710f65a4a958e9b7ca7cb1f8b43 to your computer and use it in GitHub Desktop.
Save baskaufs/53d24710f65a4a958e9b7ca7cb1f8b43 to your computer and use it in GitHub Desktop.
Configuration file for journal articles
{
"data_path": "",
"item_source_csv": "",
"item_pattern_file": "",
"outfiles": [
{
"manage_descriptions": true,
"label_description_language_list": [
"en"
],
"output_file_name": "articles.csv",
"prop_list": [
{
"pid": "P31",
"variable": "instance_of",
"value_type": "item",
"qual": [],
"ref": []
},
{
"pid": "P356",
"variable": "doi",
"value_type": "string",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P577",
"variable": "published",
"value_type": "date",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P1476",
"variable": "title_en",
"value_type": "monolingualtext",
"language": "en",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P1433",
"variable": "journal",
"value_type": "item",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P478",
"variable": "volume",
"value_type": "string",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P304",
"variable": "page",
"value_type": "string",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
},
{
"pid": "P433",
"variable": "issue",
"value_type": "string",
"qual": [],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
}
]
},
{
"manage_descriptions": false,
"label_description_language_list": [],
"output_file_name": "authors.csv",
"prop_list": [
{
"pid": "P50",
"variable": "author",
"value_type": "item",
"qual": [
{
"pid": "P1545",
"variable": "series_ordinal",
"value_type": "string"
},
{
"pid": "P1932",
"variable": "stated_as",
"value_type": "string"
}
],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
}
]
},
{
"manage_descriptions": false,
"label_description_language_list": [],
"output_file_name": "author_strings.csv",
"prop_list": [
{
"pid": "P2093",
"variable": "author_string",
"value_type": "string",
"qual": [
{
"pid": "P1545",
"variable": "series_ordinal",
"value_type": "string"
}
],
"ref": [
{
"pid": "P854",
"variable": "referenceUrl",
"value_type": "uri"
},
{
"pid": "P813",
"variable": "retrieved",
"value_type": "date"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment