events/README.tpl.eta

41 řádky
1.9 KiB
Plaintext
Surový Normální zobrazení Historie

2023-10-11 22:01:00 +02:00
```
2023-11-07 15:37:31 +01:00
____ ____ ____ ____ ____
||W |||3 |||P |||N |||E ||
||__|||__|||__|||__|||__||
|/__\|/__\|/__\|/__\|/__\|
2023-10-11 22:01:00 +02:00
```
2023-11-07 15:37:31 +01:00
# Web3Privacy Now Events (w3pne)
2023-10-11 22:01:00 +02:00
2023-11-07 15:37:31 +01:00
The _Web3Privacy Now Events_ is a regular gatherings of the people interested in
2023-10-11 22:01:00 +02:00
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)
2023-11-07 15:37:31 +01:00
- [Events coordination group](https://matrix.to/#/#w3p-events:gwei.cz) @ Matrix
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
2023-11-05 22:26:42 +01:00
- **Hackathon** (w3ph) - a multi-day event including lectures, workshops and hacking
2023-10-11 22:01:00 +02:00
## List of events
(in chronologic order)
2023-11-08 02:18:00 +01:00
| type | # id | date | location | 🎰 | coincidence | dri | links |
2023-11-05 21:41:03 +01:00
| --- | --- | --- | --- | --- | --- | --- | --- |
<% it.events.forEach(function(event, i){ %>
2023-11-09 21:05:26 +01:00
| <%= event.type %> | `<%= event.id.replace("w3pm-", "").replace(/^w3p/, '') %>`<% if (event.optional) { %>*<% } %> | <%= event.date.match(/^\d{4}-\d{2}-\d{2}$/) ? `**${event.date}**` : event.date %> | <%= it.getFlagEmoji(event.country) %> <%= event.city %> | <%= event.slots || '-' %> | <%= 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
<% }) %>
2023-11-05 21:43:09 +01:00
[Source file](./events/events.yaml)
2023-11-07 15:37:31 +01:00
Note: As you can see, most of the events are in Europe because most of the core team members are from Europe. If you would be willing to help us expand Web3Privacy Now Events to other regions, we would be very happy to do so! Please get in touch, ideally on [Matrix](https://matrix.web3privacy.info/).
2023-10-11 22:01:00 +02:00
## Events maintaners
- Tree ([@burningtree](https://github.com/burningtree))
- PG ([@EclecticSamurai](https://github.com/EclecticSamurai))