add more events

This commit is contained in:
tree🌴 2023-11-05 21:57:24 +01:00
parent 49c9099c7f
commit 007ed0f66f
4 changed files with 17 additions and 2 deletions

View File

@ -39,6 +39,8 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| meetup | `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | | | meetup | `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | |
| meetup | `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | | | meetup | `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | |
| summit | `w3ps2` | 2024/Jun | 🇨🇿 Prague | - | ETHPrague 2024 | - | | | summit | `w3ps2` | 2024/Jun | 🇨🇿 Prague | - | ETHPrague 2024 | - | |
| hackathon | `w3ph1` | 2024/Jun | 🇸🇮 Bled | - | | - | |
| meetup | `w3pm-lju-1` | 2024/Jun | 🇸🇮 Ljubljana | - | W3PN Hackathon | - | |
| meetup | `w3pm-rom-2` | 2024/Oct | 🇮🇹 Rome | - | ETHRome 2024 | - | | | meetup | `w3pm-rom-2` | 2024/Oct | 🇮🇹 Rome | - | ETHRome 2024 | - | |
| summit | `w3ps3` | 2024/Nov | 🇨🇿 Brno | - | ETHBrno 2024 | - | | | summit | `w3ps3` | 2024/Nov | 🇨🇿 Brno | - | ETHBrno 2024 | - | |

View File

@ -61,6 +61,20 @@
country: cz country: cz
coincidence: "ETHPrague 2024" coincidence: "ETHPrague 2024"
- id: w3ph1
type: hackathon
date: "2024/Jun"
city: Bled
country: si
coincidence: ""
- id: w3pm-lju-1
type: meetup
date: "2024/Jun"
city: Ljubljana
country: si
coincidence: "W3PN Hackathon"
- id: w3pm-rom-2 - id: w3pm-rom-2
type: meetup type: meetup
date: "2024/Oct" date: "2024/Oct"

View File

@ -4,8 +4,6 @@ import { load as yamlLoad } from "https://deno.land/x/js_yaml_port@3.14.0/js-yam
import { emptyDir } from "https://deno.land/std@0.173.0/fs/mod.ts"; import { emptyDir } from "https://deno.land/std@0.173.0/fs/mod.ts";
import { Eta } from "https://deno.land/x/eta@v3.0.3/src/index.ts" import { Eta } from "https://deno.land/x/eta@v3.0.3/src/index.ts"
const types = ["summits", "meetups"];
async function _loadYaml(fn) { async function _loadYaml(fn) {
return yamlLoad(await Deno.readTextFile(fn)); return yamlLoad(await Deno.readTextFile(fn));
} }

View File

@ -16,6 +16,7 @@ $defs:
enum: enum:
- summit - summit
- meetup - meetup
- hackathon
date: date:
type: string type: string
city: city: