SciPop

所属分类:论文
开发工具:Python
文件大小:291KB
下载次数:0
上传日期:2022-12-16 02:52:18
上 传 者sh-1993
说明:  查找有关学术论文的新闻文章!
(Find news articles about academic papers!)

文件列表:
.streamlit (0, 2022-12-16)
.streamlit\config.toml (54, 2022-12-16)
CITATION.tff (443, 2022-12-16)
DOC (0, 2022-12-16)
DOC\SciPop.pdf (135438, 2022-12-16)
DOC\__init__.py (0, 2022-12-16)
DOC\design.md (6717, 2022-12-16)
IMAGE (0, 2022-12-16)
IMAGE\Scraping Process.png (69314, 2022-12-16)
IMAGE\Screengrab Tech Spec.png (41575, 2022-12-16)
IMAGE\logo-color.png (40551, 2022-12-16)
LICENSE (1093, 2022-12-16)
environment.yml (8299, 2022-12-16)
examples (0, 2022-12-16)
examples\UseCase1_Data.csv (2202, 2022-12-16)
examples\UseCase2_Data.csv (72670, 2022-12-16)
examples\functions_bad input.ipynb (23270, 2022-12-16)
examples\testcase_example.ipynb (22412, 2022-12-16)
scipop (0, 2022-12-16)
scipop\__init__.py (0, 2022-12-16)
scipop\front.py (1971, 2022-12-16)
scipop\pylint_scipop.txt (928, 2022-12-16)
scipop\scraper.py (7764, 2022-12-16)
tests (0, 2022-12-16)
tests\__init__.py (2, 2022-12-16)
tests\pylint_tests.txt (187, 2022-12-16)
tests\test_scraper.py (3827, 2022-12-16)

# 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 and upload a .csv file with three columns titled "Author_Name", "Article_Title", and "Article_DOI" which refers to the scholarly author name (first last), the title of the scholarly journal article, and the DOI link of the scholarly article. SciPop will use a variety of technologies (Python, pygooglenews package, and others) to compile a list of relevant google news article titles and links, exportable as a .csv. ### 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 "Author_Name", "Article_Title", 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.

近期下载者

相关文件


收藏者