senior-design
A git repo for our senior design project.
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 (3.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
A git repo for our senior design project.
Basic Info
- Host: GitHub
- Owner: chuckgreenman
- Language: Python
- Default Branch: master
- Size: 12.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
- Releases: 0
Created almost 7 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
Citation
README.md
OSCAR (Open Social Comparison and Analysis for Reddit) Final Design Report
Table of Contents
1. Project Description
2. User Interface Specification
3. Test Plan and Results
4. User Manual
5. Final Presentation
6. Expo Poster
7. Assessments
7.1 Initial Assessments (Fall 2019)
7.1.1 Anna
7.1.2 Charles
7.1.3 Isaac
7.2 Final Assessments (Spring 2020)
7.2.1 Anna
7.2.2 Charles
7.2.3 Isaac
8. Summary of Hours
8.1 Team-Wide
8.2 Anna
8.3 Charles
8.4 Isaac
Owner
- Name: Chuck Greenman
- Login: chuckgreenman
- Kind: user
- Location: Cincinnati
- Website: https://chuckgreenman.com
- Repositories: 2
- Profile: https://github.com/chuckgreenman
Are you still training for the big race by hoping the runners will die?
Citation (Citations.md)
# Citations ## [PRAW (Python Reddit API Wrapper)](https://praw.readthedocs.io/en/latest/index.html) ## [Russian Interference on Reddit](https://old.reddit.com/r/redditsecurity/comments/e74nml/suspected_campaign_from_russia_on_reddit/) ## [Big Data & Reddit](https://pushshift.io/) ## [Intro to Clustering With Python](https://towardsdatascience.com/an-introduction-to-clustering-algorithms-in-python-123438574097) ## [Python Data Science Handbook](https://jakevdp.github.io/PythonDataScienceHandbook/) ## [Vue-ECharts](https://github.com/ecomfe/vue-echarts) ## [Vue.js](https://vuejs.org/v2/guide/) ## [Vuetify](https://vuetifyjs.com/en/getting-started/quick-start/) ## [SocksCatch](https://pdfs.semanticscholar.org/d70d/5cabd150a0d3a0a18b95378bb8a710c82cb3.pdf)
GitHub Events
Total
Last Year
Dependencies
src/oscar_vue_demo/package-lock.json
npm
- 1145 dependencies
src/oscar_vue_demo/package.json
npm
- @vue/cli-plugin-babel ~4.2.0 development
- @vue/cli-plugin-eslint ~4.2.0 development
- @vue/cli-service ~4.2.0 development
- babel-eslint ^10.0.3 development
- eslint ^6.7.2 development
- eslint-plugin-vue ^6.1.2 development
- sass ^1.19.0 development
- sass-loader ^8.0.0 development
- vue-cli-plugin-vuetify ~2.0.5 development
- vue-template-compiler ^2.6.11 development
- vuetify-loader ^1.3.0 development
- axios ^0.19.2
- core-js ^3.6.4
- echarts ^4.7.0
- vue ^2.6.11
- vue-echarts ^5.0.0-beta.0
- vuetify ^2.2.11
src/reddit_live_api/requirements.txt
pypi
- Flask-Cors ==3.0.8
- bs4 ==0.0.1
- decorator ==4.4.1
- flask ==1.1.1
- networkx ==2.4
- nltk ==3.4.5
- praw ==6.4.0
- prawcore ==1.0.1
- wordcloud ==1.6.0
src/docker-compose.yml
docker
- oscar-vue latest
src/reddit_live_api/Dockerfile
docker
- python 3.5-alpine3.10 build