-
Notifications
You must be signed in to change notification settings - Fork 787
/
Copy pathProQuest Ebook Central.js
226 lines (209 loc) · 7.69 KB
/
ProQuest Ebook Central.js
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
{
"translatorID": "f2d965fa-5acb-4ba7-90a4-8ecb6cf0c795",
"label": "ProQuest Ebook Central",
"creator": "Sebastian Karcher",
"target": "^https?://ebookcentral\\.proquest\\.com/(ebc/)?lib/",
"minVersion": "3.0",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2024-07-03 17:15:06"
}
/*
***** BEGIN LICENSE BLOCK *****
Copyright © 2017 Sebastian Karcher
This file is part of Zotero.
Zotero is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Zotero is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Zotero. If not, see <http://www.gnu.org/licenses/>.
***** END LICENSE BLOCK *****
*/
function detectWeb(doc, url) {
//reader.action is for chapter, but metadata only for books
if (url.includes('/detail.action?') || url.includes('/reader.action?')) {
return "book";
}
else if (url.includes('search.action?') || url.includes('search?')) {
if (getSearchResults(doc, true)) {
return "multiple";
}
Z.monitorDOMChanges(doc.querySelector('app-root'), { childList: true, subtree: true });
}
return false;
}
function getSearchResults(doc, checkOnly) {
var items = {};
var found = false;
var rows = doc.querySelectorAll('.pub-list-item-description>a');
for (let i=0; i<rows.length; i++) {
let href = rows[i].href;
let title = ZU.trimInternal(rows[i].textContent);
if (!href || !title) continue;
if (checkOnly) return true;
found = true;
items[fixSearchResultHref(href)] = title;
}
return found ? items : false;
}
function fixSearchResultHref(href) {
// Skip a JS redirect page
// /ebc/lib/berkeley-ebooks/#/detail?docID=1000629&query=test
// -> /lib/berkeley-ebooks/detail.action?docID=1000629&query=test
return href.replace(/\/ebc\/lib\/([^/]+)\/#\/detail/, '/lib/$1/detail.action');
}
function doWeb(doc, url) {
if (detectWeb(doc, url) == "multiple") {
Zotero.selectItems(getSearchResults(doc, false), function (items) {
if (!items) {
return true;
}
var articles = [];
for (var i in items) {
articles.push(i);
}
ZU.processDocuments(articles, scrape);
});
} else {
scrape(doc, url);
}
}
function scrape(doc, url) {
var risURL = url.replace(/(detail|reader)\.action\?/, "biblioExport.action?").replace(/&.+./, "");
var abstract = text(doc, '#desc-container');
//Z.debug(risURL)
ZU.doGet(risURL, function(text) {
//Z.debug(text)
var translator = Zotero.loadTranslator("import");
translator.setTranslator("32d59d2d-b65a-4da4-b0a3-bdd3cfb979e7");
translator.setString(text);
translator.setHandler("itemDone", function(obj, item) {
item.attachments.push({
title: "ProQuest Ebook Snapshot",
document: doc
});
//remove space before colon
item.title = item.title.replace(/\s+:/, ":");
item.abstractNote = abstract;
item.complete();
});
translator.translate();
});
}
/** BEGIN TEST CASES **/
var testCases = [
{
"type": "web",
"url": "https://ebookcentral.proquest.com/lib/syracuse-ebooks/search.action?facetCategoryFilter=Political+Science&facetCategoryPageSize=1000&usrSelectedFilterName=facetCategoryFilter&query=",
"items": "multiple"
},
{
"type": "web",
"url": "https://ebookcentral.proquest.com/lib/syracuse-ebooks/detail.action?docID=1357299",
"items": [
{
"itemType": "book",
"title": "Pregnant on Arrival: Making the Illegal Immigrant",
"creators": [
{
"lastName": "Luibhéid",
"firstName": "Eithne",
"creatorType": "author"
}
],
"date": "2013",
"ISBN": "9780816685400",
"abstractNote": "“State alert as pregnant asylum seekers aim for Ireland.” “Country Being Held Hostage by Con Men, Spongers, and Those Taking Advantage of the Maternity Residency Policy.” From 1997 to 2004, headlines such as these dominated Ireland’s mainstream media as pregnant immigrants were recast as “illegals” entering the country to gain legal residency through childbirth. As immigration soared, Irish media and politicians began to equate this phenomenon with illegal immigration that threatened to destroy the country’s social, cultural, and economic fabric. Pregnant on Arrival explores how pregnant immigrants were made into paradigmatic figures of illegal immigration, as well as the measures this characterization set into motion and the consequences for immigrants and citizens. While focusing on Ireland, Eithne Luibhéid’s analysis illuminates global struggles over the citizenship status of children born to immigrant parents in countries as diverse as the United States, Hong Kong, and elsewhere. Scholarship on the social construction of the illegal immigrant calls on histories of colonialism, global capitalism, racism, and exclusionary nation building but has been largely silent on the role of nationalist sexual regimes in determining legal status. Eithne Luibhéid turns to queer theory to understand how pregnancy, sexuality, and immigrants’ relationships to prevailing sexual norms affect their chances of being designated as legal or illegal. Pregnant on Arrival offers unvarnished insight into how categories of immigrant legal status emerge and change, how sexual regimes figure prominently in these processes, and how efforts to prevent illegal immigration ultimately redefine nationalist sexual norms and associated racial, gender, economic, and geopolitical hierarchies.",
"libraryCatalog": "ProQuest Ebook Central",
"place": "Minneapolis, UNITED STATES",
"publisher": "University of Minnesota Press",
"shortTitle": "Pregnant on Arrival",
"url": "http://ebookcentral.proquest.com/lib/syracuse-ebooks/detail.action?docID=1357299",
"attachments": [
{
"title": "ProQuest Ebook Snapshot"
}
],
"tags": [
{
"tag": "Ireland -- Emigration and immigration -- Government policy."
},
{
"tag": "Political refugees -- Legal status, laws, etc. -- Ireland."
},
{
"tag": "Pregnant women -- Legal status, laws, etc. -- Ireland."
},
{
"tag": "Women -- Sexual behavior -- Ireland."
},
{
"tag": "Women immigrants -- Ireland -- Social conditions."
}
],
"notes": [],
"seeAlso": []
}
]
},
{
"type": "web",
"url": "https://ebookcentral.proquest.com/lib/syracuse-ebooks/reader.action?docID=1169923&ppg=134",
"items": [
{
"itemType": "book",
"title": "The Affective Turn: Theorizing the Social",
"creators": [
{
"lastName": "Clough",
"firstName": "Patricia Ticineto",
"creatorType": "author"
},
{
"lastName": "Halley",
"firstName": "Jean",
"creatorType": "author"
},
{
"lastName": "Kim",
"firstName": "Hosu",
"creatorType": "author"
},
{
"lastName": "Bianco",
"firstName": "Jamie",
"creatorType": "author"
}
],
"date": "2007",
"ISBN": "9780822389606",
"libraryCatalog": "ProQuest Ebook Central",
"place": "North Carolina, UNITED STATES",
"publisher": "Duke University Press",
"shortTitle": "The Affective Turn",
"url": "http://ebookcentral.proquest.com/lib/syracuse-ebooks/detail.action?docID=1169923",
"attachments": [
{
"title": "ProQuest Ebook Snapshot"
}
],
"tags": [
{
"tag": "Traumatism"
}
],
"notes": [],
"seeAlso": []
}
]
}
]
/** END TEST CASES **/