little shorter id

This commit is contained in:
tree🌴 2023-11-05 21:58:31 +01:00
parent 007ed0f66f
commit f443aa1596
2 changed files with 8 additions and 8 deletions

View File

@ -33,15 +33,15 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| type | # id | date | location | 👥 | coincidence | dri | links |
| --- | --- | --- | --- | --- | --- | --- | --- |
| summit | `w3ps1` | **2023-06-05** | 🇨🇿 Prague | 180 | [PBW](https://prgblockweek.com/) w/ [ETHPrague](https://ethprague.com/) | Tree | [web](https://prague.web3privacy.info/), [git](https://github.com/web3privacy/w3ps1) |
| meetup | `w3pm-rom-1` | **2023-10-05** | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG | [web](https://lu.ma/web3privacynow_rome) |
| meetup | `w3pm-prg-1` | **2023-11-14** | 🇨🇿 Prague | - | [DCxPrague](https://dcxprague.org/) | Tree | [web](https://lu.ma/w3pm-prg1) |
| meetup | `w3pm-ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | - | |
| meetup | `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | |
| meetup | `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | |
| meetup | `rom-1` | **2023-10-05** | 🇮🇹 Rome | 139 | [ETHRome](https://ethrome.org/) | PG | [web](https://lu.ma/web3privacynow_rome) |
| meetup | `prg-1` | **2023-11-14** | 🇨🇿 Prague | - | [DCxPrague](https://dcxprague.org/) | Tree | [web](https://lu.ma/w3pm-prg1) |
| meetup | `ist-1` | 2023/Nov | 🇹🇷 Istanbul | - | [Devconnect Istanbul](https://devconnect.org/) | - | |
| meetup | `ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | |
| meetup | `ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | |
| 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 | `lju-1` | 2024/Jun | 🇸🇮 Ljubljana | - | W3PN Hackathon | - | |
| meetup | `rom-2` | 2024/Oct | 🇮🇹 Rome | - | ETHRome 2024 | - | |
| summit | `w3ps3` | 2024/Nov | 🇨🇿 Brno | - | ETHBrno 2024 | - | |
[Source file](./events/events.yaml)

View File

@ -26,7 +26,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
| type | # id | date | location | 👥 | coincidence | dri | links |
| --- | --- | --- | --- | --- | --- | --- | --- |
<% it.events.forEach(function(event, i){ %>
| <%= event.type %> | `<%= event.id %>` | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> |
| <%= event.type %> | `<%= event.id.replace("w3pm-", "") %>` | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.visitors || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> |
<% }) %>
[Source file](./events/events.yaml)