Skip to content

Commit e34f01d

Browse files
committed
Delete Physical Society of Japan --> moved to Atypon system and some journals to IOP;
Fix after site redesign for New Republic; Small fixes for RSC, Daily Beast; Test updates Silverchair, zbMATH
1 parent 4e49075 commit e34f01d

7 files changed

+39
-254
lines changed

Physical Society of Japan.js

-191
This file was deleted.

RSC Publishing.js

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsb",
12-
"lastUpdated": "2014-04-30 15:56:32"
12+
"lastUpdated": "2014-06-01 22:04:46"
1313
}
1414

1515
/*
@@ -79,6 +79,9 @@ function scrape(doc, type) {
7979

8080
//add bookTitle
8181
item.bookTitle = ZU.xpathText(doc, '//h1[@class="sub_title"]');
82+
if (item.bookTitle){
83+
item.bookTitle = item.bookTitle.replace(/\s*:/, ":");
84+
}
8285
} else if(type == 'journalArticle') {
8386
//journal title is abbreviated. We can fetch full title from the page
8487
item.publicationTitle = ZU.xpathText(doc, '//div[contains(@class, "hg_title")]//h1');
@@ -221,12 +224,14 @@ var testCases = [
221224
}
222225
],
223226
"title": "Chapter 14 In Vivo Approaches to Predictive Toxicology Using Zebrafish",
227+
"DOI": "10.1039/9781849733045-00330",
224228
"language": "en",
225229
"date": "2011/11/15",
226230
"abstractNote": "A key to sustainability in modern paradigms of drug discovery and toxicology will be predictive structure–activity relationships based on vertebrate-model responses. The zebrafish embryo is the emerging vertebrate choice for rapid-throughput chemical screening, providing a quick and inexpensive way to test hypotheses and to generate strategies for complementary integrative research with rodent models, and humans. Numerous embryonic zebrafish assays and omics approaches appear to predict hazard in mammals. We review physiologic parameters of the zebrafish that are amenable to rapid-throughput screening. Toxicity investigations in the zebrafish have included endpoints in developmental, neuro, cardio, ocular, otic, gastrointestinal, hepato, regenerative and vascular toxicity. Small-scale screens have used zebrafish embryos to analyze heart rate and ERG function, and to screen drugs that affect these parameters. Novel tissue-specific and xenobiotic-responsive reporter lines are enabling rapid screening of new chemistries for cardio, hepato, and neuronal toxicity. In particular, zebrafish screens that combine gene expression profiling with comprehensive phenotype analyses are strengthening the predictivity of the toxicology data and fostering greater use of the model, especially as a means of frontloading hazard detection and reducing late-stage attrition in drug discovery. A pressing need remains for large-scale zebrafish studies that systematically evaluate the most promising zebrafish assays against the widest possible range of positive and negative reference compounds to distinguish the truly predictive approaches in zebrafish from those that are not.",
227231
"url": "http://pubs.rsc.org/en/content/chapter/bk9781849730518-00330/978-1-84973-051-8",
228232
"libraryCatalog": "pubs.rsc.org",
229-
"bookTitle": "New Horizons in Predictive Toxicology"
233+
"accessDate": "CURRENT_TIMESTAMP",
234+
"bookTitle": "New Horizons in Predictive Toxicology: Current Status and Application"
230235
}
231236
]
232237
},

Silverchair.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsibv",
12-
"lastUpdated": "2014-01-05 12:35:24"
12+
"lastUpdated": "2014-06-01 22:02:49"
1313
}
1414

1515
/*
@@ -277,11 +277,6 @@ var testCases = [
277277
"url": "http://journal.publications.chestnet.org/issue.aspx",
278278
"items": "multiple"
279279
},
280-
{
281-
"type": "web",
282-
"url": "http://jbjs.org/issue.aspx?journalid=12&issueid=929420",
283-
"items": "multiple"
284-
},
285280
{
286281
"type": "web",
287282
"url": "http://neuro.psychiatryonline.org/issue.aspx?journalid=62&issueid=926971",

0 commit comments

Comments
 (0)