This commit is contained in:
Avram Lyon 2010-06-07 02:03:50 +00:00
parent 3c3fb6e06a
commit ae62b09858

View file

@ -1,14 +1,14 @@
{ {
"translatorID":"a354331-981b-43de-a61-bc26dd1be3a9", "translatorID":"a354331-981b-43de-a61-bc26dd1be3a9",
"translatorType":4, "label":"AMS MathSciNet",
"label":"AMS MathSciNet", "creator":"Simon Kornblith",
"creator":"Simon Kornblith", "target":"^https?://www\\.ams\\.org[^/]*/mathscinet/search/(?:publications\\.html|publdoc\\.html)",
"target":"^https?://www\\.ams\\.org[^/]*/mathscinet/search/(?:publications\\.html|publdoc\\.html)", "minVersion":"1.0.0b3.r1",
"minVersion":"1.0.0b3.r1", "maxVersion":"",
"maxVersion":"", "priority":100,
"priority":100, "inRepository":"1",
"inRepository":true, "translatorType":4,
"lastUpdated":"2007-03-24 22:20:00" "lastUpdated":"2010-06-06 19:00:50"
} }
function detectWeb(doc, url) { function detectWeb(doc, url) {
@ -95,4 +95,4 @@ function doWeb(doc, url) {
Zotero.done(); Zotero.done();
}); });
} }