Skip to content

Commit 3a87191

Browse files
committed
[Engineering Village] Fix to work with proxies
Remove test cases (tied to sessions)
1 parent 01782d0 commit 3a87191

File tree

1 file changed

+3
-84
lines changed

1 file changed

+3
-84
lines changed

Engineering Village.js

Lines changed: 3 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsb",
12-
"lastUpdated": "2013-12-10 16:35:24"
12+
"lastUpdated": "2014-02-02 07:20:12"
1313
}
1414

1515
function detectWeb(doc, url)
@@ -45,7 +45,7 @@ function createURL(EISESSION,docidlist,curURL)
4545
{
4646
var milli = (new Date()).getTime();
4747
var temp = curURL.split('/');
48-
var url = 'http://www.engineeringvillage.com/delivery/download/submit.url?downloadformat=ris&displayformat=abstract&timestamp=' + milli + docidlist + '&handlelist=1'
48+
var url = '/delivery/download/submit.url?downloadformat=ris&displayformat=abstract&timestamp=' + milli + docidlist + '&handlelist=1'
4949
//Z.debug("risurl: " + url)
5050
return url;
5151
}
@@ -106,86 +106,5 @@ function doWeb(doc, url) {
106106
});
107107
}
108108
}/** BEGIN TEST CASES **/
109-
var testCases = [
110-
{
111-
"type": "web",
112-
"url": "http://www.engineeringvillage.com/search/doc/detailed.url?SEARCHID=Mff218bf140487b2273M28a4prod3con1&pageType=quickSearch&CID=quickSearchDetailedFormat&DOCINDEX=1&database=1&format=quickSearchDetailedFormat&tagscope=&displayPagination=yes",
113-
"items": [
114-
{
115-
"itemType": "journalArticle",
116-
"creators": [
117-
{
118-
"lastName": "Johnson",
119-
"firstName": "Kent C.",
120-
"creatorType": "author"
121-
},
122-
{
123-
"lastName": "Durbin",
124-
"firstName": "Thomas D.",
125-
"creatorType": "author"
126-
},
127-
{
128-
"lastName": "Jung",
129-
"firstName": "Heejung",
130-
"creatorType": "author"
131-
},
132-
{
133-
"lastName": "Cocker",
134-
"firstName": "David R.",
135-
"creatorType": "author"
136-
},
137-
{
138-
"lastName": "Bishnu",
139-
"firstName": "Dipak",
140-
"creatorType": "author"
141-
},
142-
{
143-
"lastName": "Giannelli",
144-
"firstName": "Robert",
145-
"creatorType": "author"
146-
}
147-
],
148-
"notes": [
149-
{
150-
"note": "<p>Compilation and indexing terms, Copyright 2012 Elsevier Inc.</p>"
151-
}
152-
],
153-
"tags": [
154-
"Air pollution control equipment",
155-
"Automobiles",
156-
"Engines",
157-
"Organic carbon",
158-
"Particulate emissions",
159-
"Sea level"
160-
],
161-
"seeAlso": [],
162-
"attachments": [
163-
{
164-
"title": "Full Text (HTML)",
165-
"mimeType": "text/html",
166-
"downloadable": true
167-
}
168-
],
169-
"title": "Quantifying in-use PM measurements for heavy duty diesel vehicles",
170-
"journalAbbreviation": "Environmental Science and Technology",
171-
"volume": "45",
172-
"issue": "14",
173-
"pages": "6073-6079",
174-
"ISSN": "0013936X",
175-
"place": "2540 Olentangy River Road, P.O. Box 3337, Columbus, OH 43210-3337, United States",
176-
"publisher": "American Chemical Society",
177-
"abstractNote": "Heavy duty emissions regulations have recently expanded from the laboratory to include in-use requirements. This paradigm shift to in-use testing has forced the development of portable emissions measurement systems (PEMS) for particulate matter (PM). These PM measurements are not trivial for laboratory work, and are even more complex for in-use testing. This study evaluates five PM PEMS in comparison to UCR's mobile reference laboratory under in-use conditions. Three on-highway, heavy-duty trucks were selected to provide PM emissions levels from 0.1 to 0.0003 g/hp-h, with varying compositions of elemental carbon (EC), organic carbon (OC), and sulfate. The on-road driving courses included segments near sea level, at elevations up to 1500 m, and coastal and desert regions. The photoacoustic measurement PEMS performed best for the non-aftertreatment system (ATS)-equipped engine, where the PM was mostly EC, with a linear regression slope of 0.91 and an R2 of 0.95. The PEMS did not perform as well for the 2007 modified ATS equipped engines. The best performing PEMS showed a slope of 0.16 for the ATS-equipped engine with predominantly sulfate emissions and 0.89 for the ATS-equipped engine with predominantly OC emissions, with the next best slope at 0.45 for the predominantly OC engine. 2011 American Chemical Society.",
178-
"DOI": "10.1021/es104151v",
179-
"date": "2011",
180-
"publicationTitle": "Environmental Science and Technology",
181-
"libraryCatalog": "Engineering Village"
182-
}
183-
]
184-
},
185-
{
186-
"type": "web",
187-
"url": "http://www.engineeringvillage.com/search/results/quick.url?CID=quickSearchCitationFormat&database=3&SEARCHID=13b46935140494bffd5M256fprod3con2&intialSearch=true&showpatentshelp=false",
188-
"items": "multiple"
189-
}
190-
]
109+
var testCases = []
191110
/** END TEST CASES **/

0 commit comments

Comments
 (0)