forked from ContentMine/neuro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjneuro.json
More file actions
67 lines (67 loc) · 1.6 KB
/
jneuro.json
File metadata and controls
67 lines (67 loc) · 1.6 KB
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
{
"url": "www\\.jneurosci\\.org",
"elements": {
"fulltext_pdf": {
"selector": "//meta[@name='citation_pdf_url']",
"attribute": "content",
"download": {
"rename": "fulltext.pdf"
}
},
"caption": {
"selector": "//div[@class='fig-inline']/a",
"attribute": "href",
"download": true
},
"largefigure": {
"selector": "//a[contains(@href,'large.')]",
"attribute": "href",
"follow": "caption",
"download": true
},
"fulltext_html": {
"selector": "//meta[@name='citation_fulltext_html_url']",
"attribute": "content",
"download": {
"rename": "fulltext.html"
}
},
"title": {
"selector": "//meta[@name='citation_title']",
"attribute": "content"
},
"author": {
"selector": "//meta[@name='citation_author']",
"attribute": "content"
},
"date": {
"selector": "//meta[@name='citation_date']",
"attribute": "content"
},
"doi": {
"selector": "//meta[@name='citation_doi']",
"attribute": "content"
},
"volume": {
"selector": "//meta[@name='citation_volume']",
"attribute": "content"
},
"issue": {
"selector": "//meta[@name='citation_issue']",
"attribute": "content"
},
"firstpage": {
"selector": "//meta[@name='citation_firstpage']",
"attribute": "content"
},
"smallfigure": {
"selector": "//div[@class='fig-inline']/a/img",
"attribute": "src",
"download": true
},
"abstract": {
"selector": "//metad[@name='abstract']",
"attribute": "content",
}
}
}