Skip to content

Commit 01a9ff8

Browse files
Merge pull request #2 from AtiyahElsheikh/develop
V1.0.2-alpha
2 parents ba04d5c + a6ca5df commit 01a9ff8

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ A Modelica library for descriptive modeling of biochemical reaction networks usi
1111

1212
#### Release notes
1313

14+
(29.3.2021) v1.0.2-alpha : MSL 4.0.0
15+
1416
(22.06.2020) v1.0.1-alpha : starting the progress again, MSL 3.2.3
1517

1618
(7.12.2018) v1.0-alpha : Initial implementation containing Biochem-like structure and implementation of Convenience and LinLog kinetics

UserGuide/package.mo

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
within GenKinetics;
1+
within GenKinetics;
22
package UserGuide "user guide"
33
extends Modelica.Icons.Information;
44

55
model Overview
66
extends Modelica.Icons.Information;
77
annotation (
8-
Documentation(info="<html>
8+
Documentation(info = "<html>
99
<h4><span style=\"color: #008000\">About</span></h4>
1010
<p><br><i>GenKinetics</i> contains an implementation of a specific set of reaction kinetics, namely, generalized simplified kinetic formats. It follows many of the guidelines recommended by the <a href=\"https://github.com/OpenModelica/BioChem\">Biochem library</a>. The underlying simplified kinetics formats are represented by generalized structured kinetics formulas suitable for arbitrary biochemical reactions with arbitrary number of substrates, products, inhibitors and activators. In this way, matabolic reaction networks can be easily assembled using a few number of reaction kinetics.</p>
1111
<p><br><b><span style=\"color: #008000;\">Structure of the Library</span></b></p>
@@ -62,26 +62,24 @@ modelica://GenKinetics.Interfaces.Dynamic.Dimension.ReactionDimension\">GenKinet
6262
model Contributors
6363
extends Modelica.Icons.Information;
6464
annotation (
65-
Documentation(info="<html>
66-
<p>Author: Atiyah Elsheikh </p>
65+
Documentation(info = "<html>
66+
<p>Author: Atiyah Elsheikh, Mathemodca.com </p>
6767
<p>Contact details: <i><a href=\"modelica://GenKinetics.UserGuide.Contact\">GenKinetics.UserGuide.Contact</a></i></p>
6868
</html>"));
6969
end Contributors;
7070

7171
model Contact
7272
extends Modelica.Icons.Contact;
7373
annotation (
74-
Documentation(info="<html>
75-
<p>Atiyah Elsheikh :&nbsp;atiyah.m.g.elsheikh at gmail.com </p>
76-
</html>"));
74+
Documentation(info = "<html><head></head><body><p>Atiyah Elsheikh :&nbsp;atiyah.elsheikh at mathemodica.com</p>
75+
</body></html>"));
7776
end Contact;
7877

7978
model ReleaseNotes
8079
extends Modelica.Icons.ReleaseNotes;
8180
annotation (
82-
Documentation(info="<html>
83-
<p><span style=\"font-family: Verdana; color: #24292e; background-color: #ffffff;\">V1.0-alpha (7.12.2018) : First version containing Biochem-like structure and implementation of Convenience and LinLog kinetics</span></p>
84-
</html>"));
81+
Documentation(info = "<html><head></head><body><p><ul><li><font color=\"#24292e\" face=\"Verdana\">V1.0.1-alpha (22.06.2020) : Restarting , MSL 3.2.3</font></li><li><span style=\"color: rgb(36, 41, 46); font-family: Verdana; background-color: rgb(255, 255, 255);\">V1.0.0-alpha (07.12.2018) : First version containing Biochem-like structure and implementation of Convenience and LinLog kinetics</span></li></ul></p>
82+
</body></html>"));
8583
end ReleaseNotes;
8684

8785
model References
@@ -91,14 +89,13 @@ modelica://GenKinetics.Interfaces.Dynamic.Dimension.ReactionDimension\">GenKinet
9189
model CopyRight
9290
extends Modelica.Icons.Information;
9391
annotation (
94-
Documentation(info="<html>
95-
<p>Licensed under the Modelica License 2</p>
96-
<p><b><span style=\"font-size: 18pt; color: #aa0000;\">Copyright &copy; &lt;2018&gt;, &lt;Atiyah Elsheikh&gt;.</span></b></p>
92+
Documentation(info = "<html><head></head><body><p>Licensed under the Modelica License 2</p>
93+
<p><b><span style=\"font-size: 18pt; color: #aa0000;\">Copyright © &lt;2018-2020&gt;, &lt;Mathemodica.com&gt;.</span></b></p>
9794
<p><i>This Modelica package is&nbsp;<u>free</u>&nbsp;software and the use is completely at&nbsp;<u>your own risk</u>; it can be redistributed and/or modified under the terms of the Modelica BSD 3-Clause License. For license conditions (including the disclaimer of warranty) see&nbsp;<a href=\"modelica://GenKinetics.UserGuide.License\">Modelica.UsersGuide.License&nbsp;</a></i></p>
98-
</html>"));
95+
</body></html>"));
9996
end CopyRight;
10097

98+
10199
annotation (
102100
Documentation);
103-
104101
end UserGuide;

UserGuide/package.order

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Overview
22
Contributors
33
Contact
4-
License
54
ReleaseNotes
65
References
76
CopyRight
7+
License

package.mo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
annotation (
99
Documentation(info = "<html><head></head><body><p>This package contains an implementation of generalized simplified kinetic formats following the guidelines recommended by the&nbsp;<a href=\"https://modelica.org/publications/papers/2005-05-LarsdotterNilsson-Fritzson-BioMedSim2005-MetabolicModeling.pdf\">Biochem library</a>. Matabolic reaction networks can be easily assembled using a few number of reaction kinetics. Constructed models can also be used for computing parameter sensitivities with little modifications to the used interfaces and by initializing the input Jacobian, i.e. the parameters w.r.t. derivatives are sought.</p><p><br>Licensed under the Modelica License 2</p><p><br>Copyright ©&nbsp;<a href=\"GenKinetics.UserGuide.CopyRight\" style=\"font-size: 12px;\">GenKinetics.UserGuide.CopyRight</a></p><p><i>This Modelica package is&nbsp;<u>free</u>&nbsp;software and the use is completely at&nbsp;<u>your own risk</u>; it can be redistributed and/or modified under the terms of the Modelica License 2. For license conditions (including the disclaimer of warranty) see&nbsp;<a href=\"modelica://Modelica.UsersGuide.ModelicaLicense2\">Modelica.UsersGuide.ModelicaLicense2</a>&nbsp;or visit<a href=\"http://www.modelica.org/licenses/ModelicaLicense2\">http://www.modelica.org/licenses/ModelicaLicense2</a>.</i></p></body></html>"),
10-
uses(Modelica(version = "3.2.3")));
10+
uses(Modelica(version = "4.0.0"),BioChem(version = "1.0.2")),
11+
version = "1.0.2");
1112
end GenKinetics;

0 commit comments

Comments
 (0)