forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
layout: page | ||
title: Urban Vital Signs | ||
description: Daniel Halstead | ||
img: assets/img/theses/thesis_3.png | ||
importance: 1 | ||
category: BArch | ||
--- | ||
|
||
<style> | ||
.cropped-image-container { | ||
width: 100%; | ||
overflow: hidden; | ||
} | ||
.cropped-image { | ||
width: 100%; | ||
height: auto; | ||
margin: -10% 0; /* This crops 10% from top and bottom */ | ||
} | ||
</style> | ||
|
||
<div class="row"> | ||
<div class="col-12 mt-3 mt-md-0 px-0"> | ||
<div class="cropped-image-container"> | ||
<img src="{{ 'assets/img/theses/thesis_3.png' | relative_url }}" alt="ARCH7014-Teaser-1" class="cropped-image"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<br> | ||
|
||
|
||
### Abstract | ||
|
||
In healthcare, one of the key indicators used to diagnose patients are vital signs. This data is gathered on the individual scale, and used to determine appropriate treatments, but as technology has developed, more public accessible healthcare data is available than ever before. My project proposes using this same diagnositc technique, computing data, and assessing interventions, at the scale of a city. Given the prevalence of data gathering in medicine, how can we generate community based medical interventions to create a more equitable healthcare system. | ||
|
||
|
||
### Author | ||
- Name: Daniel Halstead | ||
- LinkedIn: [Link](https://www.linkedin.com/in/daniel-halstead-939a7916b) | ||
- Institution: Cornell AAP | ||
- Program: B.Arch | ||
|
||
### Advisors | ||
- [Peter Robinson](https://aap.cornell.edu/node/27171) | ||
- Patrick Kastner | ||
|
||
|
||
### Keywords | ||
`Public Health, GIS, NYCHA` | ||
|
||
### Source | ||
N/A |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.