Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
119 lines (87 sloc)
2.63 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # the name of your event | |
| name = "Content Routing 2: Privacy" | |
| # the name of the group organizing the event | |
| org = "PL Starfleet" | |
| # the github handle of the directly responsible individual for this event | |
| # (this person will coordinate with devent organizers) | |
| dri = "@willscott" | |
| # the website of the event | |
| # make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc. | |
| website = "https://discuss.ipfs.io/t/2022-07-14-content-routing-2-privacy/14634" | |
| # the start date of the event | |
| date = "2022-07-14" | |
| # how many days the event lasts (1 - N) | |
| days = 1 | |
| # the event times (shows up in the event card) | |
| times = "09:00 - 16:00" | |
| # the event venue name (will show up on the event card - TODO) | |
| venueName = "" | |
| # the event venue address (will show up on a map -- TODO) | |
| venueAddress = "" | |
| # the max number of attendees of the event | |
| attendees = "150" | |
| # these is unsued: | |
| # tickets = "Waitlist" | |
| # the "difficulty" of the event -- one of: | |
| # ["Beginner", "Intermediate", "Advanced", "All Welcome"] | |
| difficulty = "All Welcome" | |
| # tags for the event, will show up as labels. | |
| # pick 1-4 | |
| tags = ["Talks", "Workshops"] | |
| # a color, to group key events visually. use sparingly | |
| # color="purple" | |
| # a description of the event. | |
| # will show up when the user clicks the event card. | |
| description = """ | |
| Offering strong privacy properties in content routing is a critical concern for decentralized networking. | |
| This track will cover current efforts to improve content routing privacy, and potential opportunities to do even | |
| """ | |
| [[timeslots]] | |
| startTime="09:00" | |
| speakers=[] | |
| title="Welcome standup discussion" | |
| [[timeslots]] | |
| startTime="09:45" | |
| speakers=["@willscott"] | |
| title="Content Routing Track Intro" | |
| [[timeslots]] | |
| startTime="10:00" | |
| speakers=["@jbenet"] | |
| title="Secure & Private Content Routing" | |
| [[timeslots]] | |
| startTime="11:10" | |
| speakers=["@tschorsch"] | |
| title="Private Set Intersection for Bitswap" | |
| [[timeslots]] | |
| startTime="11:50" | |
| speakers=["@willscott"] | |
| title="Funding Private Retrieval" | |
| description = "Building towards a secure and performant system" | |
| [[timeslots]] | |
| startTime="12:05" | |
| speakers=[] | |
| title="Lunch Break" | |
| [[timeslots]] | |
| startTime="13:30" | |
| speakers=["@elizabeth"] | |
| title="Mixnets & Content Routing" | |
| [[timeslots]] | |
| startTime="13:50" | |
| speakers=["@Guillaume Michel"] | |
| title="Double Hashing & Content Routing" | |
| [[timeslots]] | |
| startTime="14:40" | |
| speakers=["@yiannis"] | |
| title="Use cases for privacy in LibP2P" | |
| [[timeslots]] | |
| startTime="15:00" | |
| speakers=["@ninitrava"] | |
| title="Private Information Retrieval & Content Routing" | |
| [[timeslots]] | |
| startTime="16:15" | |
| speakers=[""] | |
| title="Break" | |
| [[timeslots]] | |
| startTime="16:30" | |
| speakers=["@jbenet"] | |
| title="Open Problem & Project Generation Workshop" | |