-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDownloads.html
More file actions
282 lines (194 loc) · 13.1 KB
/
Copy pathDownloads.html
File metadata and controls
282 lines (194 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<!-- small javascript functions -->
<script>
function format_release( version, date, notes )
{
/* update this at every release */
// version = "1.14.2";
mystring = "<tr style=\"vertical-align: top; border-top: 1px solid darkgrey;\">" +
"<td style=\"padding-top: 1mm;\"><span style=\"font-weight: bold; color: #990000\">" ;
mystring += "<a href=\"https://github.com/MathCancer/PhysiCell/releases/tag/" + version + "\">"
mystring += version + "</a></span><br>(" + date + ")</td>" +
"<td style=\"padding-bottom: 1mm; padding-top: 1mm;\">" + notes + "</td> \n </tr>";
mystring +=
"<tr style=\"vertical-align: top;\">\n" +
"<td style=\"font-weight: bold;\">GitHub:</td>" +
"<td style=\"font-size: 8pt;padding-bottom: 1mm;\"><a href=\"https://github.com/MathCancer/PhysiCell/releases/download/"
+ version + "/PhysiCell_V." + version + ".zip\">" +
"https://github.com/MathCancer/PhysiCell/releases/download/" + version + "/PhysiCell_V." + version + ".zip</a></td>" +
"</tr>" ;
mystring +=
"<tr style=\"vertical-align: top;\">" +
"<td style=\"font-weight: bold;\">SourceForge:</td>" +
"<td style=\"font-size: 8pt;padding-bottom: 1mm;\"><a href=\"https://sourceforge.net/projects/physicell/files/PhysiCell/PhysiCell%20" +
version + "/PhysiCell_V." + version + ".zip/download\">" +
"https://sourceforge.net/projects/physicell/files/PhysiCell/PhysiCell%20" + version + "/PhysiCell_V." +
version + ".zip/download</a>" + "</a></td>";
mystring += "</tr>";
GITHUB_NOTES_URL = "https://github.com/MathCancer/PhysiCell/releases/tag/" + version;
mystring +=
"<tr style=\"vertical-align: top;\">" +
"<td style=\"font-weight: bold;\">Release Notes:</td>" +
"<td style=\"font-size: 8pt;padding-bottom: 5mm;\"><a href=\"" + GITHUB_NOTES_URL + "\">"
+ version + " release notes</a>" + "</a></td>";
mystring += "</tr>";
document.write( mystring );
return mystring;
}
</script>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta name="description" content="PhysiCell Project Website">
<meta name="keywords" content="PhysiCell,Agent-Based Modeling,Multicellular Systems Biology,Cancer,Modeling">
<link rel="stylesheet" type="text/css" media="screen" href="physicell.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<title style="color:white;">PhysiCell Project Website: Downloads</title>
</head>
<body>
<div class="page">
<div class="header">
<img src="images/PhysiCell-Logo.png" alt="PhysiCell Logo" style="width:2.8cm;height:2.8cm; border: 0px solid red; margin-left: 0mm; margin-right: 0mm; margin-bottom: 1mm;">
<img src="images/banner.png" alt="PhysiCell Project Website"
style="width: 21.59cm; height: 3cm; border: 0px solid red; margin-left: -0cm;">
<!-- <img src="images/PhysiCell-Logo.png" alt="PhysiCell Logo" style="width:3cm;height:3cm; border: 1px solid red; margin-left: -5mm; margin-right: -5mm;"> -->
</div>
<div class="menu">
<a href="index.html" class="menu_button"><span class="menu_button">Home</span></a>
<a href="Downloads.html" class="menu_button"><span class="menu_button">Downloads</span></a>
<a href="Training.html" class="menu_button"><span class="menu_button">Training</span></a>
<a href="Ecosystem.html" class="menu_button"><span class="menu_button">Software Ecosystem</span></a>
<a href="Community_Highlights.html" class="menu_button"><span class="menu_button">Community Highlights</span></a>
<a href="Team.html" class="menu_button"><span class="menu_button">Team</span></a>
<a href="Roadmap.html" class="menu_button"><span class="menu_button">Roadmap</span></a>
<a href="Acknowledgements.html" class="menu_button"><span class="menu_button">Acknowledgements</span></a>
<!--
<a href="http://MathCancer.org/blog/" class="menu_button"><span class="menu_button">News</span></a>
-->
<a href="Citing_PhysiCell.html" class="menu_button"><span class="menu_button">Citing PhysiCell</span></a>
<a href="Contact.html" class="menu_button"><span class="menu_button">Contact</span></a>
</div>
<div class="content">
<h1>Downloads</h1>
<h2>Get the Latest Version of PhysiCell</h2>
<script>
// version = "1.14.2";
document.write("<h3>Current Version (" + version + ")</h3>");
document.write("<table style=\"width: 100%; border: 0px solid red;\">" );
document.write( "<tr><th style=\"width: 20%;border-bottom: 2px solid black;\">Download</th><th style=\"width: 80%;border-bottom: 2px solid black;\">Link</th></tr>" );
GITHUB_URL= "https://github.com/MathCancer/PhysiCell/releases/download/" + version + "/PhysiCell_V." + version + ".zip";
SF_URL = "https://sourceforge.net/projects/physicell/files/PhysiCell/PhysiCell%20" + version + "/PhysiCell_V." +
version + ".zip/download";
GITHUB_NOTES_URL = "https://github.com/MathCancer/PhysiCell/releases/tag/" + version;
document.write( "<tr><td style=\"border-bottom: 1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"><b>GitHub:</b></td><td style=\"font-size: 8pt;border-bottom: 1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\">"
+ "<a href=\"" + GITHUB_URL + "\">" + GITHUB_URL + "</a></td></tr>");
document.write( "<tr><td style=\"border-bottom: 1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"><b>SourceForge:</b></td><td style=\"font-size: 8pt;border-bottom: 1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"><a href=\"" + SF_URL + "\">" + SF_URL + "</a></td></tr>" );
// document.write("<tr><td style=\"border-bottom: 1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"><b>Pre-Compiled Binaries:</b></td>" +
// "<td style=\"border-bottom:1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"></td></tr>" );
document.write("<tr><td style=\"border-bottom: 1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"><b>Release notes:</b></td>" +
"<td style=\"border-bottom:1px dotted black;padding-top: 1mm;padding-bottom: 1mm;\"><a href=\"" + GITHUB_NOTES_URL + "\">Release notes</a></td></tr>" );
document.write( "</table>");
</script>
<p>Please see <a href="#recent_versions">Recent Releases</a> for prior versions of PhysiCell.</p>
<h2>Open Source License</h2>
<p>PhysiCell is licensed under the <a href="https://opensource.org/licenses/BSD-3-Clause">(3-Clause) BSD License</a>.
It is GPL v2 and v3 compatible, and suitable for commercial use in many circumstances.</p>
<p>
PhysiCell is an academic and scientific code, and it should not be used as the basis for individual medical decisions. Always consult your physician when making medical decisions.
</p>
<!-- <a name="recent_versions"></a> -->
<h2 ID="recent_versions">Recent Versions</h2>
<table style="width: 100%; border: 0px solid red; border-collapse: collapse; line-height: 120%;">
<tr style="border: 0px solid blue; line-height: 120%;">
<th style="border-bottom: 2px solid black;padding-bottom: 1mm; width: 20%;">Version (Date)</th>
<th style="border-bottom: 2px solid black; padding-bottom: 1mm;">Notes & Links</th>
</tr>
<!-- 1.14.2 -->
<script>format_release("1.14.2", "2025-01-20", "Bugfix release; minor grammar and feature refinements; new features to help future PhysiGym addon"); </script>
<!-- 1.14.1 -->
<script>format_release("1.14.1", "2024-12-13", "Bugfix release; introduced asymmetric division; PhysiBoSS and PhysiMeSS update"); </script>
<!-- 1.14.0 -->
<script>
notes = "Introduce updated cell behavior grammar (v3.0), including new cell integrity, " +
"refined damage models, improved effect attacks, updated phagocytosis and more. Several bugfixes.";
format_release("1.14.0", "2024-09-15", notes );
</script>
<!-- 1.13.1 -->
<script>
notes = "Bugfixes, new makefile rules to save and load user projects"; +
format_release("1.13.1", "2023-08-23", notes );
</script>
<!-- 1.13.0 -->
<script>
notes = "Introduce PhysiMeSS."; +
format_release("1.13.0", "2023-07-29", notes );
</script>
<!-- 1.12.0 -->
<script>
notes = "Introduces rules-based modeling via the cell behavior hypothesis grammar. Code-free modeling now supported for PhysiCell Studio."; +
format_release("1.12.0", "2023-05-15", notes );
</script>
<!-- 1.11.0 -->
<script>
notes = "Expands the signals and behaviors in the cell behavior grammar, and a new CSV format for initial cell positions. Ability to save user_projects." +
"Adds automated formation/breakages of cell-cell springs." +
"Improved SVG plots, new sample projects, and numerous bugfixes.";
format_release("1.11.0", "2023-05-15", notes );
</script>
<!-- 1.10.4 -->
<script>
notes = "Bugfixes in file output, ode-energy-sample. Improved thread safety in phagocytosis.";
format_release("1.10.4", "2022-07-18", notes );
</script>
<!-- 1.10.3 -->
<script>
notes = "Bugfixes, refined signal and behavior dictionaries including custom variables. New `conserved` attribute for custom variables." +
"Updates libRoadrunner and PhysiBoSS";
format_release("1.10.3", "2022-06-25", notes );
</script>
<!-- 1.10.2 -->
<script>
notes = "Bugfixes, and some ease-of-access functions for cell properties.";
format_release("1.10.2", "2022-05-24", notes );
</script>
<!-- 1.10.1 -->
<script>
notes = "Bugfixes to improve XML parser robustness. Adds missing PhysiBoSS makefiles.";
format_release("1.10.1", "2022-05-15", notes );
</script>
<!-- 1.10.0 -->
<script>
notes = "New standardized functions for" +
"phagocytosis, cell effector attack, cell fusion, cell transformation (type changes), advanced chemotaxi, " +
"cell adhesion affinities for preferential cell-cell adhesion, and more. New auto-generated `dictionaries` " +
"of signals and behaviors for use in intracellular models. Bugfixes including better PRNGs and improved thread safety.";
format_release("1.10.0", "2022-05-13", notes );
</script>
<!-- " New standardized functions for" +
"phagocytosis, cell effector attack, cell fusion, cell transformation (type changes), Improved SVG plots, new sample projects, and numerous bugfixes."; -->
</table>
<p>For older releases, please see <a href="https://github.com/MathCancer/PhysiCell/releases">prior releases</a>.</p>
<!--
<iframe src="https://www.youtube.com/embed/videoseries?list=PL1IHi3Kb0zyn-HBXeMBLjTU_-rFEKqFKM&autoplay=1" allowfullscreen style="width: 100%; height: 5in; margin-bottom: 1cm;"></iframe>
-->
</div>
<div class="footer">
<table style="margin: 0cm; margin-left: 6%; margin-right: 6%; width: 88%;">
<tr>
<td style="width: 12%; text-align: left;"><a href="Policies.html">Site Policies</a></td>
<td style="width: 76%; text-align: center;">
Last Modified: January 3, 2025 at 2:54 AM (EST)
<br>
Copyright © 2007-2025 <a href="Contact.html">Paul Macklin & the PhysiCell Project</a> </td>
<td style="text-align: right; width: 12%;">
<a href="http://validator.w3.org/check?uri=referer">
<img src="images/valid-html5.png" alt="Valid HTML 5" style="width: 0.90166667in;">
</a>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>