Skip to content

Commit 741dc61

Browse files
committed
using the docsURL parameter in more places
1 parent e10b727 commit 741dc61

File tree

9 files changed

+26
-25
lines changed

9 files changed

+26
-25
lines changed

content/2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DOI: https://doi.org/10.52825/scp.v5i
1818
# Sessions and Presentations
1919
- **Tutorial**
2020
<br>
21-
<a target="_blank" href="http://sumo.dlr.de/daily/sumo2024_tutorial.zip"><span class="badge badge-secondary"><i class="far fa-file-archive"></i> Tutorial files</span></a> <a target="_blank" href="https://youtu.be/9WCGxJDdY9s"><span class="badge badge-danger"><i class="fab fa-youtube"></i> Video</span></a> <a target="_blank" href="https://sumo.sourceforge.net/docs/Tutorials/2024.html#transcription"><span class="badge badge-info"><i class="fa-solid fa-font"></i> Transcription</span></a>
21+
<a target="_blank" href="http://sumo.dlr.de/daily/sumo2024_tutorial.zip"><span class="badge badge-secondary"><i class="far fa-file-archive"></i> Tutorial files</span></a> <a target="_blank" href="https://youtu.be/9WCGxJDdY9s"><span class="badge badge-danger"><i class="fab fa-youtube"></i> Video</span></a> <a target="_blank" href="{{< docsurl >}}/Tutorials/2024.html#transcription"><span class="badge badge-info"><i class="fa-solid fa-font"></i> Transcription</span></a>
2222

2323
- **Keynote:** Seeing is believing – Simulation and other Transportation Research at the Alabama Transportation Institute - *Dr. Steven Jones*
2424
<br>

content/2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DOI: https://doi.org/10.52825/scp.v6i
1818
# Sessions and Presentations
1919
- **Tutorial**
2020
<br>
21-
<a target="_blank" href="http://sumo.dlr.de/daily/sumo2025_tutorial.zip"><span class="badge badge-secondary"><i class="far fa-file-archive"></i> Tutorial files</span></a> <a target="_blank" href="https://www.youtube.com/watch?v=ccc2mnGX_Mg"><span class="badge badge-danger"><i class="fab fa-youtube"></i> Video</span></a> <a target="_blank" href="https://sumo.sourceforge.net/docs/Tutorials/2025.html#transcription"><span class="badge badge-info"><i class="fa-solid fa-font"></i> Transcription</span></a>
21+
<a target="_blank" href="http://sumo.dlr.de/daily/sumo2025_tutorial.zip"><span class="badge badge-secondary"><i class="far fa-file-archive"></i> Tutorial files</span></a> <a target="_blank" href="https://www.youtube.com/watch?v=ccc2mnGX_Mg"><span class="badge badge-danger"><i class="fab fa-youtube"></i> Video</span></a> <a target="_blank" href="{{< docsurl >}}/Tutorials/2025.html#transcription"><span class="badge badge-info"><i class="fa-solid fa-font"></i> Transcription</span></a>
2222

2323
- **Keynote:** Movement and waiting of crowds – state of the art models and data - *Prof. Dr. Armin Seyfried*
2424
<br>

content/about.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,97 +74,97 @@ The SUMO package contains the following applications:
7474

7575
<div class="row text-center" id="components">
7676
<div class="col-md-3 margin-b">
77-
<a href="https://sumo.sourceforge.net/docs/sumo.html" style="text-decoration:none !important;"><div class="application-box">
77+
<a href="{{< docsurl >}}/sumo.html" style="text-decoration:none !important;"><div class="application-box">
7878
<h6>sumo</h6><p class="text-muted">command line simulation</p>
7979
</div></a>
8080
</div>
8181
<div class="col-md-3 margin-b">
82-
<a href="https://sumo.sourceforge.net/docs/sumo-gui.html" style="text-decoration:none !important;"><div class="application-box">
82+
<a href="{{< docsurl >}}/sumo-gui.html" style="text-decoration:none !important;"><div class="application-box">
8383
<h6>sumo-gui</h6><p class="text-muted">simulation with a graphical user interface</p>
8484
</div></a>
8585
</div>
8686
<div class="col-md-3 margin-b">
87-
<a href="https://sumo.sourceforge.net/docs/netconvert.html" style="text-decoration:none !important;"><div class="application-box">
87+
<a href="{{< docsurl >}}/netconvert.html" style="text-decoration:none !important;"><div class="application-box">
8888
<h6>netconvert</h6><p class="text-muted">network importer</p>
8989
</div></a>
9090
</div>
9191
<div class="col-md-3 margin-b">
92-
<a href="https://sumo.sourceforge.net/docs/Netedit/index.html" style="text-decoration:none !important;"><div class="application-box">
92+
<a href="{{< docsurl >}}/Netedit/index.html" style="text-decoration:none !important;"><div class="application-box">
9393
<h6>netedit</h6><p class="text-muted">visual editor for network elements</p>
9494
</div></a>
9595
</div>
9696
</div>
9797

9898
<div class="row text-center">
9999
<div class="col-md-3 margin-b">
100-
<a href="https://sumo.sourceforge.net/docs/netgenerate.html" style="text-decoration:none !important;"><div class="application-box">
100+
<a href="{{< docsurl >}}/netgenerate.html" style="text-decoration:none !important;"><div class="application-box">
101101
<h6>netgenerate</h6><p class="text-muted">abstract networks generator</p>
102102
</div></a>
103103
</div>
104104
<div class="col-md-3 margin-b">
105-
<a href="https://sumo.sourceforge.net/docs/od2trips.html" style="text-decoration:none !important;"><div class="application-box">
105+
<a href="{{< docsurl >}}/od2trips.html" style="text-decoration:none !important;"><div class="application-box">
106106
<h6>od2trips</h6><p class="text-muted">converter from O/D matrices to trips</p>
107107
</div></a>
108108
</div>
109109
<div class="col-md-3 margin-b">
110-
<a href="https://sumo.sourceforge.net/docs/duarouter.html" style="text-decoration:none !important;"><div class="application-box">
110+
<a href="{{< docsurl >}}/duarouter.html" style="text-decoration:none !important;"><div class="application-box">
111111
<h6>duarouter</h6><p class="text-muted">routes generator based on a dynamic user assignment</p>
112112
</div></a>
113113
</div>
114114
<div class="col-md-3 margin-b">
115-
<a href="https://sumo.sourceforge.net/docs/jtrrouter.html" style="text-decoration:none !important;"><div class="application-box">
115+
<a href="{{< docsurl >}}/jtrrouter.html" style="text-decoration:none !important;"><div class="application-box">
116116
<h6>jtrrouter</h6><p class="text-muted">routes generator based on turning ratios at intersections</p>
117117
</div></a>
118118
</div>
119119
</div>
120120

121121
<div class="row text-center">
122122
<div class="col-md-3 margin-b">
123-
<a href="https://sumo.sourceforge.net/docs/dfrouter.html" style="text-decoration:none !important;"><div class="application-box">
123+
<a href="{{< docsurl >}}/dfrouter.html" style="text-decoration:none !important;"><div class="application-box">
124124
<h6>dfrouter</h6><p class="text-muted">route generator with use of detector data</p>
125125
</div></a>
126126
</div>
127127
<div class="col-md-3 margin-b">
128-
<a href="https://sumo.sourceforge.net/docs/marouter.html" style="text-decoration:none !important;"><div class="application-box">
128+
<a href="{{< docsurl >}}/marouter.html" style="text-decoration:none !important;"><div class="application-box">
129129
<h6>marouter</h6><p class="text-muted">macroscopic user assignment based on capacity functions</p>
130130
</div></a>
131131
</div>
132132
<div class="col-md-3 margin-b">
133-
<a href="https://sumo.sourceforge.net/docs/polyconvert.html" style="text-decoration:none !important;"><div class="application-box">
133+
<a href="{{< docsurl >}}/polyconvert.html" style="text-decoration:none !important;"><div class="application-box">
134134
<h6>polyconvert</h6><p class="text-muted">imports geometrical shapes and convert them to be visualized using sumo-gui</p>
135135
</div></a>
136136
</div>
137137
<div class="col-md-3 margin-b">
138-
<a href="https://sumo.sourceforge.net/docs/activitygen.html" style="text-decoration:none !important;"><div class="application-box">
138+
<a href="{{< docsurl >}}/activitygen.html" style="text-decoration:none !important;"><div class="application-box">
139139
<h6>activitygen</h6><p class="text-muted">compute mobility wishes based on population</p>
140140
</div></a>
141141
</div>
142142
</div>
143143

144144
<div class="row text-center">
145145
<div class="col-md-3 margin-b">
146-
<a href="https://sumo.sourceforge.net/docs/Tools/Emissions.html#emissionsmap" style="text-decoration:none !important;"><div class="application-box">
146+
<a href="{{< docsurl >}}/Tools/Emissions.html#emissionsmap" style="text-decoration:none !important;"><div class="application-box">
147147
<h6>emissionsMap</h6><p class="text-muted">emission map generator</p>
148148
</div></a>
149149
</div>
150150
<div class="col-md-3 margin-b">
151-
<a href="https://sumo.sourceforge.net/docs/Tools/Emissions.html#emissionsdrivingcycle" style="text-decoration:none !important;"><div class="application-box">
151+
<a href="{{< docsurl >}}/Tools/Emissions.html#emissionsdrivingcycle" style="text-decoration:none !important;"><div class="application-box">
152152
<h6>emissionsDrivingCycle</h6><p class="text-muted">calculates emission values based on a given driving cycle</p>
153153
</div></a>
154154
</div>
155155
<div class="col-md-3 margin-b">
156-
<a href="https://sumo.sourceforge.net/docs/Tools/Import/OSM.html#osmwebwizardpy" style="text-decoration:none !important;"><div class="application-box">
156+
<a href="{{< docsurl >}}/Tools/Import/OSM.html#osmwebwizardpy" style="text-decoration:none !important;"><div class="application-box">
157157
<h6>osmWebWizard</h6><p class="text-muted">generate a SUMO scenario with just a few clicks</p>
158158
</div></a>
159159
</div>
160160
<div class="col-md-3 margin-b">
161-
<a href="https://sumo.sourceforge.net/docs/Tools/index.html" style="text-decoration:none !important;"><div class="application-box" style="background-color:#dedede !important;">
161+
<a href="{{< docsurl >}}/Tools/index.html" style="text-decoration:none !important;"><div class="application-box" style="background-color:#dedede !important;">
162162
<br><h6>And many other Tools!</h6>
163163
</div></a>
164164
</div>
165165
</div>
166166

167-
SUMO is [licensed](https://sumo.sourceforge.net/docs/Libraries_Licenses.html) under the [Eclipse Public License V2](https://www.eclipse.org/legal/epl-2.0/). "Eclipse SUMO" is a trademark of the [Eclipse Foundation](https://eclipse.org). If you use SUMO, please support its development by telling us about your projects, products and [publications](https://sumo.sourceforge.net/docs/Publications.html).
167+
SUMO is [licensed]({{< docsurl >}}/Libraries_Licenses.html) under the [Eclipse Public License V2](https://www.eclipse.org/legal/epl-2.0/). "Eclipse SUMO" is a trademark of the [Eclipse Foundation](https://eclipse.org). If you use SUMO, please support its development by telling us about your projects, products and [publications]({{< docsurl >}}/Publications.html).
168168

169169
# Citing SUMO
170170

content/conference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DOI: https://doi.org/10.52825/scp.v6i
3939
# Sessions and Presentations
4040
- **Tutorial**
4141
<br>
42-
<a target="_blank" href="http://sumo.dlr.de/daily/sumo2025_tutorial.zip"><span class="badge badge-secondary"><i class="far fa-file-archive"></i> Tutorial files</span></a> <a target="_blank" href=""><span class="badge badge-danger"><i class="fab fa-youtube"></i> Video</span></a> <a target="_blank" href="https://sumo.sourceforge.net/docs/Tutorials/2025.html#transcription"><span class="badge badge-info"><i class="fa-solid fa-font"></i> Transcription</span></a>
42+
<a target="_blank" href="http://sumo.dlr.de/daily/sumo2025_tutorial.zip"><span class="badge badge-secondary"><i class="far fa-file-archive"></i> Tutorial files</span></a> <a target="_blank" href=""><span class="badge badge-danger"><i class="fab fa-youtube"></i> Video</span></a> <a target="_blank" href="{{< docsurl >}}/Tutorials/2025.html#transcription"><span class="badge badge-info"><i class="fa-solid fa-font"></i> Transcription</span></a>
4343

4444
- **Keynote:** Movement and waiting of crowds – state of the art models and data - *Prof. Dr. Armin Seyfried*
4545
<br>

content/contact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Mailing lists</h4>
1414
<br>
1515
If you have any questions about SUMO, please post them into one of our mailing lists. You may need to <a href="https://accounts.eclipse.org/user/register">create an Eclipse account</a> first.
1616
<br>
17-
Before you post on a list, please check the <a href="https://sumo.sourceforge.net/docs/FAQ.html">FAQ</a> for already answered questions.
17+
Before you post on a list, please check the <a href="{{< docsurl >}}/FAQ.html">FAQ</a> for already answered questions.
1818
<br><br>
1919

2020
<div class="row">
2121
<div class="col-sm-4">
2222
<a href="https://accounts.eclipse.org/mailing-list/sumo-user"><h5>sumo-user</h5></a>
23-
<small>This is the first place you should ask your questions. If you have a novel question, <a href="https://sumo.sourceforge.net/docs/FAQ.html#what_should_i_do_to_get_helpful_answers_on_the_mailing_list">here is some general advice before asking</a>. If you wish to report an error <a href="https://sumo.sourceforge.net/docs/FAQ.html#how_do_i_report_erroneous_behavior_of_a_sumo_application">please follow these suggestions</a>. Subscribe to this list for asking questions, reporting issues and getting information about what other people ask.
23+
<small>This is the first place you should ask your questions. If you have a novel question, <a href="{{< docsurl >}}/FAQ.html#what_should_i_do_to_get_helpful_answers_on_the_mailing_list">here is some general advice before asking</a>. If you wish to report an error <a href="{{< docsurl >}}/FAQ.html#how_do_i_report_erroneous_behavior_of_a_sumo_application">please follow these suggestions</a>. Subscribe to this list for asking questions, reporting issues and getting information about what other people ask.
2424
<hr>
2525
<i>Frequency: about 100 mails per month<br>
2626
Archive: <a href="https://dev.eclipse.org/mhonarc/lists/sumo-user/">Eclipse Archive</a>, <a href="https://www.mail-archive.com/[email protected]/">Mail Archive</a>, <a href="https://sourceforge.net/p/sumo/mailman/sumo-user/">SF Archive</a></i></small>

themes/sumo-theme/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h4 class="feature-heading">Traffic Lights</h4>
285285
<i class="fas fa-tachometer-alt fa-stack-1x fa-inverse"></i>
286286
</span>
287287
<h4 class="feature-heading">Performance</h4>
288-
<p class="text-muted">Boost your simulation with an unlimited network size, an unlimited amount of simulated vehicles and an unlimited simulation time<a href="https://sumo.sourceforge.net/docs/FAQ.html#are_there_any_limits_in_regard_to_the_size_of_a_simulation_scenario">*</a></p>
288+
<p class="text-muted">Boost your simulation with an unlimited network size, an unlimited amount of simulated vehicles and an unlimited simulation time<a href="{{ $.Site.Params.docsURL }}/FAQ.html#are_there_any_limits_in_regard_to_the_size_of_a_simulation_scenario">*</a></p>
289289
</div>
290290

291291
<div class="col-md-4 mb-5">

themes/sumo-theme/layouts/partials/conference_archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{- range $editions }}
1010
<a class="dropdown-item" href="{{ .year | absURL }}">{{ .year }}</a>
1111
{{- end }}
12-
<a class="dropdown-item" href="https://sumo.sourceforge.net/docs/SumoWorkshop2010.html">Workshop 2010</a>
12+
<a class="dropdown-item" href="{{ $.Site.Params.docsURL }}/SumoWorkshop2010.html">Workshop 2010</a>
1313
</div>
1414
</div>
1515
</div>

themes/sumo-theme/layouts/partials/conference_cards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h5 class="card-title">{{ .year }}</h5>
2020
<div class="card-body">
2121
<h5 class="card-title">Workshop 2010</h5>
2222
<p class="card-text">November 11-12 • Berlin</p>
23-
<a href="https://sumo.sourceforge.net/docs/SumoWorkshop2010.html" class="btn btn-sm btn-outline-info">Learn more</a>
23+
<a href="{{ $.Site.Params.docsURL }}/SumoWorkshop2010.html" class="btn btn-sm btn-outline-info">Learn more</a>
2424
</div>
2525
</div>
2626
</div>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ .Site.Params.docsURL }}

0 commit comments

Comments
 (0)