![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
= isi-rb
== What is isi-rb? isi-rb converts ISI Export Format to BibTeX Format. This is a Ruby script. You can use isi-rb as a library.
ISI Web of Science, http://portal.isiknowledge.com, provides their bibliographic information in ISI Export Format. You can get the tagged Marked List in Web of Science by pushing the [SAVE TO FILE] button.
== Where is the homepage of isi-rb? http://isi-rb.rubyforge.org
== Where can I download isi-rb? Go to http://rubyforge.org/projects/isi-rb .
== How can I install isi-rb? There are three different ways to install isi.rb. === I. Simple way Installing this package is as simple as: $ ruby setup.rb === II. RubyGems users can take an easy way There is an easier way, if you are a RubyGems user: $ gem install isi-rb === III. Another simple way; just copy isi.rb Just copy isi.rb into your working directory which contains your saved "Marked List", e.g. savedrecs.txt. $ cp lib/isi.rb ~/your/working/directory/ $ cd ~/your/working/directory/ $ ruby isi.rb savedrecs1.txt savedrecs2.txt $ ruby isi.rb < savedrecs.txt > savedrecs.bib Lsat two lines are examples of usage for this installation way.
== How can I use it? === Save the marked records to an output file in ISI Web of Science Mark the articles in ISI Web of Science. Then, view and save the marked records to an output file (savedrecs.txt). I recommend to check "Author(s)", "Title", "Source", "abstract*", "keywords" and "source abbreviation" as the fields to include in the output file. === Here are some examples % isi2bibtex savedrecs.txt % isi2bibtex savedrecs1.txt savedrecs2.txt > savedrecs.bib % isi2bibtex < savedrecs.txt > savedrecs.bib % cat savedrecs.txt | isi2bibtex > savedrecs.bib === You can use isi-rb as a library. T.B.A.
== Copying isi-rb is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. You can copy, modify and redistribute isi-rb, but only under the conditions described in the GNU General Public License (the "GPL").
== Thanks to contributer(s)!
== Who is the author? NISHIMATSU Takeshi <t-nissie{at}imr.tohoku.ac.jp>
== Why did he write it? Because he do not like the output format of the Perl version.
== Is there a Perl version? Yes. You can find the Perl version by Jonathan Swinton, Ben Bolker, Anthony Stone, John J. Lee in CTAN http://www.ctan.org/tex-archive/biblio/bibtex/utils/isi2bibtex .
== I do not like the output format of isi-rb, neither! The output format is defined in the source code WYSIWYGly. So you can change by yourself easily.
== Meanings of tags in ISI Export Format: See http://isibasic.com/help/helpprn.html . === file-unique tags FN: File type. The file starts with 'FN ISI Export Format' VR: Version number of ISI export file format EF: End of file === normal tags AB: Abstract AF: Authors Full (AU Foo, BAR -> AF Foo, B. A. R.; AU Nishimatsu, T -> AF Nishimatsu Takeshi) AR: Article number of new APS journals AU: Authors BP: Beginning page C1: Research addresses CR: Cited references DE: Original keywords DI: DOI DT: Document type EP: Ending page ER: end of a record GA: ISI document delivery number ID: New keywords given by ISI IS: issue J9: 29-character journal title abbreviation JI: ISO journal title abbreviation LA: Language NR: Cited reference count PD: Publication date e.g. "JUN 8" or "JUL" PG: the number of pages PI: Publisher city PN: Part number PT: Publication type (e.g., book, journal, book in series) PU: Publisher PY: Publication year RP: Reprint address SE: Book series title SI: Special issue SN: ISSN SO: journal title, in full SU: Supplement TC: Times cited TI: Title UT: ISI unique article identifier VL: Volume WP: Publisher web address === isi-rb original tags UR: URL
== Known bugs
== TODO
FAQs
Unknown package
We found that isi-rb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.