Science Score: 18.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
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Repository
Find news articles about academic papers!
Basic Info
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
SciPop
This is the readme file for software called SciPop created by Ishika Ray, Delaney Glass, and Qiyao Liu. This software is used for identifying news articles that mention or discuss scholarly research (journal articles or DOIs) or scholars themselves. This software is ideal for researchers interested in meta-science or interested in public conversations and reports of scholarly research. The user will navigate to
Who Can Use SciPop?
Anyone can use SciPop, however it may be most useful to researchers and students who are studying specific topics and want to see how those topics or specific academic articles are being talked about in news media and popular culture indexed on Google News.
How To Use SciPop?
Step 1: Prepare your input .csv file with 1 sheet/page with column headings "AuthorName", "ArticleTitle", and "Aritcle_DOI". If you choose to only input some of the three column information, our software may be limited in the results it produces.
Step 2:
Navigate to
Step 3:
Click "Drag and Drop File Here" and proceed to drag and drop your .csv
Step 4:
Wait for your updated .csv file to appear then click "Download"
Step 5:
Use your .csv as you wish and cite SciPop!
Repository Structure
.
├── CSE583-Project
│ ├── CITATION.cff
│ ├── DOC
│ │ ├── __init__.py
│ │ └── design.md
│ ├── IMAGE
│ │ ├── Screengrab Tech Spec.png
│ │ └── logo-color.png
│ ├── LICENSE
│ ├── README.md
│ ├── environment.yml
│ ├── examples
│ │ ├── UseCase1_Data.csv
│ │ ├── UseCase2_Data.csv
│ │ ├── functions_bad input.ipynb
│ │ └── testcase_example.ipynb
│ ├── scipop
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ └── scraper.cpython-39.pyc
│ │ ├── front.py
│ │ ├── pylint_scipop.txt
│ │ └── scraper.py
│ └── tests
│ ├── __init__.py
│ ├── pylint_tests.txt
│ └── test_scraper.py
└── Repo Structure.md
How Can I View The Behind-The-Scenes Code? ###
Navigate to "examples/testcase_notebook.ipynb" for examples using .csv files in this Github Repo. These test cases (example users and scholarly topics) are fully described in "DOC/design.md"
If you want to see more code, you may clone this repository and run it using the virtual environment above.
How Can I Cite SciPop? ###
How Do I Ask A Question For The Developers? ###
To ask a question or if you encounter an error, please click the "Issues" tab above and ask your question and we will get back to you within a reasonable amount of time.
Citation (CITATION.tff)
cff-version: 1.0 message: "If you use SciPop software, please cite it as below." authors: - family-names: "Glass" given-names: "Delaney J" orcid: "https://orcid.org/0000-0003-0788-709X" - family-names: "Ray" given-names: "Ishika" orcid: "https://orcid.org/0000-0002-1491-8176" - family-names: "Liu" given-names: "Qiyao" title: "SciPop Software" version: 1.0.0 doi: date-released: url: "https://github.com/ishikar-04/CSE583-Project"
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 composite
- actions/setup-python v3 composite
- pygooglenews ==0.1.2
- streamlit ==1.15.1