Re: [Bibdesk-users] [Bibdesk-announce] BibDesk 1.9.5

2024-08-19 Thread Fischlin Andreas
Hi Christiaan, Once again let me use this occation for a big, big THANK YOU Thanks for all the efforts you and your colleagues are putting into the development of BibDesk. An indispensable tool of excellent quality and very great value (at least) to me. ;-) Andreas ETH Zurich Prof. em. D

Re: [Bibdesk-users] Missing "Add field" button on entry edit panel?

2023-09-05 Thread Fischlin Andreas
The button is still there in the lower left corner of the editing window. The icon is a plus symbol. If you hover over that button it says: Add new field. Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics

Re: [Bibdesk-users] Merging Bibliographies?

2023-03-31 Thread Fischlin Andreas
If the cite keys remain constant, i.e. serve as the primary key, then you can clean up your new data base by using following AppleScript. Note, it overwrites any existing older record with the imported one. If this is not your case, you must not use this AppleScript. (* Name Cleanup

Re: [Bibdesk-users] [Bibdesk-announce] BibDesk 1.8.13

2022-09-21 Thread Fischlin Andreas
Dear Christiaan and colleagues, Thank you very much for all your efforts you put into BibDesk. IMHO a great software!!! Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics CHN E 24 Universitaetstrasse 16 8

Re: [Bibdesk-users] [Bibdesk-announce] BibDesk 1.8.10

2022-06-14 Thread Fischlin Andreas
Dear Christian, Thanks for the new BibDesk. UPDATE FROM PREVIOUS E-MAIL: Small correction for the 2nd snippet given below However, it seems there is something broken with the AppleScript class linked file or linked files that has previously worked fine. E.g. statements such as

Re: [Bibdesk-users] [Bibdesk-announce] BibDesk 1.8.10

2022-06-14 Thread Fischlin Andreas
Dear Christian, Thanks for the new BibDesk. However, it seems there is something broken with the AppleScript class linked file or linked files that has previously worked fine. E.g. statements such as tell thePub add theMacF

Re: [Bibdesk-users] Copy Rich Text hangs

2022-03-03 Thread Fischlin Andreas
This is likely to vary a lot with the amount of data you wish to process. Have you tried with a single reference selected? ETH Zurich, Prof. em. Dr. Andreas Fischlin, IPCC Vice-Chair WGII, Systems Ecology, CHN E 24, Universitaetstrasse 16, CH-8092 Zurich, SWITZERLAND Tel: +41 44 633-6090 Mobil

Re: [Bibdesk-users] Can't preview imported citation

2021-09-25 Thread Fischlin Andreas
I agree, would really be nice. But the problem is that the doi2bib website offers as the default button only the 'get BibTeX’ button and I found no solution to get the result into the clipboard, i.e. how to click the button ‘Copy Bib to Clipboard’ I would know how to trigger via AppleScript in a

Re: [Bibdesk-users] Can't preview imported citation

2021-09-25 Thread Fischlin Andreas
ould be copying the DoI into the Clipboard (CMD-C) constructing the complete link from the Clipboard (using pbpaste?) and then pipe the resulting BIB entry through pbcopy into the Clipboard again and then make BibDesk take the entry from the clipboard :-)-O el On 24/09/2021 11:27, Fischlin Andreas

Re: [Bibdesk-users] Can't preview imported citation

2021-09-25 Thread Fischlin Andreas
n 24 Sep 2021, at 17:46, Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> wrote: Dear Christiaan, Indeed. I have so far always used only set theDOI to (get the clipboard as string) tell front document of application "BibDesk" set theImportPubs to import for search term theDOI

Re: [Bibdesk-users] Can't preview imported citation

2021-09-24 Thread Fischlin Andreas
Dear Christiaan, Indeed. I have so far always used only set theDOI to (get the clipboard as string) tell front document of application "BibDesk" set theImportPubs to import for search term theDOI end tell which rarely works well, so I stopped using it. Is these day your variant the way to go th

Re: [Bibdesk-users] Can't preview imported citation

2021-09-24 Thread Fischlin Andreas
Here an AppleScript that may help in using doi2bib (* Name GoTo doi2bib Purpose Access the services of doi2bib with a minimum of effort, e.g. if a DOI is already in the clipboard get the BibTeX entry right away or you are asked to provide the DOI to this script Installation Copy this scrip

Re: [Bibdesk-users] Can't preview imported citation

2021-09-24 Thread Fischlin Andreas
Dear Eberhard, Sorry, I do not really understand what you mean with that URL. Why '#/doi’? The URL www.doi2bib.org is all what is needed to get to the site. Or is there a hidden trick I do not get, e.g. direct import into BibDesk? Thanks for any clarification. Andreas

Re: [Bibdesk-users] BibDesk 1.8.3

2021-06-01 Thread Fischlin Andreas
Dear Christiaan and Colleagues, Many thanks for BibDesk!!! Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics CHN E 24 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch

Re: [Bibdesk-users] BibDesk slowdowns

2021-02-03 Thread Fischlin Andreas
wrote: On 3 Feb 2021, at 14:48, Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> wrote: Dear Simon, This is now more of a feeling than anything else and I might be totally wrong. But what you describe now sounds to me like a particular system setup problem. As a first step towa

Re: [Bibdesk-users] BibDesk slowdowns

2021-02-03 Thread Fischlin Andreas
On 3 Feb 2021, at 12:00, Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> wrote: Dear all, I almost daily work with a large bib file that contains currently 5347 entries, admitted this is only half the size of Simon's. I see no such obvious delay during regular wor

Re: [Bibdesk-users] BibDesk slowdowns

2021-02-03 Thread Fischlin Andreas
Dear all, I almost daily work with a large bib file that contains currently 5347 entries, admitted this is only half the size of Simon's. I see no such obvious delay during regular work. I notice for certain AppleScripts, e.g. I have one searching for duplicates after an import, that has become

Re: [Bibdesk-users] importing links to attachment - a step further

2020-12-29 Thread Fischlin Andreas
Dear Ronald, And I forgot to mention that there is also the AppleScript 'Inspect Linked Files’ available. That script should work fine in your case and provide you with helpful information to diagnose the status of your PDF’s and the current meta data in your BibTeX file. Andreas ETH Zurich

Re: [Bibdesk-users] importing links to attachment - a step further

2020-12-29 Thread Fischlin Andreas
Dear Ronald, On my website you find a link to Software I offer where you find BIbDesk AppleScripts. There I offer the AppleScript 'Fix PDF and URL Links’. This script deletes first all current links and reconstructs them from the existing files for the P

Re: [Bibdesk-users] Installing BibDesk issues

2020-10-02 Thread Fischlin Andreas
Dear Ronel, What Eberhard suggested may not be the best solution, since it disables for good all such warnings. To keep control of what’s going on on your Mac I would recommend an alternative. Do control-click in the Finder the application ‘BibDesk’ and then choose in the pop-up menu to open th

Re: [Bibdesk-users] Working with a master and a local .bib file

2020-08-23 Thread Fischlin Andreas
Dear Daniele, For all the good reasons you mention (and some others) I do not keep the large master file in the Dropbox. Even more importantly, my precious repository of pdf’s that goes with that master file, is also way too large to fit into my Dropbox. In cases where I needed to have the same

Re: [Bibdesk-users] Feature request: remove file on disk when removing link

2020-06-12 Thread Fischlin Andreas
Dear Luc, Indeed, that would be annoying. BTW, I offer on my website several AppleScripts which greatly support such tasks. E.g. I can simply replace in the Finder an obsolete version of a PDF with an updated one and then trigger with a shortcut (Ctrl^F) an AppleScript that discards the old li

Re: [Bibdesk-users] [Bibdesk-announce] BibDesk 1.7.6

2020-05-18 Thread Fischlin Andreas
Dear Christiaan and all other developers, Once again a big thank you! I would not know what to do without Bibdesk! Regards, Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics CHN E 24 Universitaetstrasse 1

Re: [Bibdesk-users] Adding pdf extension to the Url field

2019-10-26 Thread Fischlin Andreas
AppleScripts can for sure do that. I offer many AppleScripts I have developed for BibDesk on my website (see below). Regards, Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics CHN E 24 Universitaetstrasse

Re: [Bibdesk-users] Problem: export database with citekeys only

2019-02-11 Thread Fischlin Andreas
Please see the BibDesk scripts I offer on my software website: http://www.sysecol.ethz.ch/people/andreas.fischlin.html Link Software Hope this helps. Regards, Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dyn

Re: [Bibdesk-users] AppleScript CiteInPages

2017-03-01 Thread Fischlin Andreas
Dear Paolo, I for one have not tweaked them. However, to make latest versions of scripts available to everyone is certainly a good idea. If you can help along those lines, please do so. ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry

Re: [Bibdesk-users] BibDesk 1.6.8

2017-02-13 Thread Fischlin Andreas
Dear Christiaan, The link to the dmg is to version 1.6.7. Is that really intentional? Regards, Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics Universitaetstrasse 16, CHN E 24 8092 Zurich SWITZERLAND a

Re: [Bibdesk-users] How to Alter the "Copy Rich Text" template?

2016-11-05 Thread Fischlin Andreas
Dear Gray, You need merely to edit the template. You can freely do that yourself. See the wiki pages. Regards, Andreas ETH Zurich Prof. em. Dr. Andreas Fischlin IPCC Vice-Chair WGII Systems Ecology - Institute of Biogeochemistry and Pollutant Dynamics Universitaetstrasse 16, CHN E 24 8092 Zuri

Re: [Bibdesk-users] The search, edit, and save sequence hides the item.

2016-07-15 Thread Fischlin Andreas
BTW, I find this behavior one of the strengths of BibDesk’s searching capabilities in contrast to many other applications failing miserably along those lines. I find myself in most applications always retyping, often several times, the same search strings. Not so in BibDesk. Regards, Andreas

Re: [Bibdesk-users] why does it crash so often?

2016-03-30 Thread Fischlin Andreas
Dear Masso, I cannot confirm that observation, however I am using mostly older OS X versions, currently mostly OS X 10.9.5 (Mavericks). Given my long experience with BibDesk, one of the best programs out there in terms of reliability and robust functioning, I suspect a specific problem with yo

Re: [Bibdesk-users] Bibdesk-URLs keep changing when I save on different machines

2015-11-19 Thread Fischlin Andreas
I am not convinced that a new field type is necessary here for several reasons: What happens if you should have both fields in a record? Why supporting files to be anywhere in case of relative paths? I believe that most use cases interested in a relative path need only a common root path to whic

Re: [Bibdesk-users] Bibdesk-URLs keep changing when I save on different machines

2015-11-19 Thread Fischlin Andreas
I have avoided parts of the issue first described in this discussion by introducing symbolic links mirroring any system involved. The situation is, however, slightly different in that I sync or transfer also the BibDesk file among systems first. When I then open the bib-file with BibDesk on any

Re: [Bibdesk-users] importing PDFs

2014-10-10 Thread Fischlin Andreas
Hi all, First I believe in this thread is some confusion about two different things: (i) adding a pdf to BibDesk for which there is no entry yet and (ii) populating meta data for an existing BibDesk entry, e.g. from whatever source. Since there are many ways to skin a cat, I wish to remind some

Re: [Bibdesk-users] Auto-filing attachments of individual publications

2014-07-09 Thread Fischlin Andreas
Dear Y., First there is no such menu command ‘AutoFile Paper’, but I guess you mean ‘AutoFile Linked Files’. Saving or not saving the database does not matter for this menu item’s availability, since it refers to linked files. Only if you have actually added some linked files, e.g. by drag/drop

Re: [Bibdesk-users] search within bibtex

2014-04-18 Thread Fischlin Andreas
Thomson Reuters has changed the services. However, this happened already quite a while ago. Some of us are currently working on finalizing a new implementation. You need to use the latest nightly to profit from those efforts. Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecol

Re: [Bibdesk-users] pdfmeat

2014-01-25 Thread Fischlin Andreas
Sorry, I had a mistake in the AppleScript: Please replace "tell aPub" with "tell thePub". Regards, Andreas > > What seems to be missing is a loop over all records in current selection, > which may look similar to following > > set thePubs to selection > if (count of thePubs) > 0 then > repe

Re: [Bibdesk-users] pdfmeat

2014-01-25 Thread Fischlin Andreas
Dear Ken, On 25/01/2014, at 03:11 , Ken Mankoff wrote: Ok, it seems there is no mechanism to parse the raw BibTeX record (it is read-only in BibDesk AppleScript). Of course not. You can fully read and write BibDesk records using AppleScripts. It is however, not fully clear what you mean by raw

Re: [Bibdesk-users] export template development

2013-12-12 Thread Fischlin Andreas
Look at my scripts at http://www.sysecol.ethz.ch/people/afischli Links: Software, BibDesk Applescripts Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.

Re: [Bibdesk-users] crash during adding new publication from File...

2013-12-10 Thread Fischlin Andreas
Dear Ryohei, On 11/12/2013, at 05:41 , Ryohei SETO wrote: Hi, The crash happened again due to importing wrong bib file (attached). Now I confirmed with the other machine. As I reported, rebooting stops this behavior (sometime, not always). But after importing bibfiles several times, it may occur

Re: [Bibdesk-users] crash during adding new publication from File...

2013-12-10 Thread Fischlin Andreas
Dear Ryohei, On 11/12/2013, at 05:41 , Ryohei SETO wrote: Hi, The crash happened again due to importing wrong bib file (attached). Now I confirmed with the other machine. As I reported, rebooting stops this behavior (sometime, not always). But after importing bibfiles several times, it may occur

Re: [Bibdesk-users] [ANN] BibDesk 1.6.2

2013-12-10 Thread Fischlin Andreas
Dear Christiaan and all the others who have contributed, Many thanks. A nice X-mas gift. I guess most have figured out the typo, the new version 1.6.2. I wish also to warn here users that the Web of Science searches as performed by this BibDesk version, if they should work at all (your institut

Re: [Bibdesk-users] v1.6.1 crashes on 10.9

2013-11-14 Thread Fischlin Andreas
On 14/Nov/2013, at 22:57 , Maxwell, Adam R wrote: > > On Nov 14, 2013, at 13:23, Christiaan Hofman wrote: > >>> What goes into that kind of decision? Support is dropped when the current >>> release is deemed too buggy to run on the OS in question? Then, what, the >>> previous release is list

Re: [Bibdesk-users] v1.6.1 crashes on 10.9

2013-11-14 Thread Fischlin Andreas
Please do not stop to support Snow Leopard Lion I could care less. Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch

Re: [Bibdesk-users] Release

2013-09-19 Thread Fischlin Andreas
I see no obvious problems in the latest nightlies. Thanks for a new release. ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch www.sys

Re: [Bibdesk-users] sorting by date of the static groups

2013-09-07 Thread Fischlin Andreas
Dear Roberto, I do not understand why you believe static groups can't be sorted by only the two criteria you mention. They can as any other current selection be sorted by any criteria in the front window's main pane. In addition it is also possible to sort via AppleScript any set of publication

Re: [Bibdesk-users] Improving compatibility with Dropbox when annotating PDFs

2013-09-03 Thread Fischlin Andreas
Dear Graham, I have not responded when you contacted BibDesk developers on this. But I wish to do this now by making two points: First, I understand that this problem is annoying, however, I doubt it can be solved, or better, I do not think this should be solved by BibDesk. Rather this appears

Re: [Bibdesk-users] Release

2013-08-16 Thread Fischlin Andreas
Dear all, I can confirm that the new search group editing needed when using an UserID/password credential when searching ISI WOK (WOKSearchPremium and WOKSearchLite services) works fine. I have been using this feature now for weeks and it seems to function very reliably and to my fullest satisf

Re: [Bibdesk-users] Question regarding cite key syntax

2013-07-10 Thread Fischlin Andreas
Of course there is. I also determine cite keys in a custom manner that is not directly supported by BibDesk and that works very well. Find my AppleScripts at my home page (Link Software): http://www.sysecol.ethz.ch/people/afischli Regards, Andreas On 10/07/2013, at 01:43 , Maxwell, Adam R wro

Re: [Bibdesk-users] entry type for project reports

2013-06-30 Thread Fischlin Andreas
On 27/06/2013, at 23:02 , Hermann Maier wrote: > Dear all, > > Two newbie questions: > > a) what entry type should I use for a project report like this: > http://emobil-umwelt.de/images/pdf/ifeu_(2011)_-_UMBReLA_grundlagenbericht.pdf > > I have in my field of research actually mostly reports

Re: [Bibdesk-users] Publication:Send via Email

2013-04-05 Thread Fischlin Andreas
Is there a preference in which I can set the template to be used by this command? I find nothing in Help nor on the wiki. That's basically a question to Christiaan, since you mention a template @ http://www.mail-archive.com/bibdesk-users@lists.sourceforge.net/msg05105.html but I do not know whi

Re: [Bibdesk-users] linking files to dropbox

2013-04-05 Thread Fischlin Andreas
ipt hook. Moreover what the AppleScript looks like depends on the choices you make above (basically, whether you want to put the remote URL in the linked URLs, or in the Url field.) Christiaan Il giorno 04/apr/2013, alle ore 13:05, Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> ha

Re: [Bibdesk-users] linking files to dropbox

2013-04-04 Thread Fischlin Andreas
It seems you do not like the html file. Then edit the template you use accordingly. This has, AFAI can understand you, nothing to do with a field of your publication record in BibDesk nor with Dropbox. Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integr

Re: [Bibdesk-users] AppleScript for Duplicate the Author to the Editor Field

2013-03-25 Thread Fischlin Andreas
This is rather simple and I advise to download some of the existing AppleScripts. I offer many at my personal website (link software, http://www.sysecol.ethz.ch/people/afischli) and you find many on the Wiki of BibDesk. Regards, Andreas Fischlin ETH Zurich Prof. Dr. Andreas Fischlin Systems E

Re: [Bibdesk-users] 1.5.8 and 1.6.0: Tex preview bug difference

2013-03-02 Thread Fischlin Andreas
You can have as many layouts you want, you simply have to write the template and install it using BibDesk's preferences "Templates". Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAN

Re: [Bibdesk-users] Citing a web page

2013-02-25 Thread Fischlin Andreas
No, URLs are treated specially, similar to linked files. Since you can have any number of URLs linked to a pub, i.e. a 1:n relationship, you should not misuse a single field having only a 1:1 relationship to a pub or you risk encountering difficulties. Simply drag drop URLs to the right side pan

Re: [Bibdesk-users] Web of Science not working?

2013-02-15 Thread Fischlin Andreas
Dear Johan, The answer to this is twofold: 1) Thomson Reuters have changed their services as of Aug. 31st 2012, AFAIK worldwide. Often without informing their clients. The change of service means a new version of the software, but also a split in the kind of services. One of the services is th

Re: [Bibdesk-users] extracting references relevant to a publication

2012-12-18 Thread Fischlin Andreas
I mark my records with a label (field Note), search for it and then use some of my extract AppleScripts, e.g. "Extract Bibliography", available at http://www.sysecol.ethz.ch/people/afischli/software, to create the wanted bibliography in whichever form you wish. Regards, Andreas ETH Zurich Pro

Re: [Bibdesk-users] All ISI WOS search seems disrupted - How about importing from Scopus?

2012-10-13 Thread Fischlin Andreas
On 12/Sep/2012, at 17:18 , Adam R. Maxwell wrote: On Sep 12, 2012, at 07:38 , Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> wrote: In the meantime I will try to help by getting at the technical official specifications of the new version. This ap

Re: [Bibdesk-users] bibdesk help

2012-10-09 Thread Fischlin Andreas
But I use BibDesk also when writing with Word. You can easily do that and install AppleScripts or other Services to accomplish this. Regards, Andreas On 09/10/2012, at 15:49 , Alex Hamann wrote: Hi, first of all, BibDesk is a frontend for BibTeX. BibTeX is meant to be used with LaTeX. You shou

Re: [Bibdesk-users] bibdesk help

2012-10-09 Thread Fischlin Andreas
Please consult http://sourceforge.net/apps/mediawiki/bibdesk/index.php?title=Main_Page and you may find there also my Tutorial useful. Regards, Andreas Fischlin ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zuric

Re: [Bibdesk-users] add in field from clipboard

2012-10-06 Thread Fischlin Andreas
done on the Macintosh, not the IBM PC.- Bill Gates, Nov 1984 On 30.09.2012, at 17:23, Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> wrote: Yes, see help and menu command "Publications -> New publication from clipboard..." Regards, Andreas Fischlin ETH Zuric

Re: [Bibdesk-users] add in field from clipboard

2012-09-30 Thread Fischlin Andreas
Yes, see help and menu command "Publications -> New publication from clipboard..." Regards, Andreas Fischlin ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch

Re: [Bibdesk-users] All ISI WOS search seems disrupted - How about importing from Scopus?

2012-09-12 Thread Fischlin Andreas
33-1136 fax +41 79 595-4050 mobile Make it as simple as possible, but distrust it! On 12/09/2012, at 06:39 , Adam R. Maxwell wrote: On Sep 11, 2012, at 03:27 , Fischlin Andreas mailto:andreas.fisch.

Re: [Bibdesk-users] All ISI WOS search seems disrupted - How about importing from Scopus?

2012-09-11 Thread Fischlin Andreas
n Sep 10, 2012, at 14:48 , Fischlin Andreas mailto:andreas.fisch...@env.ethz.ch>> wrote: Dear Adam, Many thanks for this most valuable information. Indeed, in the meantime I got a confirmation from company Thomson Reuters that they have switched from version 1.0 to 2.0 of their web services

Re: [Bibdesk-users] All ISI WOS search seems disrupted - How about importing from Scopus?

2012-09-10 Thread Fischlin Andreas
ion unless I could look at the protocol of a query using SOAP access. Maybe you Adam or someone else can help me a bit by at least answering some or all of these questions. Thanks! Cheers, Andreas On 07/09/2012, at 18:33 , Maxwell, Adam R wrote: On Sep 7, 2012, at 08:40, Fischlin Andreas wrote

[Bibdesk-users] All ISI WOS search seems disrupted - How about importing from Scopus?

2012-09-07 Thread Fischlin Andreas
Hi all, In the last few days I have never again been able to successfully search ISI WOS. I have checked everything on our side and included personnel from our main library at ETH Zurich. Unfortunately all to no avail. Question 1: Has anyone encountered similar difficulties? Note, the ISI WOS

Re: [Bibdesk-users] nightly builds down

2012-08-22 Thread Fischlin Andreas
Apple is really getting a pain in the a... Awful how they try to force everyone to go with latest hard- and software only because they believe they can make this way more profits. Where are the quality goals gone, sic? Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology -

Re: [Bibdesk-users] nightly builds down

2012-08-22 Thread Fischlin Andreas
Stick pleeeaaase with 3.2.6 and support for 10.6 is still there. Moreover, if you do not make use of fancy stuff only available from ML, this should be no problem, isn't it? Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Uni

Re: [Bibdesk-users] PDF drag-and-drop

2012-07-13 Thread Fischlin Andreas
Dear Sean, (* Name Import by DOI Purpose Run this script if you wish to import an article from which you know the doi into the currently open BibDesk bibliography Remark Experience is limited, yet the script seems to successfully import articles that are contained in p

Re: [Bibdesk-users] RIS import

2012-06-02 Thread Fischlin Andreas
Why not using the import button? Is the problem there persistent? Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch

Re: [Bibdesk-users] iCloud support BibDesk

2012-05-22 Thread Fischlin Andreas
And I fully concur with Christiaan. Besides it is not worth the trouble as I also have written earlier on. I have developed a technique to sync between my iPad and my Mac and I am happy with this. I wrote the needed AppleScripts (free to use by everyone, http://www.sysecol.ethz.ch/people/afisch

Re: [Bibdesk-users] Copy & Paste ?

2012-03-09 Thread Fischlin Andreas
Dear Stian, The problem with this is not with BibDesk nor BibTeX. The problem is with Google Scholar or whoever is responsible for that silly BibTeX export that violates BibTeX syntax rules. Unfortunately we have these days many people who are responsible for such BibTeX export services who bot

[Bibdesk-users] My Google scholar preferences get forgotten all the time

2012-02-09 Thread Fischlin Andreas
Hi all, Does anyone know what I need to do to get Google scholar to honor my preference settings when visiting it via BibDesk? When I use a browser such as Safari I can easily set my preferences, e.g. to remember that I do not want to use Deutsch only because my IP# is Swiss and import in the B

Re: [Bibdesk-users] Release

2012-01-27 Thread Fischlin Andreas
I concur. Regards, Andreas On 26/01/2012, at 14:15 , Christiaan Hofman wrote: > > On Jan 25, 2012, at 21:28, Dr. Adam M. Goldstein PhD MSLIS wrote: > >> Hi all >> >> Judging by the absence of reports of problems on the users list, I take it >> that there are no objections to a new release.

Re: [Bibdesk-users] Adding Kindle books to BibDesk records

2012-01-25 Thread Fischlin Andreas
Dear Derick, Thanks for this useful hint. However, I believe your instructions contain errors. At least the Content Folder by default seems to be another one (you probably changed yours via the preferences or have a different history of the application on your system). AFAIK the default locatio

Re: [Bibdesk-users] BibDesk testing

2012-01-18 Thread Fischlin Andreas
Will do. Regards, Andreas On 13/01/2012, at 23:03 , Christiaan Hofman wrote: > We're ready for a next release. For those brave enough, please download the > latest nightly builds and start (or continue) testing! Check the release > notes on what has been changed since the last release. > > th

Re: [Bibdesk-users] Applescript Question

2011-11-24 Thread Fischlin Andreas
Don't do any hacks with BibDesk. BibDesk allows to do everything with AppleScripts quite nicely. To remove a field, make it empty, i.e. assign an empty string value and the filed will be gone. For actual code examples see my script collection at http://www.sysecol.ethz.ch/people/afischli/softwa

Re: [Bibdesk-users] Applescript Question

2011-11-22 Thread Fischlin Andreas
I see no need for a hack such as tell application "System Events" to keystroke "k" using {command down} if you check your BibDesk preference "Cite Key -> Cite Key Autogeneration -> Autogenerate the cite key wehn enough fields are supplied" Regards, Andreas On 23/11/2011, at 03:10 , Di Xiao w

Re: [Bibdesk-users] Local-Url field

2011-11-17 Thread Fischlin Andreas
Yes, AppleScript and check out my AppleScript "Inspect Linked Files" you can download at http://www.sysecol.ethz.ch/people/afischli/software Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SW

Re: [Bibdesk-users] Odd quirk on Lion - "zero bytes"

2011-11-15 Thread Fischlin Andreas
This has probably nothing to do with BibDesk but with a missing update of the Finder information. You can usually force more uptodate the Finder information by closing and reopening the window where you suspect the information is not correct. Regards, Andreas ETH Zurich Prof. Dr. Andreas Fisc

Re: [Bibdesk-users] iCloud support BibDesk

2011-11-13 Thread Fischlin Andreas
Hi all, >From all what I read my verdict is crystal clear: Forget iCloud, in particular >for anything as precious as a personal separata collection revolving around >BibDesk (my assessment assumes most of us are scientists). Let me explain: 1) I am since years a MobileMe user. I pay my yearly

Re: [Bibdesk-users] Applescript for Bibdesk to Endnote X4 synchronisation

2011-10-31 Thread Fischlin Andreas
What's the difference what I provide since a long time? http://www.sysecol.ethz.ch/people/afischli/software Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.

Re: [Bibdesk-users] Importing PDF files

2011-10-14 Thread Fischlin Andreas
to ignore doi's as long as possible. They had finally to give in, but not implementing it in soap is obviously a "good way" for them to continue sabotaging doi. Regards, Andreas On 14/10/2011, at 18:30 , Maxwell, Adam R wrote: > > On Oct 12, 2011, at 08:47, Fischlin A

Re: [Bibdesk-users] Importing PDF files

2011-10-13 Thread Fischlin Andreas
Indeed, I would support that suggestion. I have it on since years and never regretted (so far) ;-) Regards, Andreas On 13/10/2011, at 16:32 , Gregory Jefferis wrote: > > On 12 Oct 2011, at 14:23, Adam R. Maxwell wrote: > >> >> On Oct 12, 2011, at 05:09 , M. Tamer Özsu wrote: >> >>> I was s

Re: [Bibdesk-users] Importing PDF files

2011-10-13 Thread Fischlin Andreas
I was talking only on the web scraping. That AFAIK costs a lot, e.g. http://www.automationanywhere.com/solutions/screenScrape.htm. But perhaps that's not an issue at all. Regards, Andreas On 13/10/2011, at 15:00 , Adam R. Maxwell wrote: > > On Oct 13, 2011, at 00:57 , Fischlin An

Re: [Bibdesk-users] Cite Key Autogeneration

2011-10-13 Thread Fischlin Andreas
ds, > masa > > p.s. > I just recognize that if I set > %a1_%f{Journal}%f{Booktitle}_%Y_v%n > then I probably get what I want. > If there is a better idea or default functionality, please. > > On 2011/10/13木, at 16:40, Fischlin Andreas wrote: > >> Use %f{Contai

Re: [Bibdesk-users] Output format of the bib file

2011-10-13 Thread Fischlin Andreas
Dear Fabian, I do not see why your end users are a problem for the solution I suggested as long as you know what I am talking about. Because you can build all this into a solution that is as easy as choosing a menu command. That is what I do. I program it and then I forget, i.e. I get as "dumb"

Re: [Bibdesk-users] Importing PDF files

2011-10-13 Thread Fischlin Andreas
AFAIK those services cost a lot. I do not see how that is compatible with an open source BibDesk. Regards, Andreas On 13/10/2011, at 02:35 , Maxwell, Adam R wrote: > > On Oct 12, 2011, at 17:29, Douglas Stebila wrote: > >> On 2011-10-13, at 0:52, "Adam R. Maxwell" wrote: >> >>> AFAIK, none

Re: [Bibdesk-users] Cite Key Autogeneration

2011-10-13 Thread Fischlin Andreas
Use %f{Container} to specify how cite keys are generated (menu "BibDesk -> Preferences... -> Cite Key" in the Format String having set the Preset Format to "Custom") and you fill in the fields of the publications the normal way. Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems E

Re: [Bibdesk-users] Output format of the bib file

2011-10-12 Thread Fischlin Andreas
Why do you not use BibDesk's html output? Select the publication(s) then choose menu command Edit -> Copy As -> Template -> Default HTML template... and if you don't like the result, edit your own template to your heart's content. I've done that successfully and can output quite fancy

Re: [Bibdesk-users] Importing PDF files

2011-10-12 Thread Fischlin Andreas
I use ISI WOS daily through BibDesk's soap interface. It worked fairly well all the time in the last months. Searching a single publication through the doi might be fast, however, will work only for more recent publications, since the company tried stuff down our throat for years their own pro

Re: [Bibdesk-users] Importing PDF files

2011-10-12 Thread Fischlin Andreas
No, they often do not extract them from the pdf. They often search in the pdf for a doi and then provide the actual data from a provider such as ISI WOS or other data base sources. BibDesk does not do that. As a consequence you see in BibDesk how lousy the meta data in the pdf generally actually

Re: [Bibdesk-users] Importing PDF files

2011-10-12 Thread Fischlin Andreas
Hi Tamer Özsu, Look at the data you provided: file = {:Users/tozsu/Documents/Collected Papers/Proceedings Papers/EDBT/EDBT 2011/LID11(EDBT)\_a6-zaniolo.pdf}, This is AFAIK not a valid file path, e.g. it starts with a ":". I guess Christiaan's word use 'junk' is more too often true than not. Ma

Re: [Bibdesk-users] merging databases and their pdfs

2011-09-30 Thread Fischlin Andreas
You have two options to accomplish what you want (if I understood correctly): 1) Use the Finder (or some synchronizing tool such as Synchronize Pro http://www.qdea.com/) and BibDesk tracks the moving. 2) (i) choose a new pdf repository (BD prefs); (ii) Select the new publications; (iii) Choose

Re: [Bibdesk-users] BibDesk 1.5.5 released

2011-09-20 Thread Fischlin Andreas
Many thanks Christiaan! :-) ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch www.sysecol.ethz.ch +41 44

Re: [Bibdesk-users] Fields for entry types

2011-09-02 Thread Fischlin Andreas
It stores them in the .bib file only for that particular publication. Regards, Andreas ETH Zurich Prof. Dr. Andreas Fischlin Systems Ecology - Institute of Integrative Biology CHN E 21.1 Universitaetstrasse 16 8092 Zurich SWITZERLAND andreas.fisch...@env.ethz.ch

Re: [Bibdesk-users] J App Phys bibtex not recognized by bibdesk

2011-08-21 Thread Fischlin Andreas
Indeed. Regards, Andreas On 18/Aug/2011, at 17:13 , Themis Matsoukas wrote: > On Aug 17, 2011, at 12:25 PM, Fischlin Andreas wrote: > >> Yes, it may be a problem with the APL exporter. You need to teach those web >> guys proper BibTeX. Unfortunately, in my experience you ha

Re: [Bibdesk-users] J App Phys bibtex not recognized by bibdesk

2011-08-17 Thread Fischlin Andreas
Yes, it may be a problem with the APL exporter. You need to teach those web guys proper BibTeX. Unfortunately, in my experience you have to do that with many. I sent feedback on these simple mistakes already to Science, Nature, PNAS and many more. At least that's the only thing I see we can do,

Re: [Bibdesk-users] Finding or customising styles

2011-08-10 Thread Fischlin Andreas
Dear Sebastian, You already got a lot of help, I believe. Have you really no-one close by who knows how to work with TeX? Once you get going with the basics, many of your questions should vanish by themselves. If nobody can help, then I fear there is not much else for you than read a good book

Re: [Bibdesk-users] Texshop / Bibdesk

2011-07-03 Thread Fischlin Andreas
Dear Christiaan, While having selected a cite key, e.g. in TeXShop and then choosing from the services menu item "BibDesk: Show Reference With Cite Key" the record is opened. I would have expected just that record being selected, but not opened. Is that the wanted behavior and yes, is there an

  1   2   >