https://github.com/benmaier/group-publication-record
Scripts to build a research group publication record.
https://github.com/benmaier/group-publication-record
Last synced: 3 months ago
JSON representation
Scripts to build a research group publication record.
- Host: GitHub
- URL: https://github.com/benmaier/group-publication-record
- Owner: benmaier
- License: mit
- Created: 2023-06-04T10:10:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T08:45:42.000Z (about 2 years ago)
- Last Synced: 2024-10-11T11:08:03.312Z (8 months ago)
- Language: Python
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generate research group publication list
Contains scripts that scrape a collection of researchers' publication output and build summaries.
## Install and usage
pip install -r requirements.txt
make prep
make scrape
makeThe output will be two json files in `output`.
## Fine tuning
In the script `build_publication_list.py`, you can change the list of authors that
should be scraped. It may happen that your IP is blocked for bot usage. In that
case you need to manually adjust the author list, change IPs and restart the process.## ChatGPT
You can ask ChatGPT to write a summary of the collective research. To that
end you need to feed titles and abstracts to it in chunks. Get the prompts
copied to your clibpoard one by one withmake chatgpt