selfanalysis
Random scripts and codes loosely categorized as 'analysis of my work habits'
Science Score: 31.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.6%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
·
Repository
Random scripts and codes loosely categorized as 'analysis of my work habits'
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
- Releases: 0
Created about 8 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.md
RandomSelfAnalysis
Random scripts and codes loosely categorized as 'analysis of my work habits'
Owner
- Name: Sam Zipper
- Login: samzipper
- Kind: user
- Location: Lawrence, KS
- Company: University of Kansas/Kansas Geological Survey
- Website: https://www.samzipper.com
- Twitter: ZipperSam
- Repositories: 4
- Profile: https://github.com/samzipper
Citation (CitationGenderAnalysis_auto.R)
#devtools::install_github("juba/rwos") # https://github.com/juba/rwos
#devtools::install_github("ottlngr/bib2df")
require(gender)
require(scholar)
require(rwos)
require(rcrossref)
require(bib2df)
# get my publications
scholar_id <- "XXIpO1YAAAAJ"
my_pubs <- get_publications(scholar_id)
get_article_cite_history(scholar_id, my_pubs$pubid[1])
# web of science version from rwos
sid <- wos_authenticate()
res <- wos_search(sid, "AU=Zipper SC")
pubs <- wos_retrieve_all(res)
cr_cn(pubs$doi[1], "bibtex")
# gender
gender("Sam", method="genderize")
GitHub Events
Total
- Watch event: 1
- Push event: 2
Last Year
- Watch event: 1
- Push event: 2