Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 64 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
ce89b09
Setting up GitHub Classroom Feedback
raomegha Nov 8, 2020
24cc242
First Commit
Nov 11, 2020
7f608c1
testing github
Nov 11, 2020
cbb94a3
Testing github
Nov 11, 2020
cf0cf61
Commit 4
Nov 11, 2020
734d31f
Comments Added
Nov 11, 2020
53bcb37
ReadMe Added
Nov 11, 2020
0e683c5
ReadMe Added
Nov 11, 2020
84dc5c4
Index Updated
Nov 11, 2020
7cc55db
Table Comment
Nov 11, 2020
10724cf
Table Comment
Nov 11, 2020
78d387a
Second Week 1 commit
Nov 17, 2020
598827b
Second Week 1 second commit
Nov 18, 2020
39e3a50
Second Week 1 third commit
Nov 18, 2020
cfdf6b5
Second Week 1 fourth commit
Nov 18, 2020
1f9481c
Without Histo
Nov 23, 2020
05490b4
[minor] Updated Data Aggregation
kevintyj Nov 23, 2020
613822e
Merge pull request #2 from kevintyj/gh-pages
turquo1se Nov 23, 2020
64c26c5
update interaction of linechart
turquo1se Nov 24, 2020
b97f429
update on time format
turquo1se Nov 24, 2020
a6b3109
[minor] merge fix
kevintyj Nov 24, 2020
0d9b686
[fix] merge fix
kevintyj Nov 24, 2020
c8fd889
[minor] Updated Dispatcher
kevintyj Nov 25, 2020
6a9fa66
[Major] Styles & Manipulation Update
kevintyj Nov 25, 2020
2c2baca
[minor] styles fix
kevintyj Nov 25, 2020
fb78884
[Intermediate] Styles fixes
kevintyj Nov 25, 2020
795fb75
[Major] Averaging Algo
kevintyj Nov 25, 2020
de67aa7
time format
turquo1se Nov 25, 2020
2373479
Axis Change
Nov 25, 2020
23db58c
Table Change
Nov 25, 2020
96dfbda
Year Change
Nov 25, 2020
5f7c34f
[minor] Desc. added
kevintyj Nov 30, 2020
e2adf0c
Deleted Histograms
Dec 2, 2020
1b1bbbb
[initial] Violin plot
kevintyj Dec 6, 2020
2b4410e
multiline chart bug fix
turquo1se Dec 6, 2020
5318ab8
ScatterPlot Functionalities
Dec 6, 2020
63dcdb2
seperate table files
Dec 6, 2020
d227eba
delete unnecessary file
turquo1se Dec 7, 2020
74d9140
Minor formatting
Dec 7, 2020
6b1ff59
minor fix
Dec 7, 2020
2fd6f41
Merge branch 'gh-pages' of https://github.com/NEU-DS-4200-F20/project…
kevintyj Dec 7, 2020
5221484
[major] video, and merge conflicts
kevintyj Dec 7, 2020
75528d9
[video] Updated Video
kevintyj Dec 7, 2020
7b67056
html additions
Dec 7, 2020
5cb4a7f
HTML File changes
Dec 7, 2020
903944e
links
Dec 7, 2020
ab289c4
links
Dec 7, 2020
c97b82e
links
Dec 7, 2020
34cbdab
[major] Video uploaded, responsive fixes
kevintyj Dec 7, 2020
1ec8172
[major] Responsive fixes and table js edit
kevintyj Dec 7, 2020
14028df
[video] Video uupdated for introduction
kevintyj Dec 7, 2020
166004b
[minor] Updated styles and readability
kevintyj Dec 7, 2020
f14c4b4
[major] Presentation added
kevintyj Dec 7, 2020
7e51ac4
[minor] Uncommited Stashes Updated, presentation in PPT form
kevintyj Dec 7, 2020
1a68844
[temp] minor stles fixes to match video
kevintyj Dec 7, 2020
4988d88
[minor] Prez update & Typo
kevintyj Dec 7, 2020
776b150
[legal] Added warning text
kevintyj Dec 7, 2020
bb02ba3
[minor] Changed index.html and added presentation pdf
kevintyj Dec 15, 2020
196c5a3
[minor] Folder cleanup
kevintyj Dec 15, 2020
7dc84c9
instruciton change
Dec 15, 2020
115b4d0
instruction change
Dec 15, 2020
cd545f6
[minor] Acknowledgements added
kevintyj Dec 15, 2020
13ee0b4
[minor] Filter update
kevintyj Dec 15, 2020
422b85c
[minor] Changed folder name
kevintyj Dec 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

.DS_Store
.idea/codeStyles/codeStyleConfig.xml
.idea/modules.xml
.idea/project-group-12-data-within-education.iml
.idea/vcs.xml
146 changes: 146 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository is your starting point for your project. Please look through all these materials so you know how to organize your project.

Link to your GitHub pages website: `[insert your *clickable* hyperlink here]`
Link to your GitHub pages website: [Github Pages Link](https://neu-ds-4200-f20.github.io/project-group-12-data-within-education/)

# Aim of the assignment

Expand Down
Loading