You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-27Lines changed: 34 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,40 @@
1
1
# LISC - Literature Scanner
2
2
3
3
[](http://www.repostatus.org/#active)
LISC is a package for collecting and analyzing the scientific literature.
8
11
9
-
LISC is a package for performing automated meta-analyses of scientific papers, built on top of the Pubmed E-Utils API.
12
+
## Overview
10
13
11
-
NOTE: the current version is still a development version (0.1.0-dev) and may not be totally stable.
14
+
LISC acts as a wrapper and connector between available APIs, allowing users to collect data from and about scientific articles, and to do analyses on this data, such as performing automated meta-analyses.
12
15
13
-
## Overview
16
+
A curated list of some projects enabled by LISC is available on the [projects](https://github.com/lisc-tools/Projects) page.
14
17
15
-
LISC is a python module for collecting and analzying scientific literature.
18
+
#### Supported APIs
16
19
17
-
#### Data Collection
20
+
Supported APIs through LISC includes:
21
+
- the NCBI [EUtils](https://www.ncbi.nlm.nih.gov/books/NBK25497/). EUtils provides programmatic access to the National Center for Biotechnology Information (NCBI), including the Pubmed database.
22
+
- the [OpenCitations](https://opencitations.net) API. OpenCitations provides access to citation data.
18
23
19
-
For data collection, LISC currently offers support for using the Pubmed E-Utilities.
24
+
#### Data Collection
20
25
21
-
LISC provides for two different 'types' of literature data collection:
22
-
- 'Counts': popularity and co-occurence analysis of specified search terms.
23
-
- 'Words': collects text data and meta-data from papers identified by specified search terms.
26
+
For data collection, LISC currently offers support for the following 'types' of literature data collection:
27
+
- 'Counts': collects counts and co-occurrences of specified search terms in the literature.
28
+
- 'Words': collects text data and meta-data from articles identified by specified search terms.
29
+
- 'Citations': collect citation and reference data for articles, based on DOIs.
24
30
25
-
#### Data Analysis
31
+
#### Analysis & Other Functionality
26
32
27
-
LISC provides support and utities for:
28
-
-Custom data objects for managing and operating on returned data.
29
-
-Save and load utilties for storing collected data.
30
-
-Support and tools for analyzing and plotting returned data.
31
-
- Data visualization utilities.
33
+
In addition to connecting to external APIs, LISC also provides:
34
+
-custom data objects for managing collected data
35
+
-a database structure, and save and load utilties for storing collected data
36
+
-functions and utilities to analyze collected data
37
+
- Data visualization functions for plotting collected data and analysis outputs
32
38
33
39
## Documentation
34
40
@@ -43,17 +49,18 @@ For a curated list of projects that use LISC (or pre-cursors), check out the [pr
43
49
LISC is written in Python 3, and requires Python 3.5 or greater to run.
0 commit comments