Giter VIP home page Giter VIP logo

lisc's Introduction

LISC - Literature Scanner

ProjectStatus Version BuildStatus Coverage License PythonVersions Publication

LISC is a package for collecting and analyzing the scientific literature.

Overview

LISC acts as a wrapper and connector between available APIs, allowing users to collect data from and about scientific articles, and perform analyses on this data, such as performing automated meta-analyses.

A curated list of some projects enabled by LISC is available on the projects page.

Supported APIs & Collection Approaches

Supported APIs and data collection approaches include:

  • The EUtils API, which provides access to literature data, including the Pubmed database, from which text and meta-data from identified articles can be collected, as well as analyses such as counts and co-occurrences of terms.
  • The OpenCitations API, which provides access to citation data, from which citation and reference information can be collected.

Analysis & Other Functionality

In addition to connecting to external APIs, LISC also provides:

  • A database structure, and save and load utilities for storing collected data
  • Custom data objects for managing and preprocessing collected data
  • Functions and utilities to analyze collected data
  • Data visualization functions for plotting collected data and analysis outputs

Documentation

Documentation is available on the documentation site.

This documentation includes:

  • Tutorials: with a step-by-step guide through the module and how to use it
  • Examples: demonstrating example analyses and use cases, and other functionality
  • API list: which lists and describes all the code and functionality available in the module
  • Reference: with information for how to reference and report on using the module

For a curated list of projects that use LISC check out the projects page.

Dependencies

LISC is written in Python 3, and requires Python >= 3.6 to run.

Requirements:

Optional dependencies, used for plotting, analyses & testing:

Install

Stable releases of LISC are released on the Github release page, and on PYPI.

Descriptions of updates and changes across versions are available in the changelog.

Stable Release Version

To install the latest stable release, you can install from pip:

$ pip install lisc

LISC can also be installed with conda, from the conda-forge channel:

$ conda install -c conda-forge lisc

Development Version

To get the development version (updates that are not yet published to pip), you can clone this repository.

$ git clone https://github.com/lisc-tools/lisc

To install this cloned copy of LISC, move into the directory you just cloned, and run:

$ pip install .

Editable Version

If you want to install an editable version, for making contributions, download the development version as above, and run:

$ pip install -e .

Reference

If you use this code in your project, please cite

Donoghue, T. (2018) LISC: A Python Package for Scientific Literature Collection and Analysis. Journal of Open Source Software, 4(41), 1674. DOI: 10.21105/joss.01674

Direct Link: https://doi.org/10.21105/joss.01674

More information for how to cite this method can be found on the reference page.

Contribute

This project welcomes and encourages contributions from the community!

To file bug reports and/or ask questions about this project, please use the Github issue tracker.

To see and get involved in discussions about the module, check out:

  • the issues board for topics relating to code updates, bugs, and fixes
  • the development page for discussion of potential major updates to the module

When interacting with this project, please use the contribution guidelines and follow the code of conduct.

lisc's People

Contributors

tomdonoghue avatar ryanhammonds avatar bcipolli avatar danielskatz avatar jasongfleischer avatar koudyk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.