Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
d10d646
Work towards adding interaction between the flatmap and the simulatio…
hsorby Jan 13, 2026
53fde29
Merge remote-tracking branch 'upstream/simulation-interaction' into s…
alan-wu Jan 13, 2026
e1f559e
Add mapping of flatmap feature ID to CellML component and variable us…
hsorby Jan 13, 2026
11657d4
Fix dependencies.
alan-wu Jan 23, 2026
a942065
Fix floating dialog not moving at cursor on mouse drag.
alan-wu Jan 23, 2026
acabe7f
Merge pull request #470 from alan-wu/simulation-interaction
hsorby Jan 27, 2026
940c9fa
Changes to support the appearance of plot windows over the FC map win…
hsorby Feb 23, 2026
9384679
Merge in changes from prime/main fixing conflicts.
hsorby Feb 24, 2026
42ab82f
Update flatmapvuer, simulationvuer to beta versions.
hsorby Feb 24, 2026
c711152
UPdate flatmapvuer to 1.12.3-beta.1.
hsorby Feb 24, 2026
002892b
SimulationVuer: upgraded to version 3.0.10.
agarny Mar 4, 2026
5cdab00
SimulationVuer: upgraded to version 3.0.11.
agarny Mar 4, 2026
1e4485a
SimulationVuer: upgraded to version 3.0.12.
agarny Mar 5, 2026
c85f34d
Removed dependency on OpenCOR.
agarny Mar 9, 2026
e13fb07
SimulationVuer: upgraded to version 3.0.13.
agarny Mar 11, 2026
d143249
Beta version.
alan-wu Mar 11, 2026
e74f38d
Merge remote-tracking branch 'upstream/simulation-interaction' into s…
alan-wu Mar 11, 2026
7211d6e
Call eventHandler related methos in MapContent instead of App.vue.
alan-wu Mar 11, 2026
6c05624
New demo version release.
alan-wu Mar 11, 2026
5a94921
SimulationVuer: upgraded to version 3.0.14.
agarny Mar 14, 2026
46201c5
Merge pull request #483 from alan-wu/simulation-interaction
alan-wu Mar 17, 2026
ec93e92
Merge branch 'main' into simulation-interaction
agarny Mar 17, 2026
ac98dd8
SimulationVuer: upgraded to version 3.0.15.
agarny Mar 17, 2026
cd788ba
Get test data to work with sidebar.
alan-wu Apr 1, 2026
e18362b
Merge in upstream changes.
alan-wu Apr 1, 2026
febf3e7
Update flatmapvuer.
alan-wu Apr 1, 2026
c87c286
Let user to specify the test data url.
alan-wu Apr 9, 2026
8748b04
SimulationVuer: upgraded to version 3.0.16.
agarny Apr 10, 2026
1908e07
Update simulationvuer.
alan-wu Apr 10, 2026
ed52d1d
Fix merging issue.
alan-wu Apr 10, 2026
9697adf
Support running simulation on updated dc map.
alan-wu Apr 14, 2026
98abeb8
Merge with upstream changes.
alan-wu Apr 14, 2026
41152d2
Get workflows going for experimental data.
alan-wu Apr 15, 2026
69e0841
Update package-lock.json
alan-wu Apr 15, 2026
5112b62
Update sidebar.
alan-wu Apr 15, 2026
95d01cf
SimulationVuer: upgraded to version 3.0.19.
agarny Apr 16, 2026
a39145e
SimulationVuer: upgraded to version 3.0.20.
agarny Apr 16, 2026
19127d0
Get external data to work with simulationvuer.
alan-wu Apr 16, 2026
4e3594c
Fix a bug on opening protocol.
alan-wu Apr 16, 2026
12728ae
SimulationVuer: upgraded to version 3.1.0.
agarny Apr 16, 2026
bce1665
Fix some useability issue.
alan-wu Apr 16, 2026
2cdc7da
Improve flow of the demo.
alan-wu Apr 17, 2026
10c1799
Improve usability.
alan-wu Apr 17, 2026
c3b6c20
Merge in upstream changes.
alan-wu Apr 20, 2026
12749e6
Update flatmap-viewer.
alan-wu Apr 21, 2026
28b63be
Update mapintegrtedvuer.
alan-wu Apr 21, 2026
640b975
Update flatmapvuer.
alan-wu Apr 23, 2026
684a722
Publish new demo version.
alan-wu Apr 23, 2026
47e2c02
Nerged in changes.
alan-wu Jul 15, 2026
2d15970
Move simulation protocol UI to mapviewer.
alan-wu Jul 17, 2026
daa52cd
Remove console message.
alan-wu Jul 17, 2026
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
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//VITE_API_LOCATION=https://your-api-location/
//VITE_FLATMAPAPI_LOCATION=https://mapcore-demo.org/current/flatmap/v3/
//VITE_ALGOLIA_INDEX=k-core_dev_published_time_desc
//VITE_ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
//VITE_ALGOLIA_ID=xxxxxxxxx
//VITE_PENNSIEVE_API_LOCATION=https://api.pennsieve.io
#VITE_API_LOCATION=https://sparc-api.herokuapp.com/
# VITE_API_LOCATION=https://your-api-location/
# VITE_FLATMAPAPI_LOCATION=https://mapcore-demo.org/current/flatmap/v3/
# VITE_ALGOLIA_INDEX=k-core_dev_published_time_desc
# VITE_ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# VITE_ALGOLIA_ID=xxxxxxxxx
# VITE_PENNSIEVE_API_LOCATION=https://api.pennsieve.io
# VITE_API_LOCATION=https://sparc-api.herokuapp.com/
VITE_SPARC_API=https://alan-wu-portal-api.herokuapp.com/
Loading