Revision: 22562
http://sourceforge.net/p/bibdesk/svn/22562
Author: hofman
Date: 2018-09-07 18:30:27 +0000 (Fri, 07 Sep 2018)
Log Message:
-----------
don't override DOI field, and don't add linked URL for DOI to be consistent
Modified Paths:
--------------
trunk/bibdesk/BDSKSpringerParser.m
Modified: trunk/bibdesk/BDSKSpringerParser.m
===================================================================
--- trunk/bibdesk/BDSKSpringerParser.m 2018-09-07 06:30:26 UTC (rev 22561)
+++ trunk/bibdesk/BDSKSpringerParser.m 2018-09-07 18:30:27 UTC (rev 22562)
@@ -163,17 +163,11 @@
if (addUrlField) {
// URL to PDF
[pubFields setValue:[[NSURL URLWithString:@"fulltext.pdf"
relativeToURL:url] absoluteString] forKey:BDSKUrlString];
- // URL to DOI
- if (doi != nil)
- [pubFields setValue:[@"https://doi.org/"
stringByAppendingString:doi] forKey:BDSKDoiString];
}
if (addLinkedFiles) {
filesArray = [NSMutableArray array];
// URL to PDF
[filesArray addObject:[BDSKLinkedFile linkedFileWithURL:[NSURL
URLWithString:@"fulltext.pdf" relativeToURL:url] delegate:nil]];
- // URL to DOI
- if (doi != nil)
- [filesArray addObject:[BDSKLinkedFile linkedFileWithURL:[NSURL
URLWithString:[@"https://doi.org/" stringByAppendingString:doi]] delegate:nil]];
}
return [[BibItem alloc] initWithType:pubType citeKey:nil
pubFields:pubFields files:filesArray isNew:YES];
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