This commit is contained in:
tree 2023-01-27 06:47:40 +01:00
rodič e269f9102a
revize a63a9a0bfa
12 změnil soubory, kde provedl 41 přidání a 3 odebrání

Zobrazit soubor

@ -9,8 +9,11 @@ status = "planning"
org = "Example place"
# the github handle of the directly responsible individual for this event
# (this person will coordinate with devent organizers)
dri = ""
# (this person will coordinate with #pbw23 organizers)
dri = "john007"
# A point of contact (responsible person)
poc = "John Appleseed"
# the start date of the event
date = "2023-06-09"

Zobrazit soubor

@ -4,6 +4,7 @@ types = ["conference"]
status = "published"
org = "[Braiins](https://braiins.com/)"
dri = ""
poc = "Kristian Csepcsar"
date = "2023-06-07"
days = 1
times = ""

Zobrazit soubor

@ -6,6 +6,7 @@ status = "published"
chains = ["bitcoin"]
org = "Twenty one milion"
dri = ""
poc = "Martin Kuchař"
date = "2023-06-08"
days = 3
venueName = "PVA Expo Letňany"

Zobrazit soubor

@ -5,6 +5,7 @@ status = "planning"
chains = ["polkadot"]
org = ""
dri = ""
poc = "Damsky"
date = "2023-06-05"
days = 2
venueName = "TBA"

Zobrazit soubor

@ -4,6 +4,7 @@ types = ["hackathon", "conference"]
status = "planning"
org = "DuckTape/Paralelní Polis"
dri = ""
poc = "JosefJ, Vojta"
date = "2023-06-09"
days = 3
times = "09:00 - 20:00"

Zobrazit soubor

@ -5,6 +5,7 @@ status = "planning"
chains = ["cosmos"]
org = "RockawayX"
dri = ""
poc = "Tomáš Eminger, Tomáš Fanta"
date = "2023-06-03"
days = 3
venueName = "Cubex"

Zobrazit soubor

@ -5,6 +5,7 @@ status = "planning"
chains = ["cosmos"]
org = ""
dri = ""
poc = "Jiří Čepelka"
date = "2023-06-06"
days = 1
venueName = "Divadlo X10"

Zobrazit soubor

@ -4,6 +4,7 @@ types = ["conference"]
status = "published"
org = "DuckTape/Paralelní Polis"
dri = ""
poc = "Steve Fau, Dan"
date = "2023-06-06"
days = 3
times = ""

Zobrazit soubor

@ -3,8 +3,9 @@ shortname = "PrivacyETH"
types = ["conference"]
status = "planning"
chains = ["ethereum"]
org = "UTXO Foundation"
org = "[UTXO Foundation](https://utxo.foundation)"
dri = "burningtree"
poc = "Tree"
date = "2023-06-05"
days = 1
venueName = "Divadlo X10"

Zobrazit soubor

@ -0,0 +1,23 @@
name = "Škodaverse meetup"
shortname = ""
types = ["meetup"]
status = "planning"
chains = []
org = ""
dri = ""
poc = "NFTereez"
date = "2023-06-05"
days = 1
venueName = "TBA"
#venueAddress = ""
#venueUrl = ""
languages = ["english"]
#attendees = 100
tags = ["metaverse", "NFT"]
description = '''
'''
#logo = "logo.jpg"
[links]
#web = ""
#twitter = ""

Zobrazit soubor

@ -4,6 +4,7 @@ types = ["conference"]
status = "planning"
org = "[UTXO Foundation](https://utxo.foundation)"
dri = "burningtree"
poc = "Tereza Starostová"
date = "2023-06-02"
days = 3
times = "10:00 - 19:00"

Zobrazit soubor

@ -45,6 +45,9 @@ properties:
dri:
type: string
title: Directly responsible individual (Github username)
poc:
type: string
title: A point of contact (POC)
date:
type: string
pattern: "^\\d{4}-\\d{2}-\\d{2}$"