An open API service indexing awesome lists of open source software.

https://github.com/caltechlibrary/adage

Authors Dimensional Analysis and General Exploration
https://github.com/caltechlibrary/adage

Last synced: 5 months ago
JSON representation

Authors Dimensional Analysis and General Exploration

Awesome Lists containing this project

README

          

ADAGE
=====

_ADAGE_ (Authors Dimensional Analysis and General Exploration) is a tool to compare the data in [CaltechAUTHORS](https://authors.library.caltech.edu) with the data in [Dimensions](https://dimensions.ai) and report on the results.

*Authors*: [Michael Hucka](http://github.com/mhucka)

*Repository*: [https://github.com/caltechlibrary/adage](https://github.com/caltechlibrary/adage)

*License*: BSD/MIT derivative – see the [LICENSE](LICENSE) file for more information

☀ Introduction
-----------------------------

[CaltechAUTHORS](https://authors.library.caltech.edu) contains all the publications by members of Caltech, and [Dimensions](https://dimensions.ai) is a research intelligence tool. ADAGE (Authors Dimensional Analysis and General Exploration) is a project to compare the contents of CaltechAUTHORS to Dimensions and report on the findings.

✺ Installation instructions
---------------------------

The following is probably the simplest and most direct way to install this software on your computer:
```sh
sudo pip3 install git+https://github.com/caltechlibrary/adage.git
```

Alternatively, you can clone this GitHub repository and then run `setup.py`:
```sh
git clone https://github.com/caltechlibrary/adage.git
cd adage
sudo python3 -m pip install .
```

▶︎ Basic operation
------------------

_... forthcoming ..._

⁇ Getting help and support
--------------------------

If you find an issue, please submit it in [the GitHub issue tracker](https://github.com/caltechlibrary/adage/issues) for this repository.

☮︎ Copyright and license
---------------------

Copyright (C) 2018, Caltech. This software is freely distributed under a BSD/MIT type license. Please see the [LICENSE](LICENSE) file for more information.