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
- Host: GitHub
- URL: https://github.com/caltechlibrary/adage
- Owner: caltechlibrary
- License: other
- Created: 2018-08-14T00:31:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T00:32:13.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T03:16:15.251Z (9 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.