-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (184 loc) · 9.45 KB
/
index.html
File metadata and controls
199 lines (184 loc) · 9.45 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
<!DOCTYPE HTML>
<!--
Read Only by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Theja Putta</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header>
<span class="image avatar"><img src="images/profile.jpg" alt="" /></span>
<h1 id="logo"><a href="index.html">Theja Putta</a></h1>
<script src="assets/resuse_text/profile_tag.js"></script>
</header>
<nav id="nav">
<ul>
<li><a href="#one" class="active">About</a></li>
<li><a href="#two">Adventures</a></li>
<li><a href="#three">Research Projects</a></li>
<li><a href="#four">Other Things</a></li>
<li><a href="#five">Contact</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/theja-putta" title="LinkedIn" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/theja" title="Github" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.facebook.com/thejaputta/" title="Facebook" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.strava.com/athletes/theja" title="Strava" class="icon brands fa-strava"><span class="label">Strava</span></a></li>
</ul>
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<div class="image main" data-position="bottom">
<img src="images/presi_traverse_banner.jpg" alt="" />
</div>
<div class="container">
<h3>About Me</h3>
<p>I am a transportation engineer by training and adventurer by practice. More specifically, I specialize in active transportation.
I like adventuring in the mountains doing things like hiking, climbing, mountaineering, and skiing. I like riding bicycles,
sometimes far and not all the time on pavement. Recently, I have been dabbling in trail running.</p>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="container">
<h3>Adventures</h3>
<p>Here are trip reports, pictures, and descriptions from some of the adventures I have been on.</p>
<ul class="feature-icons">
<li class="icon solid fa-biking"><a href="adventures.html#bike">Bicycling Adventures</a></li>
<li class="icon solid fa-hiking"><a href="adventures.html#hike">Hiking and Trail Running</a></li>
<li class="icon solid fa-skiing"><a href="adventures.html#climb">Climbing, Mountaineering, and Skiing</a></li>
<li class="icon solid fa-question-circle"><a href="adventures.html#other">Other</a></li>
</ul>
</div>
</section>
<!-- Three -->
<section id="three">
<div class="container">
<h3>Research Projects</h3>
<p>Here are some of the academic projects I worked on.
To know more about my academic and professional background, see my <a href="research_projects/CV.pdf" target=”_blank”><b>CV</b></a> or <a href="research_projects/Resume.pdf" target=”_blank” ><b>Resume</b></a>.
For more details about my bicycle network research, take a look at my PhD Dissertation, <a href="http://hdl.handle.net/2047/D20328697" target="_blank"><u>Evaluating Bicycle Networks: Visualizing And Measuring Low-stress Connectivity And Accessibility</u></a></a>.
</p>
<div class="features">
<article>
<a href="research_projects/barriers_paper.pdf" target="_blank" class="image"><img src="images/barriers.jpg" alt="" /></a>
<div class="inner">
<h4>Visualizing Barriers in a Bicycle Network</h4>
<p>We developed a method to draw barriers (gaps) in a bicycle network and show them on a map.
The method uses GIS data for city boundaries and bicycle infrastructure and generates a map
showing where the bicycle network has gaps which act as barriers to bicycling.
</p>
<p>Read the full paper <a href="research_projects/barriers_paper.pdf" target="_blank"><u>here</u></a>.</p>
</div>
</article>
<article>
<a href="research_projects/contraflow_paper_accepted.pdf" target="_blank" class="image"><img src="images/except_bikes.jpg" alt="" /></a>
<div class="inner">
<h4>One-way Restrictions and Bicycle Contraflow</h4>
<p>One-way restrictions on city streets have a large negative impact on bicycle network connectivity.
Bicycle contraflow has the potential to offset the harm done by one-ways.
This project demonstrates the effect of one-ways and contraflow on Greater Boston's street network.
See my <a href="http://www.northeastern.edu/peter.furth/contraflow-bicycling-has-a-large-positive-impact-on-greater-bostons-bicycle-network-connectivity/" target="_blank"><u>blog post</u></a> on Peter Furth's website for more details.
</p>
<p>Read the full paper <a href="research_projects/contraflow_paper_accepted.pdf" target="_blank"><u>here</u></a>.
This paper has been accepted for publication and is currently under production.</p>
</div>
</article>
<article>
<a href="research_projects/delaware_paper.pdf" target="_blank" class="image"><img src="images/delaware.jpg" alt="" /></a>
<div class="inner">
<h4>Evaluating Trail Alignments in Delaware</h4>
<p>A case study evaluating alternative alignments for a bike route between Wilmington and Newark, Delaware’s two largest cities, separated by a distance of about 20 km through a largely suburban landscape.
The case study explores the benefits of enhancing alternatives with branches that help connect to population and employment centers.
</p>
<p>Read the full paper <a href="research_projects/delaware_paper.pdf" target="_blank"><u>here</u></a>.</p>
</div>
</article>
<article>
<div class="inner">
<h4>Other Research Projects</h4>
<p>Click <a href="research_projects.html#other"><u>here</u></a> for more projects I worked on.
</p>
</div>
</article>
</div>
</div>
</section>
<!-- Four -->
<section id="four">
<div class="container">
<h3>Other Things</h3>
<p>Some other random thinkgs I am interested in or have done.</p>
<div class="features">
<article>
<a href="https://github.com/theja/redline_map" target="_blank" class="image"><img src="images/redline_snip.JPG" alt="" /></a>
<div class="inner">
<a href="https://github.com/theja/redline_map" target="_blank">
<h4>Mapping Red-lining Trails in the White Mountains</h4>
<p>
I like maps, lists, and hiking. So red-lining (hiking all the trails in the White Mountain Guide) has a natural draw for me.
I did a little project that maps the trails and show a red-liner's progress using their tracking spreadsheet. I thoroughly enjoyed this little cartography project.
</p>
</a>
</div>
</article>
</div>
</div>
</section>
<!-- Five -->
<section id="five">
<div class="container">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSccSIvNhNdl-uUevkqYVuK8T-lLtvZ91lSKB64qnV8myrtt1g/viewform?embedded=true" width="800" height="880" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<!-- <h3>Contact Me</h3> -->
<!-- <p>This form is not functional yet.</p>
<form method="post" action="#">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="col-6 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Email" /></div>
<div class="col-12"><input type="text" name="subject" id="subject" placeholder="Subject" /></div>
<div class="col-12"><textarea name="message" id="message" placeholder="Message" rows="6"></textarea></div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" class="primary" value="Send Message" /></li>
<li><input type="reset" value="Reset Form" /></li>
</ul>
</div>
</div>
</form> -->
</div>
</section>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<ul class="copyright">
<li>© Theja Putta. All rights reserved.</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>