Revision: 27500
          http://sourceforge.net/p/bibdesk/svn/27500
Author:   hofman
Date:     2022-05-29 23:05:40 +0000 (Sun, 29 May 2022)
Log Message:
-----------
get other doi, not one from arxiv

Modified Paths:
--------------
    trunk/bibdesk/BDSKArxivParser.m

Modified: trunk/bibdesk/BDSKArxivParser.m
===================================================================
--- trunk/bibdesk/BDSKArxivParser.m     2022-05-29 22:56:45 UTC (rev 27499)
+++ trunk/bibdesk/BDSKArxivParser.m     2022-05-29 23:05:40 UTC (rev 27500)
@@ -109,7 +109,7 @@
         
         arxivIDNodePath = [[self domDocument] 
createExpression:@".//td[@class='tablecell 
arxivid']/span[@class='arxivid']/a[contains(text(),'arXiv:')]" resolver:nil];
         pdfURLNodePath = [[self domDocument] 
createExpression:@"../../../../../div[@class='extra-services']/div[@class='full-text']/ul/li/a[contains(text(),'PDF')]"
 resolver:nil];
-        doiNodePath = [[self domDocument] 
createExpression:@".//td[@class='tablecell arxivdoi']/a" resolver:nil];
+        doiNodePath = [[self domDocument] 
createExpression:@".//td[@class='tablecell doi']/a" resolver:nil];
         
         titleNodePath = [[self domDocument] 
createExpression:@"./h1[contains(concat(' ',normalize-space(@class),' '),' 
title ')]" resolver:nil];
         authorsNodePath = [[self domDocument] 
createExpression:@"./div[@class='authors']/a" resolver:nil];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to