commonmeta-py 0.17__tar.gz → 0.17.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/PKG-INFO +1 -1
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/crossref_reader.py +25 -16
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/datacite_reader.py +18 -3
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/datacite_xml_reader.py +41 -7
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/commonmeta_v0.13.json +2 -12
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/commonmeta_writer.py +1 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/datacite_writer.py +13 -4
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/pyproject.toml +1 -1
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/LICENSE +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/README.md +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/__init__.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/api_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/author_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/base_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/cli.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/constants.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/crossref_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/date_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/doi_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/metadata.py +15 -15
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/__init__.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/bibtex_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/cff_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/codemeta_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/commonmeta_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/crossref_xml_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/csl_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/inveniordm_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/json_feed_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/kbase_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/ris_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/readers/schema_org_reader.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/cff_v1.2.0.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/commonmeta_v0.12.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/AccessIndicators.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/JATS-journalpublishing1-3d2-mathml3-elements.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/JATS-journalpublishing1-3d2-mathml3.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/JATS-journalpublishing1-elements.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/JATS-journalpublishing1-mathml3-elements.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/JATS-journalpublishing1-mathml3.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/JATS-journalpublishing1.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/clinicaltrials.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/common5.3.1.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/crossref5.3.1.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/crossref_query_output3.0.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/fundref.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/module-ali.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/relations.xsd +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref-v0.2.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/csl-data.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/datacite-v4.5.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/ietf-bcp-47.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/iso-8601.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/spdx/licenses.json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/spdx-schema..json +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/apa.csl +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/chicago-author-date.csl +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/harvard-cite-them-right.csl +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/ieee.csl +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/modern-language-association.csl +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/vancouver.csl +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/schema_utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/translators.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/utils.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/__init__.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/bibtex_writer.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/citation_writer.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/crossref_xml_writer.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/csl_writer.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/ris_writer.py +0 -0
- {commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/writers/schema_org_writer.py +0 -0
@@ -65,6 +65,8 @@ def read_crossref(data: Optional[dict], **kwargs) -> Commonmeta:
|
|
65
65
|
_id = doi_as_url(doi)
|
66
66
|
_type = CR_TO_CM_TRANSLATIONS.get(meta.get("type", None)) or "Other"
|
67
67
|
|
68
|
+
archive_locations = wrap(meta.get("archive", None))
|
69
|
+
|
68
70
|
if meta.get("author", None):
|
69
71
|
contributors = get_authors(wrap(meta.get("author")), via="crossref")
|
70
72
|
else:
|
@@ -89,7 +91,15 @@ def read_crossref(data: Optional[dict], **kwargs) -> Commonmeta:
|
|
89
91
|
or py_.get(meta, "created.date-time")
|
90
92
|
}
|
91
93
|
)
|
92
|
-
|
94
|
+
identifiers = []
|
95
|
+
identifiers.append(
|
96
|
+
compact(
|
97
|
+
{
|
98
|
+
"identifier": normalize_doi(_id),
|
99
|
+
"identifierType": "DOI",
|
100
|
+
}
|
101
|
+
)
|
102
|
+
)
|
93
103
|
license_ = meta.get("license", None)
|
94
104
|
if license_ is not None:
|
95
105
|
license_ = normalize_cc_url(license_[0].get("URL", None))
|
@@ -133,27 +143,26 @@ def read_crossref(data: Optional[dict], **kwargs) -> Commonmeta:
|
|
133
143
|
"id": _id,
|
134
144
|
"type": _type,
|
135
145
|
# recommended and optional properties
|
136
|
-
"
|
146
|
+
"additionalType": None,
|
147
|
+
"archiveLocations": archive_locations,
|
148
|
+
"container": presence(container),
|
137
149
|
"contributors": presence(contributors),
|
138
|
-
"titles": presence(titles),
|
139
|
-
"publisher": presence(publisher),
|
140
150
|
"date": presence(date),
|
141
|
-
"additionalType": None,
|
142
|
-
"subjects": presence(subjects),
|
143
|
-
"language": meta.get("language", None),
|
144
|
-
"identifiers": None,
|
145
|
-
"sizes": None,
|
146
|
-
"formats": None,
|
147
|
-
"version": meta.get("version", None),
|
148
|
-
"license": license_,
|
149
151
|
"descriptions": descriptions,
|
150
|
-
"
|
152
|
+
"files": presence(files),
|
151
153
|
"fundingReferences": presence(funding_references),
|
154
|
+
"geoLocations": None,
|
155
|
+
"identifiers": identifiers,
|
156
|
+
"language": meta.get("language", None),
|
157
|
+
"license": license_,
|
158
|
+
"provider": "Crossref",
|
159
|
+
"publisher": presence(publisher),
|
152
160
|
"references": presence(references),
|
153
161
|
"relations": presence(relations),
|
154
|
-
"
|
155
|
-
"
|
156
|
-
"
|
162
|
+
"subjects": presence(subjects),
|
163
|
+
"titles": presence(titles),
|
164
|
+
"url": url,
|
165
|
+
"version": meta.get("version", None),
|
157
166
|
} | read_options
|
158
167
|
|
159
168
|
|
@@ -84,6 +84,15 @@ def read_datacite(data: dict, **kwargs) -> Commonmeta:
|
|
84
84
|
files = [get_file(i) for i in wrap(meta.get("content_url"))]
|
85
85
|
|
86
86
|
identifiers = get_identifiers(wrap(meta.get("alternateIdentifiers", None)))
|
87
|
+
identifiers.append(
|
88
|
+
compact(
|
89
|
+
{
|
90
|
+
"identifier": normalize_doi(_id),
|
91
|
+
"identifierType": "DOI",
|
92
|
+
}
|
93
|
+
)
|
94
|
+
)
|
95
|
+
|
87
96
|
references = get_references(
|
88
97
|
wrap(meta.get("relatedItems", None) or meta.get("relatedIdentifiers", None))
|
89
98
|
)
|
@@ -176,11 +185,16 @@ def get_references(references: list) -> list:
|
|
176
185
|
"""map_reference"""
|
177
186
|
identifier = reference.get("relatedIdentifier", None)
|
178
187
|
identifier_type = reference.get("relatedIdentifierType", None)
|
188
|
+
if identifier_type == "DOI":
|
189
|
+
id_ = normalize_doi(identifier)
|
190
|
+
elif identifier_type == "URL":
|
191
|
+
id_ = normalize_url(identifier)
|
192
|
+
else:
|
193
|
+
id_ = identifier
|
179
194
|
return compact(
|
180
195
|
{
|
181
196
|
"key": f"ref{index + 1}",
|
182
|
-
"
|
183
|
-
"url": normalize_url(identifier) if identifier_type == "URL" else None,
|
197
|
+
"id": id_,
|
184
198
|
}
|
185
199
|
)
|
186
200
|
|
@@ -214,7 +228,8 @@ def get_relations(relations: list) -> list:
|
|
214
228
|
|
215
229
|
def map_relation(relation):
|
216
230
|
"""map_relation"""
|
217
|
-
|
231
|
+
|
232
|
+
identifier = normalize_doi(relation.get("relatedIdentifier", None)) or relation.get("relatedIdentifier", None)
|
218
233
|
relation_type = relation.get("relationType", None)
|
219
234
|
return compact(
|
220
235
|
{
|
@@ -35,16 +35,13 @@ def read_datacite_xml(data: dict, **kwargs) -> Commonmeta:
|
|
35
35
|
|
36
36
|
doi = parse_attributes(meta.get("identifier", None))
|
37
37
|
_id = doi_as_url(doi) if doi else None
|
38
|
-
# identifiers = Array.wrap(meta.dig('alternateIdentifiers', 'alternateIdentifier')).map do |r|
|
39
|
-
# if r['__content__'].present?
|
40
|
-
# { 'identifierType' => get_identifier_type(r['alternateIdentifierType']),
|
41
|
-
# 'identifier' => r['__content__'] }
|
42
|
-
# end
|
43
|
-
# end.compact
|
44
38
|
|
45
39
|
resource__typegeneral = py_.get(meta, "resourceType.resourceTypeGeneral")
|
46
40
|
_type = DC_TO_CM_TRANSLATIONS.get(resource__typegeneral, "Other")
|
47
41
|
additional_type = py_.get(meta, "resourceType.#text")
|
42
|
+
|
43
|
+
identifiers = wrap(py_.get(meta, "alternateIdentifiers.alternateIdentifier"))
|
44
|
+
identifiers = get_xml_identifiers(identifiers)
|
48
45
|
|
49
46
|
def format_title(title):
|
50
47
|
"""format_title"""
|
@@ -218,7 +215,7 @@ def read_datacite_xml(data: dict, **kwargs) -> Commonmeta:
|
|
218
215
|
"additionalType": presence(additional_type),
|
219
216
|
"subjects": presence(subjects),
|
220
217
|
"language": meta.get("language", None),
|
221
|
-
"identifiers":
|
218
|
+
"identifiers": identifiers,
|
222
219
|
"version": meta.get("version", None),
|
223
220
|
"license": presence(license_),
|
224
221
|
"descriptions": presence(descriptions),
|
@@ -239,6 +236,43 @@ def read_datacite_xml(data: dict, **kwargs) -> Commonmeta:
|
|
239
236
|
} | read_options
|
240
237
|
|
241
238
|
|
239
|
+
def get_xml_identifiers(identifiers: list) -> list:
|
240
|
+
"""get_identifiers"""
|
241
|
+
|
242
|
+
def is_identifier(identifier):
|
243
|
+
"""supported identifier types"""
|
244
|
+
return identifier.get("alternateIdentifierType", None) in [
|
245
|
+
"ARK",
|
246
|
+
"arXiv",
|
247
|
+
"Bibcode",
|
248
|
+
"DOI",
|
249
|
+
"Handle",
|
250
|
+
"ISBN",
|
251
|
+
"ISSN",
|
252
|
+
"PMID",
|
253
|
+
"PMCID",
|
254
|
+
"PURL",
|
255
|
+
"URL",
|
256
|
+
"URN",
|
257
|
+
"Other"
|
258
|
+
]
|
259
|
+
|
260
|
+
def format_identifier(identifier):
|
261
|
+
"""format_identifier"""
|
262
|
+
|
263
|
+
if is_identifier(identifier):
|
264
|
+
type_ = identifier.get("alternateIdentifierType")
|
265
|
+
else:
|
266
|
+
type_ = "Other"
|
267
|
+
|
268
|
+
return compact(
|
269
|
+
{
|
270
|
+
"identifier": identifier.get("#text", None),
|
271
|
+
"identifierType": type_,
|
272
|
+
}
|
273
|
+
)
|
274
|
+
return [format_identifier(i) for i in identifiers]
|
275
|
+
|
242
276
|
def get_xml_references(references: list) -> list:
|
243
277
|
"""get_xml_references"""
|
244
278
|
|
@@ -242,7 +242,6 @@
|
|
242
242
|
"properties": {
|
243
243
|
"organization": { "$ref": "#/definitions/organization" },
|
244
244
|
"person": { "$ref": "#/definitions/person" },
|
245
|
-
"affiliation": { "$ref": "#/definitions/affiliations" },
|
246
245
|
"contributorRoles": {
|
247
246
|
"description": "List of roles assumed by the contributor when working on the resource.",
|
248
247
|
"items": {
|
@@ -455,17 +454,8 @@
|
|
455
454
|
"description": "The publisher of the resource.",
|
456
455
|
"type": "object",
|
457
456
|
"properties": {
|
458
|
-
"
|
459
|
-
|
460
|
-
"type": "string",
|
461
|
-
"format": "uri"
|
462
|
-
},
|
463
|
-
"name": {
|
464
|
-
"description": "The name of the publisher.",
|
465
|
-
"type": "string"
|
466
|
-
}
|
467
|
-
},
|
468
|
-
"required": ["name"]
|
457
|
+
"organization": { "$ref": "#/definitions/organization" }
|
458
|
+
}
|
469
459
|
},
|
470
460
|
"relations": {
|
471
461
|
"description": "Other resolvable persistent unique IDs related to the resource.",
|
@@ -3,7 +3,7 @@ import orjson as json
|
|
3
3
|
from typing import Optional, Union
|
4
4
|
|
5
5
|
from ..base_utils import wrap, compact
|
6
|
-
from ..doi_utils import doi_from_url
|
6
|
+
from ..doi_utils import doi_from_url, normalize_doi
|
7
7
|
from ..constants import (
|
8
8
|
CM_TO_BIB_TRANSLATIONS,
|
9
9
|
CM_TO_CSL_TRANSLATIONS,
|
@@ -19,6 +19,14 @@ def write_datacite(metadata: Commonmeta) -> Optional[Union[str, dict]]:
|
|
19
19
|
"""Write datacite. Make sure JSON Schema validates before writing"""
|
20
20
|
if metadata.write_errors is not None:
|
21
21
|
return "{}"
|
22
|
+
|
23
|
+
alternate_identifiers = [
|
24
|
+
{
|
25
|
+
"alternateIdentifier": i.get("identifier", None),
|
26
|
+
"alternateIdentifierType": i.get("identifierType", None),
|
27
|
+
}
|
28
|
+
for i in wrap(metadata.identifiers) if i.get("id", None) != metadata.id
|
29
|
+
]
|
22
30
|
|
23
31
|
creators = [
|
24
32
|
to_datacite_creator(i)
|
@@ -33,7 +41,7 @@ def write_datacite(metadata: Commonmeta) -> Optional[Union[str, dict]]:
|
|
33
41
|
related_identifiers = [
|
34
42
|
to_datacite_related_identifier(i)
|
35
43
|
for i in wrap(metadata.references)
|
36
|
-
if i.get("
|
44
|
+
if i.get("id", None)
|
37
45
|
]
|
38
46
|
|
39
47
|
resource__typegeneral = CM_TO_DC_TRANSLATIONS.get(metadata.type, "Other")
|
@@ -114,6 +122,7 @@ def write_datacite(metadata: Commonmeta) -> Optional[Union[str, dict]]:
|
|
114
122
|
"dates": dates,
|
115
123
|
"language": metadata.language,
|
116
124
|
"types": types,
|
125
|
+
"alternateIdentifiers": alternate_identifiers,
|
117
126
|
"relatedIdentifiers": related_identifiers,
|
118
127
|
"version": metadata.version,
|
119
128
|
"rightsList": license_,
|
@@ -170,8 +179,8 @@ def to_datacite_titles(titles: list) -> list:
|
|
170
179
|
|
171
180
|
def to_datacite_related_identifier(reference: dict) -> dict:
|
172
181
|
"""Convert reference to datacite related_identifier"""
|
173
|
-
_id = reference.get("id", None)
|
174
|
-
url = reference.get("
|
182
|
+
_id = normalize_doi(reference.get("id", None))
|
183
|
+
url = reference.get("id", None)
|
175
184
|
return compact(
|
176
185
|
{
|
177
186
|
"relatedIdentifier": _id if _id else url,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -80,26 +80,26 @@ class Metadata:
|
|
80
80
|
self.id = meta.get("id") # pylint: disable=C0103
|
81
81
|
self.type = meta.get("type")
|
82
82
|
# recommended and optional properties
|
83
|
-
self.
|
83
|
+
self.additional_type = meta.get("additionalType")
|
84
|
+
self.archive_locations = meta.get("archiveLocations")
|
85
|
+
self.container = meta.get("container")
|
84
86
|
self.contributors = meta.get("contributors")
|
85
|
-
self.titles = meta.get("titles")
|
86
|
-
self.publisher = meta.get("publisher")
|
87
87
|
self.date = meta.get("date")
|
88
|
-
self.additional_type = meta.get("additionalType")
|
89
|
-
self.subjects = meta.get("subjects")
|
90
|
-
self.language = meta.get("language")
|
91
|
-
self.identifiers = meta.get("identifiers")
|
92
|
-
self.relations = meta.get("relations")
|
93
|
-
self.version = meta.get("version")
|
94
|
-
self.license = meta.get("license")
|
95
88
|
self.descriptions = meta.get("descriptions")
|
96
|
-
self.geo_locations = meta.get("geoLocations")
|
97
|
-
self.funding_references = meta.get("fundingReferences")
|
98
|
-
self.references = meta.get("references")
|
99
89
|
self.files = meta.get("files")
|
100
|
-
self.
|
90
|
+
self.funding_references = meta.get("fundingReferences")
|
91
|
+
self.geo_locations = meta.get("geoLocations")
|
92
|
+
self.identifiers = meta.get("identifiers")
|
93
|
+
self.language = meta.get("language")
|
94
|
+
self.license = meta.get("license")
|
101
95
|
self.provider = meta.get("provider")
|
102
|
-
self.
|
96
|
+
self.publisher = meta.get("publisher")
|
97
|
+
self.references = meta.get("references")
|
98
|
+
self.relations = meta.get("relations")
|
99
|
+
self.subjects = meta.get("subjects")
|
100
|
+
self.titles = meta.get("titles")
|
101
|
+
self.url = meta.get("url")
|
102
|
+
self.version = meta.get("version")
|
103
103
|
# other properties
|
104
104
|
self.date_created = meta.get("date_created")
|
105
105
|
self.date_registered = meta.get("date_registered")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/AccessIndicators.xsd
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/crossref/clinicaltrials.xsd
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/chicago-author-date.csl
RENAMED
File without changes
|
{commonmeta_py-0.17 → commonmeta_py-0.17.2}/commonmeta/resources/styles/harvard-cite-them-right.csl
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|