events/README.tpl.eta

46 řádky
2.1 KiB
Plaintext
Surový Normální zobrazení Historie

2023-10-11 22:01:00 +02:00
```
____ ____ ____ ____
||W |||3 |||P |||E ||
||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|
```
# Web3Privacy Events (w3pe)
The _Web3Privacy Events_ is a regular gatherings of the people interested in
privacy in the Web3 industry. This initiative was created to complement the
research and community of [Web3Privacy Now](https://web3privacy.info).
2023-10-28 14:40:58 +02:00
- [Calendar with all events and RSVP](https://lu.ma/web3privacy) (lu.ma/web3privacy)
- [Events coordination group](https://signal.group/#CjQKIBe2MFvE_lFDDaKbbLQkV9f6JnyKruZMof2tnnC-r74AEhC3daqvW8JEfSDvcWESqAQt) (Signal)
2023-10-11 22:01:00 +02:00
## Concepts
- **Summit** (w3ps) - a day-long gathering (or longer)
- **Meetup** (w3pm) - shorter gatherings for a few hours
## List of events
(in chronologic order)
### Summits
2023-10-15 08:55:09 +02:00
| # id | date | location | 👥 | coincidence | dri | links |
| --- | --- | --- | --- | --- | --- | --- |
2023-11-05 21:36:11 +01:00
<% it.events.filter(e => e.type === 'summit').forEach(function(event, i){ %>
2023-10-15 08:58:31 +02:00
| #<%= i+1%> → `<%= 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(", ")) || "" %> |
2023-10-11 22:01:00 +02:00
<% }) %>
### Meetups
2023-10-15 08:55:09 +02:00
| # id | date | location | 👥 | coincidence | dri | links |
| --- | --- | --- | --- | --- | --- | --- |
2023-11-05 21:36:11 +01:00
<% it.events.filter(e => e.type === 'meetup').forEach(function(event, i){ %>
2023-10-15 08:58:31 +02:00
| <% if (event.links?.git) { %>[`<%= event.id %>`](<%= event.links.git %>)<% } else { %>`<%= 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(", ")) || "" %> |
2023-10-11 22:01:00 +02:00
<% }) %>
## Events maintaners
- Tree ([@burningtree](https://github.com/burningtree))
- PG ([@EclecticSamurai](https://github.com/EclecticSamurai))