andrehoffmann80 commited on
Commit
a07b2e6
·
verified ·
1 Parent(s): 4459afd

Create PubTypeConverter_templates/Article_JournalArticle.xml

Browse files
PubTypeConverter_resources/PubTypeConverter_templates/Article_JournalArticle.xml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <mods xmlns="http://www.loc.gov/mods/v3" xmlns:mods="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <genre authorityURI="info:eu-repo/semantics" valueURI="info:eu-repo/semantics/article">Journal Article</genre>
4
+ <typeOfResource>text</typeOfResource>
5
+ <titleInfo><title>x</title></titleInfo>
6
+ <name type="personal" usage="primary">
7
+ <role>
8
+ <roleTerm authority="marcrelator" type="text">author</roleTerm>
9
+ </role>
10
+ <namePart type="family">x</namePart>
11
+ <namePart type="given">x</namePart>
12
+ <nameIdentifier type="authorId"/>
13
+ <fullName>x</fullName>
14
+ <nameIdentifier type="organizational unit id"/>
15
+ <affiliation>x</affiliation>
16
+ </name>
17
+ <name type="personal">
18
+ <role>
19
+ <roleTerm authority="marcrelator" type="text">author</roleTerm>
20
+ </role>
21
+ <namePart type="family">x</namePart>
22
+ <namePart type="given">x</namePart>
23
+ <nameIdentifier type="authorId"/>
24
+ <fullName>x</fullName>
25
+ <nameIdentifier type="organizational unit id"/>
26
+ <affiliation>x</affiliation>
27
+ </name>
28
+ <note type="corresponding author address">x</note>
29
+ <note type="corresponding author email">x</note>
30
+ <note type="department descriptor">x</note>
31
+ <relatedItem type="host">
32
+ <titleInfo>
33
+ <title>x</title>
34
+ </titleInfo>
35
+ <titleInfo type="abbreviated">
36
+ <title>x</title>
37
+ </titleInfo>
38
+ <identifier type="journal id"/>
39
+ <originInfo>
40
+ <publisher>x</publisher>
41
+ </originInfo>
42
+ <identifier type="issn">x</identifier>
43
+ <identifier type="e-issn">x</identifier>
44
+ <part>
45
+ <detail type="volume"><number>x</number></detail>
46
+ <detail type="issue"><number>x</number></detail>
47
+ <extent unit="page"><start>x</start><end>x</end></extent>
48
+ </part>
49
+ </relatedItem>
50
+ <originInfo>
51
+ <dateIssued encoding="w3cdtf" keyDate="yes">x</dateIssued>
52
+ <dateOther encoding="w3cdtf" type="reporting year">x</dateOther>
53
+ </originInfo>
54
+ <subject><topic>x</topic></subject>
55
+ <abstract>x</abstract>
56
+ <identifier type="doi">10.5194/acp-17-15199-2017</identifier>
57
+ <identifier type="ut">x</identifier>
58
+ <identifier type="scopus">x</identifier>
59
+ <identifier type="local">x</identifier>
60
+ <identifier type="uri">x</identifier>
61
+ <note type="peer review">Yes</note>
62
+ <language><languageTerm type="code" authority="iso639-3">eng</languageTerm></language>
63
+ <note type="funding">x</note>
64
+ <note type="publicationStatus">Published</note>
65
+ <relatedItem type="otherType">
66
+ <identifier type="uri">x</identifier>
67
+ </relatedItem>
68
+ <note type="additional information">x</note>
69
+ </mods>