Revision: 27967
http://sourceforge.net/p/bibdesk/svn/27967
Author: hofman
Date: 2022-09-30 14:26:31 +0000 (Fri, 30 Sep 2022)
Log Message:
-----------
replace Web of Knowledge by Web of Knowledge (they keep switching names), and
WOK by WOS
Modified Paths:
--------------
trunk/bibdesk/BDSKISIGroupServer.m
trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
trunk/bibdesk/Scripting/BibDesk.sdef
trunk/bibdesk/de.lproj/BDSKSearchGroupSheet.strings
trunk/bibdesk/de.lproj/Localizable.strings
trunk/bibdesk/en.lproj/BDSKSearchGroupSheet.strings
trunk/bibdesk/en.lproj/Localizable.strings
trunk/bibdesk/fr.lproj/BDSKSearchGroupSheet.strings
trunk/bibdesk/fr.lproj/Localizable.strings
Modified: trunk/bibdesk/BDSKISIGroupServer.m
===================================================================
--- trunk/bibdesk/BDSKISIGroupServer.m 2022-09-30 14:00:07 UTC (rev 27966)
+++ trunk/bibdesk/BDSKISIGroupServer.m 2022-09-30 14:26:31 UTC (rev 27967)
@@ -384,7 +384,7 @@
[self search];
}
} else {
- [self setErrorMessage:[NSString
stringWithFormat:NSLocalizedString(@"WOK Authentication Error: %@", "WOK
Authentication Error Format"), errorString]];
+ [self setErrorMessage:[NSString
stringWithFormat:NSLocalizedString(@"WOS Authentication Error: %@", "WOS
Authentication Error Format"), errorString]];
failedDownload = YES;
state = BDSKWOKStateIdle;
[group addPublications:nil];
@@ -517,13 +517,13 @@
return retrieveByIdRequest;
}
case BDSKWOKCitedBy:
- *errorString = [NSString
stringWithFormat:NSLocalizedString(@"The WOK Light service does not support the
%@ operation.", @"WOK search error message"), @"citedby:"];
+ *errorString = [NSString
stringWithFormat:NSLocalizedString(@"The WOS Light service does not support the
%@ operation.", @"WOS search error message"), @"citedby:"];
return nil;
case BDSKWOKCiting:
- *errorString = [NSString
stringWithFormat:NSLocalizedString(@"The WOK Light service does not support the
%@ operation.", @"WOK search error message"), @"citing:"];
+ *errorString = [NSString
stringWithFormat:NSLocalizedString(@"The WOS Light service does not support the
%@ operation.", @"WOS search error message"), @"citing:"];
return nil;
case BDSKWOKRelated:
- *errorString = [NSString
stringWithFormat:NSLocalizedString(@"The WOK Light service does not support the
%@ operation.", @"WOK search error message"), @"related:"];
+ *errorString = [NSString
stringWithFormat:NSLocalizedString(@"The WOS Light service does not support the
%@ operation.", @"WOS search error message"), @"related:"];
return nil;
}
@@ -545,7 +545,7 @@
[timeSpan setEnd:end ?: dateFromSearchTerm(@"end:--", NO, NULL)];
}
- // Reto: Edition is not really needed. If omitted, the BDSKWOKSearch
is performed in all WOK databases which yields
+ // Reto: Edition is not really needed. If omitted, the BDSKWOKSearch
is performed in all WOS databases which yields
// a more consistent result with the web BDSKWOKSearch.
// Reto: We could actually BDSKWOKSearch the whole Web of Knowledge DB
by choice of WOK as databaseID.
switch (operationType) {
Modified: trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib 2022-09-30 14:00:07 UTC
(rev 27966)
+++ trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib 2022-09-30 14:26:31 UTC
(rev 27967)
@@ -591,9 +591,9 @@
</binding>
</connections>
</button>
- <button toolTip="Web of Knowledge server"
horizontalHuggingPriority="749" verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="8U9-Rn-xYX">
+ <button toolTip="Web of Science server"
horizontalHuggingPriority="749" verticalHuggingPriority="750"
translatesAutoresizingMaskIntoConstraints="NO" id="8U9-Rn-xYX">
<rect key="frame" x="228" y="173.5"
width="59" height="15"/>
- <buttonCell key="cell" type="radio"
title="WOK" bezelStyle="regularSquare" imagePosition="left" alignment="left"
controlSize="small" inset="2" id="oe8-bG-yFU">
+ <buttonCell key="cell" type="radio"
title="WOS" bezelStyle="regularSquare" imagePosition="left" alignment="left"
controlSize="small" inset="2" id="oe8-bG-yFU">
<behavior key="behavior"
changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font"
metaFont="smallSystem"/>
</buttonCell>
Modified: trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
===================================================================
--- trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
2022-09-30 14:00:07 UTC (rev 27966)
+++ trunk/bibdesk/BibDesk.help/Contents/Resources/en.lproj/bibdesk.texi
2022-09-30 14:26:31 UTC (rev 27967)
@@ -811,7 +811,7 @@
@end itemize
Here @samp{formatted text} means bibliography data in any of a number of
formats that BibDesk can recognize.
-This includes BibTeX, RIS, Medline (PubMed), MARC, JSTOR, and Web of
Knowledge.
+This includes BibTeX, RIS, Medline (PubMed), MARC, JSTOR, and Web of Science.
More details are given in the following sections.
@@ -831,7 +831,7 @@
References can also be added to a bibliography by dragging entries
from a text source (text editor, web browser) into BibDesk's main
publicationslist.
-The text can be BibTeX, PubMed, RIS (Reference Manager), MARC, JSTOR, Web Of
Knowledge, Dublin Core, Refer, MODS, or SciFinder formatted text, or a DOI.
+The text can be BibTeX, PubMed, RIS (Reference Manager), MARC, JSTOR, Web of
Science, Dublin Core, Refer, MODS, or SciFinder formatted text, or a DOI.
Here's a fancy picture:
@image{gfx/dragIntoBib}
@@ -861,7 +861,7 @@
References can be added to a publications list by copying them from another
source and pasting them into BibDesk's main window. The text being pasted can
-be BibTeX, PubMed, RIS (Reference Manager), MARC, JSTOR, Web Of Knowledge,
Dublin Core, Refer, MODS, or SciFinder formatted text, or a DOI.
+be BibTeX, PubMed, RIS (Reference Manager), MARC, JSTOR, Web of Science,
Dublin Core, Refer, MODS, or SciFinder formatted text, or a DOI.
Furthermore, everything that can be @ref{Drag and Drop, dragged and dropped}
on a BibDesk window can also
be added using Copy and Paste.
@@ -907,7 +907,7 @@
to add publactions from a website.
If the clipboard or the file contains formatted text that BibDesk can
understand,
-such as BibTeX, PubMed, RIS (Reference Manager), MARC, JSTOR, Web Of Knowledge,
+such as BibTeX, PubMed, RIS (Reference Manager), MARC, JSTOR, Web of Science,
Dublin Core, Refer, MODS, or SciFinder formatted text, or a DOI,
Bibdesk will parse the text and the new references are immediately added to
the database
instead of openingthe sheet to do it by hand.
@@ -1643,7 +1643,7 @@
@uref{https://www.ncbi.nlm.nih.gov/guide/all/#databases_,NCBI's Entrez set of
databases},
the catalogs at many
@uref{http://targettest.indexdata.com/,research libraries using the z39.50
protocol},
-the @uref{http://wokinfo.com/,Web of Knowledge}, and
+the @uref{http://wokinfo.com/,Web of Science}, and
the @uref{http://dblp.uni-trier.de/,DBLP Computer Science Bibliography}.
To search these databases, select @menutitle{New Search Group}
@@ -1653,7 +1653,7 @@
@menu
* Syntax for Z39.50 Searching::
* Syntax for Entrez Searching::
-* Syntax for WOK Searching::
+* Syntax for WOS Searching::
* Syntax for DBLP Searching::
@end menu
@@ -1826,16 +1826,16 @@
@c
--------------------------------------------------------------------------------------
-@node Syntax for WOK Searching
-@section Syntax for WOK Searching
-@abstract{Syntax for searching WOK databases}
+@node Syntax for WOS Searching
+@section Syntax for WOS Searching
+@abstract{Syntax for searching WOS databases}
-@cindex WOK
-@cindex Searching WOK
+@cindex WOS
+@cindex Searching WOS
-The default syntax for searching Web of Knowledge is described
+The default syntax for searching Web of Science is described
on the ``Search Rules'' section of the
-@uref{http://images.webofknowledge.com/WOK46/help/WOS/h_toc.html, Web of
Knowledge help page}.
+@uref{http://images.webofknowledge.com/WOK46/help/WOS/h_toc.html, Web of
Science help page}.
A more complete description of specific options used for BibDesk is given on
the
@uref{http://images.webofknowledge.com/WOK46/help/WOS/h_advanced.html,
Advanced Search page}
@@ -1848,7 +1848,7 @@
Apart from these searches, BibDesk supports a number of additional search
operators to fetch associated items.
These are @samp{citedby:} for cited references, @samp{citing:} for citing
articles, @samp{related:} for related items,
-and @samp{uid:} to fetch one or more items by ID. These operators should be
followed by a WOK UID,
+and @samp{uid:} to fetch one or more items by ID. These operators should be
followed by a WOS UID,
which is usually returned in the Wok-Uid field. The @samp{uid:} operator
accepts multiple UIDs.
These operators cannot be combined with each other and with other search terms.
Modified: trunk/bibdesk/Scripting/BibDesk.sdef
===================================================================
--- trunk/bibdesk/Scripting/BibDesk.sdef 2022-09-30 14:00:07 UTC (rev
27966)
+++ trunk/bibdesk/Scripting/BibDesk.sdef 2022-09-30 14:26:31 UTC (rev
27967)
@@ -1812,7 +1812,7 @@
<cocoa key="removeDiacritics"/>
</property>
<property name="lite" code="Lite" type="boolean"
- description="Whether to use the Lite WOK server.">
+ description="Whether to use the Lite WOS server.">
<cocoa key="lite"/>
</property>
</record-type>
@@ -1826,8 +1826,8 @@
description="Z3950 search server.">
<cocoa string-value="zoom"/>
</enumerator>
- <enumerator name="WOK" code="WOK "
- description="Web of Knowledge search server.">
+ <enumerator name="WOS" code="WOK "
+ description="Web of Science search server.">
<cocoa string-value="isi"/>
</enumerator>
<enumerator name="DBLP" code="DBLP"
Modified: trunk/bibdesk/de.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/de.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/en.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/fr.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/bibdesk/fr.lproj/Localizable.strings
===================================================================
(Binary files differ)
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