Skip to content

Commit 9f85ab6

Browse files
feat: setting up bibcode creation, packaging
modified: README.md new file: adsenrich/__init__.py new file: adsenrich/bibcode_data/issn2bibstem.txt new file: adsenrich/bibcode_data/name2bibstem.txt new file: adsenrich/bibcodes.py new file: adsenrich/data.py new file: adsenrich/utils.py new file: requirements.txt new file: setup.py
1 parent f1d5937 commit 9f85ab6

File tree

9 files changed

+6703
-2
lines changed

9 files changed

+6703
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# ADSImportAugmenter
2-
Data augmentation for the new ingest workflow
1+
# ADSImportEnrichment
2+
ADS Internal package that takes data in the form of an
3+
`adsabs/ingest_data_model` object and augments or enriches it in some way.
4+
5+
As of 2022 Sep 22, this package can only generate classic bibcodes.
6+
7+
Matthew Templeton, ADS

adsenrich/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)