-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
83 lines (75 loc) · 3.33 KB
/
index.html
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
---
layout: front
title: Dynamic Transit Passenger Assignment Glossary
subTitle: Hope you find what you are looking for.
---
<!-- Main -->
<div class="row">
<div class="col-md-8">
<h4>Welcome </h4>
<p>Welcome to the dynamic transit passenger assignment glossary.
</p>
<section id="terms">
<h3>Categories</h3>
<div class="transitline">
<ul>
{% for group in site.groups %}
{% if group.front %}
<li class="tstop">
<a href={{ site.baseurl }}{{ group.url }}>
<h6 class="stopname">{{ group.title }}</h6>
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</section>
</div>
<div class="col-md-4">
<!-- Blog Categories Well -->
<div class="side-bar">
<h3>About</h3>
<p class="caption">The purpose of this glossary is to create a shared understanding in the travel analysis industry of the terms associated with dynamic passenger assignment (especially for transit).</p>
<h6>How</h6>
<p class="caption">The glossary was created with the following process:
<ol>
<li>First draft created by the <a href="http://fast-trips.mtc.ca.gov">SHRP2-C10 Implementation Project</a> led by the <a href="https://bayareametro.gov/">Metropolitan Transportation Commission (MTC)</a></li>
<li>Draft sent out for comment and review to invited reviewers</li>
MTC team revised glossary based on comments</li>
<li>Public reivew, including a public announcement via TMIP, and ResearchGate</li>
<li>Posting of reviewed content on this site.</li>
<li>Continued refinement, corrections, and additions as suggested and debated in <a href="https://github.com/Fast-Trips/dtpa-glossary/issues">this site's "issues"</a></li>
</ol></p>
<h6>Contributors</h6>
<p class="caption">Thank you to the following contributors (affiliations for identification purposes only):<ul>
<li>Lisa Zorn, MTC - Project Team
<li>Bhargava Sana, SFCTA - Project Team
<li>Dan Tischler, SFCTA - Project Team
<li>Drew Cooper, SFCTA - Project Team
<li>Brice Nichols, PSRC - Project Team
<li>Angela Yang, PSRC - Project Team
<li>Stefan Coe, PSRC - Project Team
<li>Alireza Khani, UofM - Project Team
<li>Elizabeth Sall, UrbanLabs LLC - Project Team
<li>Natalia Ruiz Juri, UT/CTR - Idea originator
<li>Michael Mahut, INRO - Independent Contributor
<li>Peter Bosa, METRO - Independent Contributor
<li>Chetan Joshi, PTV - Independent Contributor
<li>Rebekah Anderson, Ohio DOT - Independent Contributor
<li>Scott Ramming, DRCOG - Independent Contributor
<li><i><a href="https://github.com/Fast-Trips/dtpa-glossary/issues">Your name here</a></i></li></ul>
</p>
<h6>Usage</h6>
<p class="caption">Content on this site is available via the Creative Commons License <a href="https://choosealicense.com/licenses/cc-by-sa-4.0/">cc-by-sa-4.0</a> - see the LICENSE file for details.
</p>
</div>
<!-- Side Widget Well -->
<div>
<h3>Updates</h3>
<p class="side-bar">This site is a work in progress. We welcome <a href="https://github.com/Fast-Trips/dtpa-glossary/issues">feedback on how to make it more helpful.</a></p>
</div>
</div>
<!-- /.col-md-4 -->
</div>
<!-- /.row -->