diff --git a/README.md b/README.md new file mode 100644 index 0000000..4cce12a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Halfmann_Crisp_Model + +This is the readme for the model associated with the paper: + +Halfmann K, Crisp K (2011) A Kinematic Study of Pulsation in the +Dorsal Blood Vessel of the blackworm, Lumbriculus variegatus +*IMPULSE-An Undergraduate Journal for Neuroscience* :1-10 + +This python model in `Halfmann_Crisp_Model.py` was contributed by Kameko Halfmann. + +The model requires VPython, MatPlotLib, easygui and numpy modules. + +--- + +2025-06-20: Converted README to Markdown. \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 32d6297..0000000 --- a/readme.txt +++ /dev/null @@ -1,10 +0,0 @@ -This is the readme for the model associated with the paper: - -Halfmann K, Crisp K (2011) A Kinematic Study of Pulsation in the -Dorsal Blood Vessel of the blackworm, Lumbriculus variegatus -IMPULSE-An Undergraduate Journal for Neuroscience :1-10 - -This python model in Halfmann_Crisp_Model.py was contributed by Kameko -Halfmann. - -The model requiress VPython, MatPlotLib, easygui and numpy modules.