Introduction
You write articles in peer reviewed journal, and your Downloads
folder is usually a mess. Now
manage your journals as you write it: from your BiBTeX.
Install
Do it in standard Linux way:
autogen.sh; make; sudo make install
This will, by default, install the code in /usr/local/
.
Dependencies
This code is build using python-3
and Gtk-3
. So, you must have these two installed in your
system. The python modules needed are few, and mostly comes bundled with standard python-3
installation; or you can install them using $sudo pip install <module>
Linux
An auxiliary code mod_install.sh
is given to install all the dependencies.
$ sudo bash ./mod_install.sh
should install all the necessary python3
modules.
This application is build and tested in Gnu-Linux OS (Fedora); but, there is no Fedora or Linux specific libraries are used. So, It should be installed natively on any Gnu-Linux OS, supporting GTK-3 UX. If there is any problem, contact me.
Mac OS X
I have not tested it for Mac. But, mostly, you need GTK+ obtained and build(see, this). Theoretically, everything explained on Linux section should do it, once Gtk3 is installed.
Usage
There are multiple options to do create/manage BiBTeX files.
1. Create it manually by filling up the entry on the left panel. Type
and BiBTeXKey
is
mandatory for this format. Then, press "Create Manually"
button.
-
You can paste a complete
BiBTeX
entry copied from somewhere else by clicking+ sign -> Copy BiBTeX
. -
You can create
BiBTeX
entry from internet. Your options are:- doi of the article. The mandatory field is:
Extra III -> DOI
- Search Google Scholar1 or Crossref
- The mandatory field is:
- Author
- Auxillary fields are:
- Year
- Title
- doi of the article. The mandatory field is:
ToDo
- Convert intermediate BiBTeX to sql database.
- Include BiBLaTeX keys.
Contact
The preferred way of contacting me is via github project page
Coffee and Cookies
If you really like Periodic Table and found it usefull, please buy me a coffee using PayPal.
My Other Apps
See other apps I have developed:
-
MkBiB: BiBTeX Manager
-
Periodic Table: Periodic Table and Extra
-
Shadow: Icon theme for Gnome desktop
-
vimf90: Change vim to a fortran IDE
1 : Since Scholar
does not provide any api
, results from this method will open in the
website. You have to get the bibtex from the site itself.