Skip to content

Commit

Permalink
update events on community page and embed calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Jan 6, 2025
1 parent 05f9f21 commit bf1d8b5
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,77 @@ <h2 property="schema:name">Events</h2>
<div datatype="rdf:HTML" property="schema:description">
<p>Discover Solid events taking place virtually and/or in person around the world.</p>

<p>Solid Events provide an opportunity to meet others who are working on Solid or are interested in Solid. Solid Events are run by people like you. If you are interested in coordinating a Solid Event near you, reach out to <a href="mailto:[email protected]">[email protected]</a>.</p>

<p>Interested in speaking at an upcoming Solid World? Send an email to <a href="mailto:[email protected]">[email protected]</a>.</p>

<p>Have another Solid oriented event to share? Make a pull request to the <a href="https://github.com/solid/solidproject.org/edit/main/community.html">solidproject.org community page</a>.</p>

<iframe id="open-web-calendar"
style="background:url('https://raw.githubusercontent.com/niccokunzmann/open-web-calendar/master/static/img/loaders/circular-loader.gif') center center no-repeat;"
src="https://open-web-calendar.hosted.quelltext.eu/calendar.html?url=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Fical%2Fc_bfb1bff94af78734820e9fe79db6057dc445ae82fda9beb80b70cf67945df491%2540group.calendar.google.com%2Fpublic%2Fbasic.ics"
sandbox="allow-scripts allow-same-origin allow-top-navigation"
allowTransparency="true" scrolling="no"
frameborder="0" height="600px" width="100%"></iframe>

<ul>

<li id="events-2025" rel="schema:hasPart" resource="#events-2025">
<details open="">
<summary property="schema:name">2025 Events</summary>
<ul rel="schema:hasPart">


<li>
<dl about="#event-2025-04-24-2025-04-25-solid-symposium-2025" id="#event-2025-04-24-2025-04-25-solid-symposium-2025" typeof="schema:Event">
<dt>Title</dt>
<dd property="schema:name"><a href="https://sosy2025.eu/" rel="schema:url">Solid Symposium 2025</a></dd>
<dt>Organization</dt>
<dd><a href="https://www.universiteitleiden.nl/en" rel="schema:organizer">Leiden University</a></dd>
<dt>Date</dt>
<dd><time property="schema:startDate" datatype="xsd:date" content="2025-04-24" datetime="2025-04-24">2025-04-24</time> to <time property="schema:endDate" datatype="xsd:date" content="2025-04-25" datetime="2025-04-25">2025-04-25</time></dd>
<dt>Description</dt>
<dd datatype="rdf:HTML" property="schema:description">The symposium provides a platform to discuss the current state of the art, share best practices, and exchange ideas for future innovations, with a special focus on cross-community collaboration, international perspectives, and the operational application of emerging technologies. Sosy2025 aims to gain insights from both science and industry.</dd>
</dl>
</li>

</ul>
</details>
</li>

<li id="events-2024" rel="schema:hasPart" resource="#events-2024">
<details open="">
<summary property="schema:name">2024 Events</summary>
<ul rel="schema:hasPart">



<li>
<dl about="#event-2024-02-27-solid-world" id="#event-2024-02-27-solid-world" typeof="schema:Event">
<dt>Title</dt>
<dd property="schema:name"><a href="https://www.eventbrite.co.uk/e/solid-world-2024-tickets-827618468117?aff=oddtdtcreator" rel="schema:url">Solid World</a></dd>
<dt>Organization</dt>
<dd><a href="https://solidproject.org/team" rel="schema:organizer">Solid Team</a> / <a href="https://www.inrupt.com/" rel="schema:organizer">Inrupt</a></dd>
<dt>Date</dt>
<dd><time property="schema:startDate" datatype="xsd:date" content="2024-02-27" datetime="2024-02-27">2024-02-27</time></dd>
<dt>Description</dt>
<dd datatype="rdf:HTML" property="schema:description"><a href="https://vimeo.com/917649395">Solid World Recording</a> <br /> Solid World was held around the theme of "Solid for Social Benefit: Delivering Shared and Public Resources." We heard news from the Solid Team and presentations from the PASS Project, Open Commons, the SleepyBike Project, and Digital Flanders.</dd>
</dl>
</li>

<li>
<dl about="#event-2024-06-17-solid-world" id="#event-2024-06-17-solid-world" typeof="schema:Event">
<dt>Title</dt>
<dd property="schema:name"><a href="https://solidcommunity.be/agenda/" rel="schema:url">Solid World</a></dd>
<dt>Organization</dt>
<dd><a href="https://solidproject.org/team" rel="schema:organizer">Solid Team</a> / <a href="https://www.inrupt.com/" rel="schema:organizer">Inrupt</a></dd>
<dt>Date</dt>
<dd><time property="schema:startDate" datatype="xsd:date" content="2024-06-17" datetime="2024-06-17">2024-06-17</time></dd>
<dt>Description</dt>
<dd datatype="rdf:HTML" property="schema:description">We heard from the team at the Open Data Institute about their new stewardship of Solid, and from Ruben Verborgh on how Solid-powered Active Wallets enable innovative ways to share and manage data.</dd>
</dl>
</li>

<li>
<dl about="#event-2024-02-27-solid-world" id="#event-2024-02-27-solid-world" typeof="schema:Event">
<dt>Title</dt>
Expand Down

0 comments on commit bf1d8b5

Please sign in to comment.