-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmicrobiology.json
139 lines (139 loc) · 3.61 KB
/
microbiology.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"publisher": "microbiology",
"publisher_parent": null,
"crossref_member": 345,
"prefixes": [
"10.1099"
],
"urls": null,
"components": null,
"use_crossref_links": false,
"cookies": true,
"regex": null,
"open_access": false,
"journals": [
{
"journal": "ijs",
"title": "International Journal of Systematic and Evolutionary Microbiology",
"issn": [
"1466-5034",
"1466-5026"
],
"urls": {
"pdf": "http://ijs.microbiologyresearch.org/deliver/fulltext/ijsem/%s/%s/%s_ijsem%s.pdf",
"html": "http://ijs.microbiologyresearch.org/content/journal/ijsem/%s#tab2"
},
"components": {
"html": {
"regex": ".+"
},
"pdf": {
"regex": "[0-9]+$"
}
},
"notes": "pdf only: need volume, issue, start page - get via Crossref: retrieve volume, issue and page fields"
},
{
"journal": "mgen",
"title": "Microbial Genomics",
"issn": [
"2057-5858"
],
"urls": {
"pdf": "http://mgen.microbiologyresearch.org/deliver/fulltext/mgen/mgen.%s.zip/mgen%s.pdf",
"html": "http://mgen.microbiologyresearch.org/content/journal/mgen/%s#tab2"
},
"components": {
"html": {
"regex": ".+"
},
"pdf": {
"regex": "[0-9]+$"
}
}
},
{
"journal": "jmmcr",
"title": "JMM Case Reports",
"issn": [
"2053-3721"
],
"urls": {
"pdf": "http://jmmcr.microbiologyresearch.org/deliver/fulltext/jmmcr/jmmcr.%s.zip/jmmcr%s.pdf",
"html": "http://jmmcr.microbiologyresearch.org/content/journal/jmmcr/%s#tab2"
},
"components": {
"html": {
"regex": ".+"
},
"pdf": {
"regex": "[0-9]+$"
}
}
},
{
"journal": "mic",
"title": "Microbiology",
"issn": [
"1465-2080",
"1350-0872"
],
"urls": {
"pdf": "http://mic.microbiologyresearch.org/deliver/fulltext/micro/%s/%s/%s_micro%s.pdf",
"html": "http://mic.microbiologyresearch.org/content/journal/micro/%s#tab2"
},
"components": {
"html": {
"regex": ".+"
},
"pdf": {
"regex": "[0-9]+$"
}
},
"notes": "pdf only: need volume, issue, start page - get via Crossref: retrieve volume, issue and page fields"
},
{
"journal": "jgv",
"title": "Journal of General Virology",
"issn": [
"1465-2099",
"0022-1317"
],
"urls": {
"pdf": "http://jgv.microbiologyresearch.org/deliver/fulltext/jgv/%s/%s/%s_vir%s.pdf",
"html": "http://jgv.microbiologyresearch.org/content/journal/jgv/%s#tab2"
},
"components": {
"html": {
"regex": ".+"
},
"pdf": {
"regex": "[0-9]+$"
}
},
"notes": "pdf only: need volume, issue, start page - get via Crossref: retrieve volume, issue and page fields"
},
{
"journal": "jmm",
"title": "Journal of Medical Microbiology",
"issn": [
"1473-5644",
"0022-2615"
],
"urls": {
"pdf": "http://jmm.microbiologyresearch.org/deliver/fulltext/jmm/%s/%s/%s_jmm%s.pdf",
"html": "http://jmm.microbiologyresearch.org/content/journal/jmm/%s#tab2"
},
"components": {
"html": {
"regex": ".+"
},
"pdf": {
"regex": "[0-9]+$"
}
},
"notes": "pdf only: need volume, issue, start page - get via Crossref: retrieve volume, issue and page fields"
}
],
"notes": null
}