-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extended Documentation, added SVG files, gitignore
- Loading branch information
Showing
19 changed files
with
5,202 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.ipynb_checkpoints | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,34 @@ | ||
# PROV-Bio-electric-Systems | ||
|
||
A Collection of W3C PROVenance Model for the Numerical Modelling and Finite Element Simulation Processes of Bio-electric Systems. | ||
A collection of W3C PROVenance models for the numerical modelling and finite element simulation processes of bio-electric systems. | ||
Details about these models can be found in | ||
|
||
M. Schröder, H. Raben, F. Krüger, A. Ruscheinski, U. van Rienen, A. Uhrmacher, and S. Spors, “PROVenance Patterns in Numerical Modelling and Finite Element Simulation Processes of Bio-electric Systems,” 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Jul. 2019. To Appear. | ||
|
||
## Usage | ||
|
||
The folder `model-based` contains a set of provenance models that correspond to the process described in | ||
|
||
U. van Rienen, U. Zimmermann, H. Raben, and P. W. Kämmerer, “Preliminary numerical study on electrical stimulation at alloplastic reconstruction plates of the mandible,” Scientific Computing in Electrical Engineering, Jan. 2018. [Online]. Available: http://dx.doi.org/10.1007/978-3-319-75538-0_1 | ||
|
||
Along with the model, we provide a set of pattern (`model-based/pattern`), that we identified during analysis. | ||
|
||
These models are published under the Creative Commons CC-BY 4.0 license (https://creativecommons.org/licenses/by/4.0/), please attribute them as: | ||
In order to visualise the Turtle specification (`*.ttl` files) the Jupyter notebook `PROV-Model Visualisation.ipynb` was used. | ||
To execute this notebook, make sure the `requirements.txt` are installed appropriately: | ||
|
||
``` | ||
pip install -r requirements.txt | ||
``` | ||
|
||
The software was tested using Jupyter v4.4.0 and Python v3.5.3. | ||
Alternatively, launch this repository in mybinder.org: | ||
|
||
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/SFB-ELAINE/PROV-Bio-electric-Systems/master) | ||
|
||
## License | ||
|
||
[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/) | ||
|
||
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/), please attribute them as: | ||
|
||
Max Schröder, Hendrikje Raben, Frank Krüger, Andreas Ruscheinski, Ursula van Rienen, Adelinde Uhrmacher, and Sascha Spors, “PROVenace Models for Bio-electric Systems,” https://github.com/SFB-ELAINE/PROV-Bio-electric-Systems |
Oops, something went wrong.