Photo by Gabriel Sollmann on Unsplash

Another (new) bibliography app

ZotViewer a Zotero client

Filippo Valle
3 min readMay 20, 2021

--

Every researcher indeed has to keep track of many papers, being them the bibliography of his/her next work or just that paper just appeared on the arxiv.

Having a list of papers to read is indeed a great part of a researcher’s work. On this and on how to read papers there is this lecture by Andrew Ng.

There are lots of software that help us in doing this out there. One of them is Zotero, particularly interesting because it is opensource and because it exposes an API to interact with libraries.

Since its major competitor Mendeley shut down its mobile apps I am trying to develop a codebase for an app compatible with all major platforms (iOS, Android, MacOS, Linux and Windows).

There are Zotero clients, of course, but since I need a mobile app to interact with Zotero and since I am studying Flutter I would take advantage of the Zotero API and developing this app.

Flutter let you write a code using dart and then compile it for every platform you need with ease.

The app: ZotViewer

At this time my project is just a viewer. I will add editing features later.

It has three pages. The first one lets you navigate trough the bibliography.

Home page. Image by Author.

Open a paper

The app let you have insight on a single paper.

Paper detail. Image by author.

Info page

Info screen. Image by Author.

Code

If you want to collaborate or compile it yourself the code is here: https://bitbucket.org/fvalle01/zotviewer/src/main/

Get the on Google Play at https://play.google.com/store/apps/details?id=com.fvalle.zotero_app. Image by Google.

I compiled it once and eventually you can download a preview or access tests on the Google Play Store.

--

--

Filippo Valle
Filippo Valle

Written by Filippo Valle

Interested in physics, ML application, community detection and coding. I have a Ph.D. in Complex Systems for Life Sciences

No responses yet