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

Add web app simulator #1

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
7faac1a
first effort
matsvanes Mar 14, 2022
50fc29f
Merge branch 'main' of https://github.com/OHBA-analysis/Representatio…
matsvanes Mar 14, 2022
7a4d08f
implement working example 1 + 2
matsvanes Mar 16, 2022
6e257ab
add app html components
matsvanes Mar 16, 2022
994c77f
adapt app to figure
matsvanes Mar 17, 2022
5c0feb4
cleanup
matsvanes Mar 18, 2022
f0cbc74
create requirements file
matsvanes Mar 18, 2022
7df675b
Procfile
matsvanes Mar 18, 2022
1dd86e0
write Procfile
matsvanes Mar 18, 2022
bd95131
change Procfile
matsvanes Mar 18, 2022
6953fd0
bugfig
matsvanes Mar 18, 2022
7e81b9d
change web to worker
matsvanes Mar 18, 2022
33ccd7c
revert worker back to web
matsvanes Mar 18, 2022
a2c60c0
change host
matsvanes Mar 18, 2022
b4eadaf
fix component id in layout
matsvanes Apr 8, 2022
1f527a1
put output of plotting in a list
matsvanes Apr 8, 2022
7d9e28f
clean up app callback
matsvanes Apr 8, 2022
39a4058
try to fix H10 error due to Procfile?
matsvanes Apr 8, 2022
97557e3
fix app callback
matsvanes Apr 8, 2022
c7b87d7
change subplot definition
matsvanes May 10, 2022
73fd529
replace matplotlib by pyplot
matsvanes May 11, 2022
53e4292
improve layout
matsvanes May 11, 2022
0249444
fix figure interaction
matsvanes May 11, 2022
45da9b3
don't plot 0 Hz stems
matsvanes May 11, 2022
0466f1b
replace matplotlib with plotly
matsvanes May 11, 2022
2d0642b
cleanup
matsvanes May 11, 2022
bc296f4
try debug=False
matsvanes May 11, 2022
3d1cafc
revert previous
matsvanes May 11, 2022
296b8c5
downgrade workzeug
matsvanes May 11, 2022
f896464
try different procfile
matsvanes May 11, 2022
751a9c9
remove Procfile
matsvanes May 11, 2022
ad607df
add procfile
matsvanes May 11, 2022
098ee65
add preload to procfile
matsvanes May 11, 2022
623dc96
try another procfile
matsvanes May 11, 2022
40ff0bc
try different init
matsvanes May 11, 2022
7d220c4
try adding server
matsvanes May 11, 2022
139a9f1
add instructions
matsvanes May 11, 2022
a7abc6a
edit authorship
matsvanes May 11, 2022
69d82ff
nullify amplitude when frequency is zero
matsvanes May 11, 2022
2a564cb
start frequency slider at 1 instead of 0 Hz
matsvanes May 12, 2022
116e7af
Merge branch 'main' of https://github.com/OHBA-analysis/Representatio…
May 24, 2022
a68e890
Create LICENSE.md
matsvanes May 24, 2022
1a41381
if freq comps are the same, only plot sum info term
May 24, 2022
100e8c8
fix y-axes
May 24, 2022
8a61ca0
fix ylim bug
May 25, 2022
a95f1ff
fix infoterm ambiguity with same freq
May 25, 2022
b64e98c
fix faulty if statement
May 25, 2022
90db4df
optimise layout and clean up
May 25, 2022
a0bbf64
update ylim infoterm
May 25, 2022
3594998
add DOIs and authorship to Instructions
May 25, 2022
0fe47b1
improve instructions
May 25, 2022
f305cd5
change citation
Jun 9, 2022
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
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Distributed under a CC-BY-4.0 license.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn app:server
Loading