-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 99ef94c
Showing
47 changed files
with
2,142 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,206 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<title>About | DIF Labs</title> | ||
|
||
<link rel="stylesheet" href="/css/main.min.bc49a728c2967ff726b0e99073482b338c7aa7ea7bde493aae1870837e241613.css" integrity="sha256-vEmnKMKWf/cmsOmQc0grM4x6p+p73kk6rhhwg34kFhM=" crossorigin="anonymous"> | ||
|
||
|
||
|
||
<script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<header> | ||
<header> | ||
<div class="logo"> | ||
<span class="material-icons logo-icon">science</span> | ||
<a href="/"><h1>DIF Labs</h1></a> | ||
</div> | ||
<nav> | ||
<a href="/about">About</a> | ||
<a href="/posts">Posts</a> | ||
<a href="/directory">Knowledge Pool</a> | ||
<a href="https://discord.gg/xnDAFnBS" target="_blank" rel="noopener noreferrer" title="Join our Discord"> | ||
<img src="/imgs/discord-logo.svg" fill="#00ff00" alt="Discord" style="height: 24px;"> | ||
</a> | ||
<a href="https://github.com/decentralized-identity/labs" target="_blank" rel="noopener noreferrer" title="Visit our GitHub"> | ||
<img src="/imgs/github-logo.svg" fill="#00ff00" alt="GitHub" style="height: 24px;"> | ||
</a> | ||
</nav> | ||
</header> | ||
|
||
</header> | ||
<main> | ||
|
||
<style> | ||
body { | ||
font-family: 'Arial', sans-serif; | ||
line-height: 1.6; | ||
} | ||
|
||
.content-wrapper { | ||
max-width: 800px; | ||
margin: 2rem auto; | ||
padding: 1.5rem; | ||
border-radius: 8px; | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
h1 { | ||
font-size: 2.5rem; | ||
font-weight: bold; | ||
margin-bottom: 0.5rem; | ||
} | ||
|
||
time { | ||
display: block; | ||
font-size: 0.9rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.content-wrapper p { | ||
margin: 1rem 0; | ||
} | ||
|
||
.tags { | ||
margin-top: 2rem; | ||
padding-top: 1rem; | ||
border-top: 1px solid #00ff00; | ||
} | ||
|
||
.tags span { | ||
display: inline-block; | ||
background: #007BFF; | ||
color: #00ff00; | ||
font-size: 0.9rem; | ||
padding: 0.3rem 0.6rem; | ||
margin: 0.2rem; | ||
border-radius: 16px; | ||
text-decoration: none; | ||
} | ||
|
||
.tags span:hover { | ||
background: #0056b3; | ||
} | ||
</style> | ||
|
||
<div class="content-wrapper"> | ||
|
||
<h1>About</h1> | ||
|
||
|
||
|
||
<time datetime="2025-01-18T08:25:22-08:00">January 18, 2025</time> | ||
|
||
<div class="toc"><nav id="TableOfContents"> | ||
<ul> | ||
<li><a href="#status">Status</a></li> | ||
<li><a href="#scope">Scope</a></li> | ||
<li><a href="#deliverables">Deliverables</a></li> | ||
<li><a href="#operating-procedure">Operating Procedure</a></li> | ||
<li><a href="#member-participation">Member participation</a></li> | ||
<li><a href="#intended-audience">Intended Audience</a></li> | ||
<li><a href="#caveats">Caveats</a></li> | ||
<li><a href="#additional-resources">Additional Resources:</a></li> | ||
</ul> | ||
</nav></div> | ||
|
||
<div class="content"> | ||
<h1 id="incubation-labs-charter">Incubation Labs Charter</h1> | ||
<h2 id="status">Status</h2> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th></th> | ||
<th></th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Name</td> | ||
<td>Incubation Labs</td> | ||
</tr> | ||
<tr> | ||
<td>Initial Chairs</td> | ||
<td>Andor Kesselman, Ankur Banerjee</td> | ||
</tr> | ||
<tr> | ||
<td>Status</td> | ||
<td>APPROVED</td> | ||
</tr> | ||
<tr> | ||
<td>Repo</td> | ||
<td><a href="https://github.com/decentralized-identity/labs">https://github.com/decentralized-identity/incubation-labs</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h2 id="scope">Scope</h2> | ||
<p>The Incubation Labs Working Group (ILWG) serves as an incubation | ||
environment for decentralized identity-based user applications and spec | ||
implementations. The WG provides an IP-safe environment for general | ||
implementation-related discussion, and allows participants to propose and | ||
participate in WG Work Items, each of which is focused on a user application | ||
and/or spec implementation.</p> | ||
<h2 id="deliverables">Deliverables</h2> | ||
<p>Deliverables may vary from each working item. The following are examples of some | ||
of the possible deliverables:</p> | ||
<ul> | ||
<li>Documentation : Document and discuss use cases</li> | ||
<li>Specifications : Develop specifications for various uses</li> | ||
<li>Code : Develop open source software as references toward use cases</li> | ||
<li>Interoperability Profiles: Selection of specifications, schemas, and other requirements to establish interoperability</li> | ||
</ul> | ||
<h2 id="operating-procedure">Operating Procedure</h2> | ||
<ul> | ||
<li>Chairs are bound to the <a href="./process.md">process</a> defined in this repo.</li> | ||
<li>Chairs will have ability to transition working items between states | ||
per the due process defined in the <a href="./process.md">Process Guidelines</a></li> | ||
<li>Ratification to the <a href="./process.md">process</a> would require approval from all | ||
co-chairs.</li> | ||
</ul> | ||
<h2 id="member-participation">Member participation</h2> | ||
<ul> | ||
<li>All substantive contributions to this Working Groups <strong>MUST</strong> be made by a member of DIF.</li> | ||
<li>In is encouraged for each lead to require sign off with <strong>DCO</strong> on each PR to contribute.</li> | ||
</ul> | ||
<h2 id="intended-audience">Intended Audience</h2> | ||
<ul> | ||
<li>This working group is meant to for startups as well as large organisations looking to build decentralized applications, collaborate on early-stage protocols/specifications, and innovate new ideas.</li> | ||
</ul> | ||
<h2 id="caveats">Caveats</h2> | ||
<ul> | ||
<li>No technology or code built in these Working Items is an endorsement by DIF.</li> | ||
</ul> | ||
<h2 id="additional-resources">Additional Resources:</h2> | ||
<ul> | ||
<li><a href="https://docs.google.com/spreadsheets/d/1wgccmMvIImx30qVE9GhRKWWv3vmL2ZyUauuKx3IfRmA/edit?gid=983396687#gid=983396687">Meeting Recordings</a></li> | ||
<li><a href="https://discord.gg/972yqVmD">Discord</a></li> | ||
<li><a href="https://github.com/decentralized-identity/labs">Github</a></li> | ||
<li><a href="https://docs.google.com/presentation/d/1P5MfXZWwF6Sowz9sR_We5qdSqqt6XYPV3Mdc0lGqY28/edit#slide=id.p">Beta cohort Kickoff</a></li> | ||
<li><a href="https://docs.google.com/presentation/d/1crZQGctcoTDtZlNqLH22IZir8G1gWQnPrHXodPnIqvE/edit?usp=sharing">IIW Slides</a></li> | ||
<li><a href="https://docs.google.com/presentation/d/1oiEoI-54GFUpgUj5x9Xk93xS_JpZu-8bWrL7_7ktTX4/edit?usp=sharing">DIF Labs WG</a></li> | ||
</ul> | ||
|
||
</div> | ||
|
||
<div class="tags"> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
</main> | ||
<footer> | ||
<footer> | ||
© 2025 DIF Labs. All rights reserved. | ||
</footer> | ||
|
||
|
||
</footer> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<title>Categories | DIF Labs</title> | ||
|
||
<link rel="stylesheet" href="/css/main.min.bc49a728c2967ff726b0e99073482b338c7aa7ea7bde493aae1870837e241613.css" integrity="sha256-vEmnKMKWf/cmsOmQc0grM4x6p+p73kk6rhhwg34kFhM=" crossorigin="anonymous"> | ||
|
||
|
||
|
||
<script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<header> | ||
<header> | ||
<div class="logo"> | ||
<span class="material-icons logo-icon">science</span> | ||
<a href="/"><h1>DIF Labs</h1></a> | ||
</div> | ||
<nav> | ||
<a href="/about">About</a> | ||
<a href="/posts">Posts</a> | ||
<a href="/directory">Knowledge Pool</a> | ||
<a href="https://discord.gg/xnDAFnBS" target="_blank" rel="noopener noreferrer" title="Join our Discord"> | ||
<img src="/imgs/discord-logo.svg" fill="#00ff00" alt="Discord" style="height: 24px;"> | ||
</a> | ||
<a href="https://github.com/decentralized-identity/labs" target="_blank" rel="noopener noreferrer" title="Visit our GitHub"> | ||
<img src="/imgs/github-logo.svg" fill="#00ff00" alt="GitHub" style="height: 24px;"> | ||
</a> | ||
</nav> | ||
</header> | ||
|
||
</header> | ||
<main> | ||
|
||
<style> | ||
.experiment-list { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 1em; | ||
} | ||
|
||
.experiment-card { | ||
display: block; | ||
text-decoration: none; | ||
color: inherit; | ||
border: 1px solid #ddd; | ||
border-radius: 5px; | ||
padding: 1em; | ||
transition: background-color 0.3s; | ||
} | ||
|
||
.experiment-card h2 { | ||
margin-bottom: 0em; | ||
} | ||
|
||
.experiment-card p { | ||
margin-top: 0em; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
.tags { | ||
margin-top: 0.5em; | ||
} | ||
|
||
.tags span { | ||
display: inline-block; | ||
background: #FFB000; | ||
color: #fff; | ||
font-size: 0.8rem; | ||
padding: 0.2em 0.5em; | ||
margin: 0.2em; | ||
border-radius: 3px; | ||
text-decoration: none; | ||
} | ||
|
||
.tags span:hover { | ||
background: #00ff00; | ||
} | ||
</style> | ||
<div class="experiment-list"> | ||
|
||
</div> | ||
|
||
</main> | ||
<footer> | ||
<footer> | ||
© 2025 DIF Labs. All rights reserved. | ||
</footer> | ||
|
||
|
||
</footer> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on DIF Labs</title> | ||
<link>http://localhost:1313/categories/</link> | ||
<description>Recent content in Categories on DIF Labs</description> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
1 change: 1 addition & 0 deletions
1
css/directory.min.00880ee1a919dd00f8538aa7340c11625c9da0abcf9ffcf1b6fdb0f74466d9ac.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
css/main.min.bc49a728c2967ff726b0e99073482b338c7aa7ea7bde493aae1870837e241613.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.