Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russelljjarvis/scienceaccess
Large collections of big words and big concepts are hard to read. Scientists share ideas using large collections of words. We machine read scientific documents in an effort to compare writers with each other, and to promote simpler writing.
https://github.com/russelljjarvis/scienceaccess
Last synced: 6 days ago
JSON representation
Large collections of big words and big concepts are hard to read. Scientists share ideas using large collections of words. We machine read scientific documents in an effort to compare writers with each other, and to promote simpler writing.
- Host: GitHub
- URL: https://github.com/russelljjarvis/scienceaccess
- Owner: russelljjarvis
- License: other
- Created: 2020-04-17T08:58:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T01:50:43.000Z (5 months ago)
- Last Synced: 2024-06-09T02:42:57.854Z (5 months ago)
- Language: Jupyter Notebook
- Homepage: https://share.streamlit.io/russelljjarvis/scienceaccess/app.p
- Size: 52.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.md
Awesome Lists containing this project
README
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
[![DOI](https://zenodo.org/badge/256452850.svg)](https://zenodo.org/badge/latestdoi/256452850)
# Too Long and Did Not Read
Large collections of big words and big concepts are hard to read. Scientists share ideas using large collections of words. We machine read scientific documents in an effort to compare writers with each other, and to promote simpler writing. [A deployed version of this application lives here.](https://share.streamlit.io/russelljjarvis/scienceaccess/app.py)# Overview
Non-science writing is often expressed with a less complex and more engaging writing style. This makes it accessible to a broad audience. In contrast, there is research demonstrating that the content of scientific writing is often more complex. This is due, at least in part, to the tendency of scientists to use jargon-heavy language. This can make it inaccessible to many individuals.
This dashboard application allows the user to search for a scientific author. It first performs a web search to gather this author's published works. It then shows the readability score for each published work returned from the web scrape as well as an overall score for that individual. In addition, the application returns the most common and complex words used, sentiment, and a comparison to other text sources with known complexity. [Read more about the application here](https://github.com/mcgurrgurr/ScienceAccess/blob/master/Documentation/paper.md).
More accessible science writing allows knowledge to be more readily transferred into public awareness, as well as between scientists of different fields. Objectively describing the complexity of different writing styles allows us to prescribe how to shift academic science writing into a more accessible niche, where science can better compete with pseudo-science and blogs.
If you're interested in [contributing](https://github.com/mcgurrgurr/ScienceAccess/blob/master/CONTRIBUTING.md) or reviewing the [license](https://github.com/mcgurrgurr/ScienceAccess/blob/master/license.md) for use of this application, refer to our documentation to learn more.
# Running the application from the terminal
### Install
```
git clone https://github.com/russelljjarvis/ScienceAccess.git
cd ScienceAccess
sudo $(which python3) setup.py install
```### Run
```
streamlit run app_dev.py
```## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Russell Jarvis
💻 📖 🤔 🎨 🚇
Marc Skov Madsen
💻
pmcg
💻 📖 🤔 🎨 🚇
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
License
ScienceAccess is released under the CC BY-NC 2.0. By using ScienceAccess, you are agreeing to its usage terms.