https://github.com/nicomarr/nicomarr.github.io
my website
https://github.com/nicomarr/nicomarr.github.io
Last synced: 4 months ago
JSON representation
my website
- Host: GitHub
- URL: https://github.com/nicomarr/nicomarr.github.io
- Owner: nicomarr
- Created: 2024-08-04T11:05:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T23:05:47.000Z (6 months ago)
- Last Synced: 2025-03-22T15:49:41.385Z (4 months ago)
- Language: Jupyter Notebook
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My website
### Update citation counts
To update citation counts in the `test_data` directory:
```sh
python ./_py/utils/main.py --update-citations ./_py/test_data
```
To update citation counts in the `_data` directory:
```sh
python ./_py/utils/main.py --update-citations ./_data
```
Or in quiet mode:
```sh
python ./_py/utils/main.py --update-citations ./_data --quiet
```### Append metadata with new articles
To append metadata in the `test_data` directory:
```sh
python ./_py/utils/main.py --append-metadata ./_py/test_data
```To append metadata in the `_data` directory:
```sh
python ./_py/utils/main.py --append-metadata ./_data
```
To include errata and run in quiet mode:
```sh
python ./_py/utils/main.py --append-metadata ./_data --quiet
```### Perform both update and append operations
```sh
python ./_py/utils/main.py --update-and-append ./_data
```### Help
```sh
python ./_py/utils/main.py --help
```