diff --git a/README.md b/README.md index 412cea3..638d5fb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ research and community of [Web3Privacy Now](https://web3privacy.info). | meetup | `por1`* | 2024/May | 🇵🇹 Porto | 3 | [ETHPorto](https://ethporto.org/) | - | | | meetup | `ber1` | 2024/May | 🇩🇪 Berlin | 3 | ETHBerlin | Tree | | | summit | `s3` | 2024/Jun | 🇨🇿 Prague | 16 | ETHPrague | Tree (+3) | | -| hackathon | `h1` | **2024-06-19** -
2024-06-26 (7) | 🇸🇮 Bled | 10 | W3PN Hackathon | Tree (+3) | | +| hackathon | `h1` | **2024-06-19**-
**2024-06-26** | 🇸🇮 Bled | 10 | W3PN Hackathon | Tree (+3) | | | meetup | `lju1` | 2024/Jun | 🇸🇮 Ljubljana | 5 | W3PN Hackathon | Tree (+3) | | | meetup | `bcn2`* | 2024/Jul | 🇪🇸 Barcelona | 3 | ETHBarcelona (?) | - | | | meetup | `bru1` | 2024/Jul | 🇧🇪 Brussels | 3 | [EthCC](https://www.ethcc.io/) | Mykola (+1) | | diff --git a/README.tpl.eta b/README.tpl.eta index 456230b..40be0b3 100644 --- a/README.tpl.eta +++ b/README.tpl.eta @@ -27,7 +27,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.replace("w3pm-", "").replace(/^w3p/, '') %>`<% if (event.optional) { %>*<% } %> | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %><% if (event.days && event.days > 1) { %> -
<%= it.dateFns.format(it.dateFns.addDays(new Date(event.date), event.days), 'yyyy-MM-dd') %> (<%= event.days %>)<% } %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.slots || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %><% if (event.helpers && event.helpers.length > 0) { %> (+<%= event.helpers.length%>)<% } %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> | +| <%= event.type %> | `<%= event.id.replace("w3pm-", "").replace(/^w3p/, '') %>`<% if (event.optional) { %>*<% } %> | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %><% if (event.days && event.days > 1) { %>-
**<%= it.dateFns.format(it.dateFns.addDays(new Date(event.date), event.days), 'yyyy-MM-dd') %>**<% } %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.slots || '-' %> | <%= event.coincidence %> | <%= event.lead || "-" %><% if (event.helpers && event.helpers.length > 0) { %> (+<%= event.helpers.length%>)<% } %> | <%= (event.links && Object.keys(event.links).map(k => `[${k}](${event.links[k]})`).join(", ")) || "" %> | <% }) %> `*` - Optional event (can be cancelled due to lack of interest)