https://github.com/arjunsavel/cv

Arjun Savel's CV — it's automated!

https://github.com/arjunsavel/cv

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary

Keywords

cv tex
Last synced: 6 months ago · JSON representation

Repository

Arjun Savel's CV — it's automated!

Basic Info
Statistics
  • Stars: 11
  • Watchers: 1
  • Forks: 2
  • Open Issues: 6
  • Releases: 0
Topics
cv tex
Created almost 6 years ago · Last pushed 6 months ago
Metadata Files
Readme License

README.md

CV

Update publications Add JOSS Reviews Build CV Tests codecov docstr_coverage CV Actions Maintainability Imports: isort Code style: black pre-commit

My CV, linked with Overleaf. See the compiled version on my website.

The formatting of my CV is based on @davidwhogg's, and the implementation of continuous integration was inspired by @dfm's. Other design components adapted from Sourabh Bajaj and Amlaan Bhoi.

Process

Every 24 hours (midnight UTC), the add_review_nums workflow is run. This scrapes JOSS for the number of reviews I've conducted, writes this number to the main tex file, and commits the changes.

Additionally, scrape_ads is run, which pulls my publications & their citations from NASA ADS. These are aggregated, formatted, and written to a tex file.

Finally, a new tag is created for this repository.

Also...adds CV metadata for SEO snippet purposes.

Owner

  • Name: Arjun Savel
  • Login: arjunsavel
  • Kind: user
  • Company: @astroumd

PhD candidate at UMD, College Park | exoplanet atmospheres 🪐

GitHub Events

Total
  • Create event: 372
  • Issues event: 1
  • Release event: 291
  • Watch event: 1
  • Delete event: 78
  • Push event: 413
  • Fork event: 1
Last Year
  • Create event: 372
  • Issues event: 1
  • Release event: 291
  • Watch event: 1
  • Delete event: 78
  • Push event: 413
  • Fork event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 2,812
  • Total Committers: 1
  • Avg Commits per committer: 2,812.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 501
  • Committers: 1
  • Avg Commits per committer: 501.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
arjunsavel a****l 2,812

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 46
  • Total pull requests: 8
  • Average time to close issues: 4 months
  • Average time to close pull requests: about 22 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.35
  • Average comments per pull request: 0.13
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • arjunsavel (46)
Pull Request Authors
  • arjunsavel (8)
Top Labels
Issue Labels
enhancement (23) backend (17) bug (13) design (8) content (4) documentation (2) testing (2)
Pull Request Labels
bug (2) enhancement (1)

Dependencies

.github/workflows/add_review_nums.yml actions
  • actions/checkout main composite
  • actions/setup-python main composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/check_docstrings.yml actions
  • actions/checkout main composite
  • actions/setup-python main composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/cv_add.yml actions
  • actions/checkout master composite
  • actions/setup-python master composite
  • stefanzweifel/git-auto-commit-action v4 composite
  • xu-cheng/latex-action v2 composite
.github/workflows/run_tests.yml actions
  • actions/checkout main composite
  • actions/setup-python main composite
  • codecov/codecov-action v2 composite
.github/workflows/update_pubs.yml actions
  • actions/checkout main composite
  • actions/setup-python main composite
  • ncipollo/release-action v1 composite
  • stefanzweifel/git-auto-commit-action v4 composite
requirements.txt pypi
  • ads *
  • beautifulsoup4 *
  • gsheets *
  • numpy *
  • pandas *
  • pre-commit *
setup.py pypi