Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
22_23-J 52
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23-J 52
22_23-J 52
Commits
3b99c94d
Commit
3b99c94d
authored
May 15, 2023
by
Chamodi Mandakini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update skinTumor.html
parent
54509182
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
skinTumor.html
skinTumor.html
+19
-19
No files found.
skinTumor.html
View file @
3b99c94d
...
...
@@ -8,46 +8,46 @@
</div>
<form
method=
"post"
action=
"{{ url_for('tumor') }}"
style=
"margin-left: 5%;margin-right: 5%;margin-bottom: 5%;"
>
<div
class=
"form-group"
>
<label>
The mass of the area understudy for melanoma tumor
</label>
<input
type=
"
text
"
name=
"mass_npea"
class=
"form-control"
/>
<label>
The mass of the area understudy for melanoma tumor
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"mass_npea"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
The size of the area understudy for melanoma tumor
</label>
<input
type=
"
text
"
name=
"size_npear"
class=
"form-control"
/>
<label>
The size of the area understudy for melanoma tumor
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"size_npear"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Ration of normal to malign surface understudy
</label>
<input
type=
"
text
"
name=
"malign_ratio"
class=
"form-control"
/>
<label>
Ration of normal to malign surface understudy
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"malign_ratio"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Unrecoverable area of skin damaged by the tumor
</label>
<input
type=
"
text
"
name=
"damage_size"
class=
"form-control"
/>
<label>
Unrecoverable area of skin damaged by the tumor
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"damage_size"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Total area exposed to the tumor
</label>
<input
type=
"
text
"
name=
"exposed_area"
class=
"form-control"
/>
<label>
Total area exposed to the tumor
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"exposed_area"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Sandard deviation of malign skin measurements
</label>
<input
type=
"
text
"
name=
"std_dev_malign"
class=
"form-control"
/>
<label>
Sandard deviation of malign skin measurements
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"std_dev_malign"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Error in malign skin measurements
</label>
<input
type=
"
text
"
name=
"err_malign"
class=
"form-control"
/>
<label>
Error in malign skin measurements
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"err_malign"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
Penalty applied due to measurement error in the lab
</label>
<input
type=
"
text
"
name=
"malign_penalty"
class=
"form-control"
/>
<label>
Penalty applied due to measurement error in the lab
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"malign_penalty"
class=
"form-control"
/>
</div>
<div
class=
"form-group"
>
<label>
The ratio of damage to total spread on the skin
</label>
<input
type=
"
text
"
name=
"damage_ratio"
class=
"form-control"
/>
<label>
The ratio of damage to total spread on the skin
(mm)
</label>
<input
type=
"
number"
step=
"1
"
name=
"damage_ratio"
class=
"form-control"
/>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment