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.
138 lines (110 sloc)
3.8 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 track or event | |
| name = "Connecting IPFS" | |
| # the name of the group organizing the event | |
| org = "" | |
| # the github handle of the directly responsible individual for this event | |
| # (this person will coordinate with devent organizers) | |
| dri = "@mikeal" | |
| # 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-13-connecting-ipfs/14639" | |
| # the start date of the event | |
| date = "2022-07-13" | |
| # how many days the event lasts (1 - N) | |
| days = 1 | |
| # the event times (shows up in the event card) | |
| times = "09:00 - 17: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 = "50" | |
| # 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 track. | |
| # will show up when the user clicks the event card. | |
| description = """Connecting IPFS protocols with other decentralized protocols to | |
| meet user needs, often by building and operating infrastructure that brings them together. | |
| Talks in the morning, then an hour long group discussion on 'Writable Gateway' followed by Unconf.""" | |
| # schedule is an array of timeslots objects | |
| # schema: | |
| # startTime - string for starting time | |
| # speakers - array of string speaker names. please to use consistent naming across timeslots | |
| # title - string for talk or timeslot title, should be short | |
| # description - string describing the timeslot. 1-3 sentences. | |
| # | |
| # Notes: | |
| # - recommended start: 09:00 | |
| # - recommended lunch: 12:00 | |
| # - recommended end: 17:00 | |
| # - use 15m, 20m, 30m, 45m, or 60m session slots | |
| # - use 15m breaks, one in the morning, one or two in the afternoon | |
| [[timeslots]] | |
| startTime="09:00" | |
| speakers=["@mikeal"] | |
| title="Track introduction" | |
| description="" | |
| [[timeslots]] | |
| startTime="09:20" | |
| speakers=["@alanshaw"] | |
| title="w3name: IPNS republishing as a service" | |
| description="Walk through and demo of how the w3name service works currently" | |
| [[timeslots]] | |
| startTime="9:40" | |
| speakers=["@ramfox"] | |
| title="Iroh Cloud overview" | |
| description="" | |
| [[timeslots]] | |
| startTime="10:00" | |
| speakers=["@thibmeu"] | |
| title="IPFS safemode tool" | |
| description="Policy based content providing for IPFS peers" | |
| [[timeslots]] | |
| startTime="10:20" | |
| speakers=["@vasco-santos"] | |
| title="Caching IPFS & Bitswap Workers" | |
| description="" | |
| [[timeslots]] | |
| startTime="10:40" | |
| speakers=[""] | |
| title="Break" | |
| description="" | |
| [[timeslots]] | |
| startTime="11:00" | |
| speakers=["@francardoso93"] | |
| title="The Elastic IPFS implementation in AWS" | |
| description="A run through of Elastic IPFS as it has been implemented in AWS: an in-depth discussion of the various sub-systems of Elastic IPFS, explaining the function(s) of each, the choices made and why, and the trade offs." | |
| [[timeslots]] | |
| startTime="11:20" | |
| speakers=["@alanshaw"] | |
| title="The Rise of Elastic IPFS" | |
| description="The journey from initial working implementation to production system. A short story of metrics and data in graphs." | |
| [[timeslots]] | |
| startTime="11:40" | |
| speakers=["@hugomrdias"] | |
| title="Connecting IPFS users and permissions to DIDs with UCAN" | |
| description="" | |
| [[timeslots]] | |
| startTime="12:00" | |
| speakers=[] | |
| title="Lunch Break" | |
| description="" | |
| [[timeslots]] | |
| startTime="13:00" | |
| speakers=["@RangerMauve"] | |
| title="Writeable Gateways Discussion" | |
| description="This talk will look at the existing state of writable gateways and some potential paths for making them useful for browsers and applications in general" | |
| [[timeslots]] | |
| startTime="14:00" | |
| speakers=[] | |
| title="Unconf" | |
| description="" |