diff --git a/config/_default/menus/menus.nl.toml b/config/_default/menus/menus.nl.toml index cfa3de4..c7ddf1d 100644 --- a/config/_default/menus/menus.nl.toml +++ b/config/_default/menus/menus.nl.toml @@ -47,6 +47,13 @@ parent = "evenementen" weight = 21 + [[main]] + identifier = "evenementen-nluug" + name = "NLUUG" + url = "/evenementen/nluug/" + parent = "evenementen" + weight = 22 + [[main]] identifier = "lidmaatschap" name = "Lidmaatschap" diff --git a/content/evenementen/nluug/voorjaarsconferentie-2023/_index.md b/content/evenementen/nluug/voorjaarsconferentie-2023/_index.md index 1f3797a..d79419d 100644 --- a/content/evenementen/nluug/voorjaarsconferentie-2023/_index.md +++ b/content/evenementen/nluug/voorjaarsconferentie-2023/_index.md @@ -88,7 +88,7 @@ event_schedule: talk: speaker: Jan Ainali title: Introduction to public code - link: + link: talks/jan-ainali-introduction-to-public-code/ - column: talk: speaker: Tamara Brandt diff --git a/content/evenementen/nluug/voorjaarsconferentie-2023/talks/jan-ainali-introduction-to-public-code.md b/content/evenementen/nluug/voorjaarsconferentie-2023/talks/jan-ainali-introduction-to-public-code.md new file mode 100644 index 0000000..3756722 --- /dev/null +++ b/content/evenementen/nluug/voorjaarsconferentie-2023/talks/jan-ainali-introduction-to-public-code.md @@ -0,0 +1,21 @@ +--- +categories: +date: 2023-05-11T20:31:43+02:00 +description: +layout: event-talk +slug: +tags: +title: "Jan Ainali - Introduction to public code" +persons: +- jan-ainali +presentation: + filename: 2023-05-11-jan-ainali-introduction-to-public-code.pdf +--- + +## Abstract + +Everywhere you look, policy is becoming software. But what does it mean when code is becoming public infrastructure? As we see it, public code is becoming increasingly important as a concept for public organizations and the societies they serve. At the Foundation for Public Code we want to help public organizations to excel in collaborations around such code. Our process to do this we call codebase stewardship and will be useful for any maintainer. In this talk, we will also give an overview of the open standard Standard for Public Code and how it enables collaboration. + +## Biografie + +Codebase Steward at the Foundation for Public Code. Jan has been a policy advisor on digital issues in the European Parliament for a green MEP, mainly working on the copyright directive. Before that he ran a consultancy called Open by Default, which helped public organizations use open licenses to publish open data and make open source software. Previously he was the CEO of Wikimedia Sverige after co-founding the chapter and being its chairman. diff --git a/themes/nluug/layouts/evenementen/event-talk.html b/themes/nluug/layouts/evenementen/event-talk.html index 6f58584..9bfca0d 100644 --- a/themes/nluug/layouts/evenementen/event-talk.html +++ b/themes/nluug/layouts/evenementen/event-talk.html @@ -2,9 +2,17 @@ {{ with .Title }}

{{ . }}

{{ end }}
{{ .Content }}
+ {{ if .Params.presentation }} +

Presentatie

+ {{ if .Params.presentation.filename }} + Presentatie + {{ end }} + {{ end }} + {{ if .Params.recording }} +

Opname

{{ if .Params.recording.platform }} - {{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube" "iconsize" "64") }}{{ end }} + {{ if eq .Params.recording.platform "youtube" }}{{ partial "show-svg-icon.html" (dict "context" . "icon" "youtube") }}{{ end }} {{ end }} {{ if .Params.recording.url }} Bekijk opname