From 8644174881d44743e291464c1bda84f186b28d28 Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Sun, 10 Mar 2024 13:26:43 +0100 Subject: [PATCH] adding link checker and fixing some links --- .github/workflows/linkcheck.yml | 21 +++++++++++++++++++++ 2019/index.html | 2 +- 2022/index.html | 2 +- lychee.toml | 14 ++++++++++++++ src/content/2019.md | 2 +- src/content/2022.md | 2 +- 6 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/linkcheck.yml create mode 100644 lychee.toml diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml new file mode 100644 index 0000000..a3ae44d --- /dev/null +++ b/.github/workflows/linkcheck.yml @@ -0,0 +1,21 @@ +name: linkcheck + +on: + push: + workflow_dispatch: + schedule: + - cron: '30 1 * * *' # daily at 01:30 UTC + +jobs: + external-link-check: + runs-on: ubuntu-latest + + steps: + - name: Cloning repository + uses: actions/checkout@v4 + + - name: Lychee Link Checker + uses: lycheeverse/lychee-action@v1 + with: + fail: true + args: -c lychee.toml -n 20* index.html about/ conference/ contact/ diff --git a/2019/index.html b/2019/index.html index 7b5f38f..f08be1d 100644 --- a/2019/index.html +++ b/2019/index.html @@ -247,7 +247,7 @@

Sessions and Presentations

  • Reinforcement Learning Agent under Partial Observability for Traffic Light Control in Presence of Gridlocks
  • Registration

    -

    The registration fee includes a two and a half day conference program with refreshments, lunch, proceedings and social events in the evening. Accommodation is not included within the registration fee and must be pre-booked separately. Register here.

    +

    The registration fee includes a two and a half day conference program with refreshments, lunch, proceedings and social events in the evening. Accommodation is not included within the registration fee and must be pre-booked separately.

    Language

    The conference language is English.

    Social Event

    diff --git a/2022/index.html b/2022/index.html index 5b12316..b513636 100644 --- a/2022/index.html +++ b/2022/index.html @@ -250,7 +250,7 @@

    Simulating and modelling traffic: What are we trying to achieve?

    Prof. Dr.-Ing. Heather Kaths
    Head of the Department for Bicycle Traffic Planning
    University of Wuppertal
    -Website +Website

    Our ability to virtually recreate infrastructure and traffic flow at many different scales, from the very detailed simulation of systems used to drive and control vehicles to the depiction of congestion in country-wide highway networks, has improved drastically over the last decades. The data needed to develop, calibrate and validate simulation models is increasingly at our fingertips. An active and growing community of academics and industry personnel dedicate time and expert knowledge to improving and optimizing traffic simulation tools and workflows. At the same time, issues such as air pollution, traffic injuries and fatalities, noise and disconnected urban space persist. In this keynote, I want to explore how tools for creating virtual, simulated worlds are helping to solve actual problems in our real world: what is done today, and what opportunities are there for tomorrow?

    TAPAS Workshop

    The agent-based demand model TAPAS is an open source development of DLR’s Institute for Transport Research. TAPAS simulated the mobility patterns of a virtual population of a modelled regions. Both the population as well as the activity places are represented individually. TAPAS distinguishes a large set of person groups, and different modes of transport. The mobility behavior of the population is determined using empirical daily mobility plans. The result is a list of daily activities for each person within the modeled area, including the starting location, the destination location, the begin of the ride and the ride’s duration as well as the chosen mode, among others. The result can be used as an input for the microscopic traffic flow simulation SUMO.

    diff --git a/lychee.toml b/lychee.toml new file mode 100644 index 0000000..2ed2899 --- /dev/null +++ b/lychee.toml @@ -0,0 +1,14 @@ +# Maximum number of allowed redirects. +max_redirects = 20 + +# Proceed for server connections considered insecure (invalid TLS). +insecure = true + +# Remap URI matching pattern to different URI. +#remap = ['%7B%7BVersion%7D%7D 1.19.0'] + +# Exclude URLs and mail addresses from checking (supports regex). +exclude = ['dlr\.de', 'linkedin\.com', 'twitter\.com'] + + + diff --git a/src/content/2019.md b/src/content/2019.md index d2dd7c6..cd60467 100644 --- a/src/content/2019.md +++ b/src/content/2019.md @@ -102,7 +102,7 @@ Instructions for authors and a template can be found here: Website +Website Our ability to virtually recreate infrastructure and traffic flow at many different scales, from the very detailed simulation of systems used to drive and control vehicles to the depiction of congestion in country-wide highway networks, has improved drastically over the last decades. The data needed to develop, calibrate and validate simulation models is increasingly at our fingertips. An active and growing community of academics and industry personnel dedicate time and expert knowledge to improving and optimizing traffic simulation tools and workflows. At the same time, issues such as air pollution, traffic injuries and fatalities, noise and disconnected urban space persist. In this keynote, I want to explore how tools for creating virtual, simulated worlds are helping to solve actual problems in our real world: what is done today, and what opportunities are there for tomorrow?