Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Keywords
Repository
A utility to get ACM Author publication venues
Basic Info
- Host: GitHub
- Owner: NicholasSynovic
- License: agpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://nicholassynovic.github.io/tool_apv/
- Size: 73.2 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Author Publication Venues
A utility to get ACM Author publication venues
Table of Contents
About
apv gets the publication venues of where an ACM author has published from
their public ACM DL publications page.
I wrote this utility in order to help Ph.D. students identify which venue(s) their mentors, advisors, and colleagues publish in (so long as their tracked by ACM). The goal for this is not to track publications per say, but to identify the set of venues that a user may want to read more about or submit a manuscript to.
How To Install
Assuming that you have git cloned the repository:
make create-devsource env/bin/activatemake build
How To Run
apv --help
```shell Usage: apv [OPTIONS]
A utility to get ACM Author publication venues.
An Exception is thrown if the author ID is invalid.
Options: -a, --author-id TEXT ACM DL author ID [default: 99660630871] -o, --output PATH Output JSON path [default: output.json] --help Show this message and exit. ```
NOTE: by default, my (Nicholas M. Synovic's) ACM DL author ID is used
Documentation
API docs are provided for the project within the source files.
JSON Schema
The output JSON data follows this schema:
json
{
"$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "#/definitions/Apv",
"definitions": {
"APV": {
"type": "object",
"additionalProperties": false,
"properties": {
"journals_magazines": {
"type": "array",
"items": {
"type": "string"
}
},
"proceedings_books": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"journals_magazines",
"proceedings_books"
],
"title": "APV"
}
}
}
Owner
- Name: Nicholas Synovic
- Login: NicholasSynovic
- Kind: user
- Location: Chicago, IL
- Website: https://nicholassynovic.github.io/
- Repositories: 89
- Profile: https://github.com/NicholasSynovic
Loyola University Chicago Computer Science Student Expected Graduation: May 2022
Citation (CITATION.cff)
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
GitHub Events
Total
- Push event: 6
- Pull request event: 1
- Create event: 3
Last Year
- Push event: 6
- Pull request event: 1
- Create event: 3
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v3 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite
- pre-commit/action v3.0.1 composite
- python 3.10-bookworm build
- beautifulsoup4 4.12.3
- certifi 2024.8.30
- charset-normalizer 3.4.0
- click 8.1.7
- colorama 0.4.6
- exceptiongroup 1.2.2
- idna 3.10
- iniconfig 2.0.0
- lxml 5.3.0
- packaging 24.2
- pluggy 1.5.0
- pytest 8.3.3
- requests 2.32.3
- soupsieve 2.6
- tomli 2.1.0
- urllib3 2.2.3
- beautifulsoup4 ^4.12.3
- click ^8.1.7
- lxml ^5.3.0
- pytest ^8.3.3
- python ^3.10
- requests ^2.32.3
- poetry *