Skip to content

Commit e7f0111

Browse files
committed
Update with transport ai conference
1 parent 9395971 commit e7f0111

File tree

3 files changed

+71
-1
lines changed

3 files changed

+71
-1
lines changed

README.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ New talk:
2222

2323
```{bash, eval=FALSE}
2424
hugo new --kind event event/ogh23
25-
cp -Rv content/event/sdsl2024 content/event/glasgow2024
25+
cp -Rv content/event/sdsl2024 content/event/transportai-2025
2626
code content/event/glasgow2024/index.md
2727
```
2828

@@ -37,6 +37,7 @@ blogdown::new_content(path = "software/index.Rmd")
3737
3838
# serve site
3939
blogdown::serve_site()
40+
blogdown::stop_server()
4041
4142
# build site
4243
blogdown::build_site()
251 KB
Loading
+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
title: "Transport AI 2025"
3+
event:
4+
event_url: https://www.transportai.uk/
5+
location:
6+
address:
7+
street:
8+
city: Manchester
9+
region:
10+
postcode:
11+
country: United Kingdom
12+
summary:
13+
abstract:
14+
15+
# Talk start and end times.
16+
# End time can optionally be hidden by prefixing the line with `#`.
17+
date: 2025-02-05T09:00:00+00:00
18+
date_end: 2025-02-05T17:00:00+00:00
19+
all_day: true
20+
21+
# Schedule page publish date (NOT event date).
22+
publishDate: 2022-05-21T07:43:56+01:00
23+
24+
authors: []
25+
tags: [ai]
26+
27+
# Is this a featured event? (true/false)
28+
featured: true
29+
30+
# Featured image
31+
# To use, add an image named `featured.jpg/png` to your page's folder.
32+
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
33+
image:
34+
caption: ""
35+
focal_point: ""
36+
preview_only: false
37+
38+
# Custom links (optional).
39+
# Uncomment and edit lines below to show custom links.
40+
# links:
41+
# - name: Follow
42+
# url: https://twitter.com
43+
# icon_pack: fab
44+
# icon: twitter
45+
46+
# # Optional filename of your slides within your event's folder or a URL.
47+
# url_slides: https://crosslanguage.robinlovelace.net/slides
48+
# url_code: https://crosslanguage.robinlovelace.net/slides
49+
# url_pdf:
50+
# url_video:
51+
52+
# Markdown Slides (optional).
53+
# Associate this event with Markdown slides.
54+
# Simply enter your slide deck's filename without extension.
55+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
56+
# Otherwise, set `slides = ""`.
57+
slides: ""
58+
59+
# Projects (optional).
60+
# Associate this post with one or more of your projects.
61+
# Simply enter your project's folder or file name without extension.
62+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
63+
# Otherwise, set `projects = []`.
64+
projects: []
65+
---
66+
67+
I'm looking forward to learning about the latest developments in transport AI at this event.
68+
69+
For more information see the [event website](https://www.transportai.uk/).

0 commit comments

Comments
 (0)