Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ObesidadEnEEUU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DESI_20-21
ObesidadEnEEUU
Commits
f3af6e46
Commit
f3af6e46
authored
Dec 16, 2020
by
margarr
Browse files
Options
Downloads
Patches
Plain Diff
Entrega html
parent
f195f735
No related branches found
No related tags found
No related merge requests found
Pipeline
#8733
passed
Dec 16, 2020
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+61
-0
61 additions, 0 deletions
index.html
with
61 additions
and
0 deletions
index.html
0 → 100644
+
61
−
0
View file @
f3af6e46
<!--Author: Mario Garrido Tapias-->
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<script
src=
"https://d3js.org/d3.v4.min.js"
charset=
"utf-8"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/topojson/3.0.0/topojson.min.js"
></script>
<script
type=
"text/javascript"
src=
"Obesidad.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"Obesidad.css"
>
<title>
Obesidad y el consumo de comida rápida
</title>
<script
type=
"text/javascript"
>
</script>
</head>
<body>
<div
id =
"titulo"
>
<h1>
Tasa de obesidad con el nº de restaurantes de comida rápida por estado
</h1>
<h1>
en EE. UU. en 2018
</h1>
</div>
<table>
<tbody>
<tr>
<td>
<div
id =
"cartograma"
><div
class=
"center"
><select
id=
"ordenar"
>
Ordenar
<option
value =
"0"
>
Desordenado por defecto
</option>
<option
value =
"1"
>
Ordenar de mayor a menor
</option>
<option
value =
"2"
>
Ordenar de menor a mayor
</option>
</select></div></div>
</td>
<td>
<div
id =
"radioButtom"
>
Escoge la zona a representar:
<form>
<br>
<input
name=
"opcion"
value=
"0"
type=
"radio"
/>
<label
id =
"region1"
>
Región 1 (Noreste)
</label>
<br>
<input
name=
"opcion"
value=
"1"
type=
"radio"
/>
<label
id =
"region2"
>
Región 2 (Medio Oeste)
</label>
<br>
<input
name=
"opcion"
value=
"2"
type=
"radio"
/>
<label
id =
"region3"
>
Región 3 (Sur)
</label>
<br>
<input
name=
"opcion"
value=
"3"
type=
"radio"
/>
<label
id =
"region4"
>
Región 4 (Oeste)
</label>
<br>
<input
name=
"opcion"
value=
"4"
type=
"radio"
checked
/>
<label
id =
"eeuu"
>
EE.UU completo
</label>
</form>
</div>
</td>
</tr>
</table>
</tbody>
<div
id =
"nota"
><img
src =
"imagenes/posit.png"
><pre>
Los datos estan calculados
tomando como umbral de
obesidad tener un IMC
mayor o igual a 30kg/m^2
</pre></div>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment