6
0
Fork 0
This commit is contained in:
Patrick Reijnen 2023-06-05 20:35:42 +02:00
commit 7ed2a34ec6
4 changed files with 38 additions and 2 deletions

View file

@ -47,6 +47,13 @@
parent = "evenementen" parent = "evenementen"
weight = 21 weight = 21
[[main]]
identifier = "evenementen-nluug"
name = "NLUUG"
url = "/evenementen/nluug/"
parent = "evenementen"
weight = 22
[[main]] [[main]]
identifier = "lidmaatschap" identifier = "lidmaatschap"
name = "Lidmaatschap" name = "Lidmaatschap"

View file

@ -88,7 +88,7 @@ event_schedule:
talk: talk:
speaker: Jan Ainali speaker: Jan Ainali
title: Introduction to public code title: Introduction to public code
link: link: talks/jan-ainali-introduction-to-public-code/
- column: - column:
talk: talk:
speaker: Tamara Brandt speaker: Tamara Brandt

View file

@ -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.

View file

@ -2,9 +2,17 @@
{{ with .Title }}<h1>{{ . }}</h1>{{ end }} {{ with .Title }}<h1>{{ . }}</h1>{{ end }}
<div>{{ .Content }}</div> <div>{{ .Content }}</div>
{{ if .Params.presentation }}
<h2>Presentatie</h2>
{{ if .Params.presentation.filename }}
<a href="/bestanden/presentaties/{{ .Params.presentation.filename }}">Presentatie</a>
{{ end }}
{{ end }}
{{ if .Params.recording }} {{ if .Params.recording }}
<h2>Opname</h2>
{{ if .Params.recording.platform }} {{ 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 }} {{ end }}
{{ if .Params.recording.url }} {{ if .Params.recording.url }}
<a href="{{ .Params.recording.url }}">Bekijk opname</a> <a href="{{ .Params.recording.url }}">Bekijk opname</a>