NOTE: Most Windows machines use an Intel or AMD style processor. You’ll want the zip file with both “windows” and “amd64” in the name. The exceptions are some Microsoft Surface tablets and specialized developer machines like Microsoft/Qualcomm’s deverloper for ARM NUC. If you are unsure you can type “info” in the search box of your taskbar then click “System Info”. Here’s the instructions on Microsoft’s website https://support.microsoft.com/en-us/windows/view-your-system-info-a965a8f2-0773-1d65-472a-1e747c9ebe00
You’re looking for an entry for “processor”. It may look something like
~~~ Processor(s): 1 Processor(s) Installed. [01]: Intel64 Family 6 Model 142 Stepping 12 GenuineIntel ~1803 Mhz ~~
If you see “Intel” somewhere in the description choose the Zip file with “windos” and “amd64” in the name.
doi2printxml.exe -h
to see the help pageThe tool doi2eprintxml.exe
is a command line program, it
is normally run from the command prompt. The purpose of the program is
to take a list of DOI contact CrossRef or DataCite and generate what is
called an EPrint XML document. The EPrint XML document is used to import
records into EPrints (e.g. CaltechAUTHORS) via the “import” button under
“Manage Deposits” page.
The typical workflow is to create a plain text file (UTF-8 encoded)
using a text editor such as VSCode with one DOI per line.
The doi2eprintxml.exe
file can then read the list and
generate an EPrint XML document for importing into EPrints. Follow the
following steps to generate a file called eprint.xml
based on a list of of DOI in a file called doi.txt.
doi2eprintxml.exe -i doi.txt > eprint.xml