-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcompany_of_biologists.json
84 lines (84 loc) · 2.09 KB
/
company_of_biologists.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
{
"publisher": "company_of_biologists",
"publisher_parent": null,
"crossref_member": 237,
"prefixes": [
"10.1242",
"10.31981"
],
"urls": null,
"journals": [
{
"journal": "journal-of-experimental-biology",
"issn": ["0022-0949", "1477-9145"],
"urls": {
"pdf": "https://jeb.biologists.org/content/jexbio/%s/%s/%s.1.full.pdf"
},
"components": {
"html": null,
"doi": null,
"notes": "don't need DOI other than to get metadata: volume number + issue number + starting page number"
}
},
{
"journal": "development",
"issn": ["0950-1991", "1477-9129"],
"urls": {
"pdf": "https://dev.biologists.org/content/develop/%s/%s/%s.full.pdf"
},
"components": {
"html": null,
"doi": {
"regex": "[0-9]+$"
},
"notes": "need metadata: volume number + issue number"
}
},
{
"journal": "journal-of-cell-science",
"issn": ["0021-9533", "1477-9137"],
"urls": {
"pdf": "https://jcs.biologists.org/content/joces/%s/%s/%s.full.pdf"
},
"components": {
"html": null,
"doi": {
"regex": "[0-9]+$"
},
"notes": "need metadata: volume number + issue number"
}
},
{
"journal": "disease-models-mechanisms",
"issn": ["1754-8403", "1754-8411"],
"urls": {
"pdf": "https://dmm.biologists.org/content/dmm/%s/%s/%s.full.pdf"
},
"components": {
"html": null,
"doi": {
"regex": "[0-9]+$"
},
"notes": "need metadata: volume number + issue number"
}
},
{
"journal": "biology-open",
"issn": ["2046-6390"],
"urls": {
"pdf": "https://bio.biologists.org/content/biolopen/%s/%s/%s.full.pdf"
},
"components": {
"html": null,
"doi": {
"regex": "[0-9]+$"
},
"notes": "need metadata: volume number + issue number"
}
}
],
"components": null,
"use_crossref_links": false,
"cookies": true,
"open_access": false
}