Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
5809bb2
scatterplot shortest path
sichenjin Apr 8, 2022
e8bfbeb
download csv
sichenjin May 6, 2022
71f277c
first deployment community detection
sichenjin Jul 25, 2022
c7ce091
requirement txt
sichenjin Jul 25, 2022
e6809fc
requirement txt2
sichenjin Jul 25, 2022
338b8fc
procfile
sichenjin Jul 25, 2022
cb7dea8
procfile port
sichenjin Jul 25, 2022
4e50bf7
procfile direct
sichenjin Jul 25, 2022
65cf330
route path
sichenjin Jul 25, 2022
61f6495
route path
sichenjin Jul 26, 2022
cd0356a
route path
sichenjin Jul 26, 2022
52f0688
change app path
sichenjin Jul 26, 2022
bc8e533
not ignore build
sichenjin Jul 26, 2022
3cec6cc
rerun build
sichenjin Jul 26, 2022
275401a
filter option panel
sichenjin Sep 19, 2022
c007fc7
Node filter and edge switch
sichenjin Sep 22, 2022
84146e4
Add slider to the windows
Exitialium Oct 1, 2022
3977f55
general layout
Exitialium Oct 3, 2022
12291e9
adding congressional layer
sichenjin Oct 3, 2022
b10ad88
Merge branch 'blueprint-version1' of https://github.com/sichenjin/SSN…
sichenjin Oct 3, 2022
88594e6
add vertical adjustment
Exitialium Oct 19, 2022
fe7a91c
scatterplot layout, bigger size
sichenjin Oct 26, 2022
0cc02e4
make scatterplot bigger
sichenjin Oct 27, 2022
2289466
4 grid layout arrangement
sichenjin Oct 28, 2022
a84026a
Menu sidebar unbeautify version
Exitialium Oct 28, 2022
558d32e
cluster cluster plot
sichenjin Nov 1, 2022
952379d
Merge branch 'blueprint-version1' of https://github.com/sichenjin/SSN…
sichenjin Nov 1, 2022
d49f6cc
layout merge
sichenjin Nov 3, 2022
3b59afc
distance, degree histogram
sichenjin Nov 4, 2022
63f7f2f
distance, degree histogram
sichenjin Nov 4, 2022
5eec94d
Merge branch 'blueprint-version1' of https://github.com/sichenjin/SSN…
sichenjin Nov 4, 2022
9ed0730
resolve conflict
sichenjin Nov 4, 2022
f4cc4cd
heroku deploy
sichenjin Nov 4, 2022
c1db2d8
heroku deploy
sichenjin Nov 4, 2022
e556c42
heroku npm run build
sichenjin Nov 4, 2022
bab8273
cors error
sichenjin Nov 4, 2022
108ba84
rerun build
sichenjin Nov 4, 2022
5de375e
rerun build
sichenjin Nov 4, 2022
7c5145a
rerun flask and update outside app.py
sichenjin Nov 4, 2022
935a03a
update api under root folder
sichenjin Nov 4, 2022
f82b6ef
comment cros
sichenjin Nov 4, 2022
9f5a3b2
edit app.py folder
sichenjin Nov 4, 2022
5e54011
cors for heroku
sichenjin Nov 4, 2022
71f2012
rerun flask under SSN folder
sichenjin Nov 4, 2022
1303d95
cluster cluster update density algorithm
sichenjin Nov 13, 2022
66bd899
cluster cluster update density calculation
sichenjin Nov 13, 2022
bd2e1bb
brush on edge distance histogram
sichenjin Nov 22, 2022
c1a5031
map area selection, layout, degree filter
sichenjin Nov 27, 2022
7cc1a9b
fixed highlight problem
sichenjin Nov 28, 2022
12bf75b
selectdetial show whole network distribution
sichenjin Nov 30, 2022
f666b92
npm run build
sichenjin Nov 30, 2022
64f0a5f
npm run build
sichenjin Nov 30, 2022
44116a0
npm run build
sichenjin Dec 1, 2022
6023a42
npm rub build
sichenjin Dec 1, 2022
30a43f2
npm run build
sichenjin Dec 1, 2022
59feb71
site update
sichenjin Jan 13, 2023
69bf95d
Misc changes / Highlight bug fixed
Exitialium Feb 3, 2023
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ bower_components
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# build/Release

# Dependency directories
node_modules/
Expand Down
Loading