update metadata formatting \ homepage

This commit is contained in:
Infominer 2020-01-07 01:48:36 -05:00
parent bff34e56ed
commit c06c6e63c2
6 changed files with 27 additions and 14 deletions

View File

@ -23,15 +23,14 @@
alt="">
</div>
{% endif %}
<h2 class="archive__item-title" itemprop="headline">
<h3 class="archive__item-title" itemprop="headline">
{% if post.link %}
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | relative_url }}" rel="permalink"><i class="fas fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
{% else %}
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
{% endif %}
</h2>
<p class="page__meta"><strong>Tags:</strong> {% for tag in post.tags %}[<u>{{ tag }}</u>] {% endfor %}</p>
<p class="page__meta"><strong>Published:</strong> {{ post.date | date: "%Y-%m-%d" }} <strong>Modified:</strong> {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
</h3>
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
</article>
<p class="page__meta"><i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}<br><strong>Tags:</strong> {% for tag in post.tags %}[<u>{{ tag }}</u>] {% endfor %}<br><strong>Published:</strong> {{ post.date | date: "%Y-%m-%d" }} <strong>Modified:</strong> {{ post.last_modified_at }}</p><br>
</article>
</div>

View File

@ -39,7 +39,7 @@ layout: archive
{% for category in site.categories %}
{% if category[1].size == i %}
<section id="{{ category[0] | slugify | downcase }}" class="taxonomy__section">
<h2 class="archive__subtitle">{{ category[0] }}</h2>
<h3 class="archive__subtitle">{{ category[0] }}</h3>
<div class="entries-{{ page.entries_layout | default: 'list' }}">
{% for post in category.last %}
{% include archive-single.html type=page.entries_layout %}

View File

@ -134,6 +134,19 @@ Markus Sabadello began work on Project Danube, on the creation of an XDI based p
> IndieAuth is a standard decentralized authentication protocol that uses OAuth 2.0 and enables services to verify the identity of a user represented by a URL as well as to obtain an access token that can be used to access resources under the control of the user.. IndieAuth is ...
* [indieweb.org - timeline #2010](https://indieweb.org/timeline#2010)
## National Strategy for Trusted Identities in Cyberspace (NSTIC)
* [NATIONAL STRATEGY FORT RUSTED IDENTITIES IN CYBERSPACE](https://www.hsdl.org/?view&did=7010) (2011)
> * The **Identity Ecosystem Framework** is the overarching set of interoperability standards, risk models, privacy and liability policies, requirements, and accountability mechanisms that struc-ture the Identity Ecosystem
> * A **steering group** will administer the process for policy and standards development for the Identity Ecosystem Framework in accordance with the Guiding Principles in this Strategy The steering group will also ensure that accreditation authorities validate participants adherence to the requirements of the Identity Ecosystem Framework
> * A **trust framework** is developed by a community whose members have similar goals and perspectives It defines the rights and responsibilities of that communitys participants in the Identity Ecosystem; specifies the policies and standards specific to the community; and defines the community-specific processes and procedures that provide assurance A trust framework considers the level of risk associated with the transaction types of its participants; for example, for regulated industries, it could incorporate the requirements particular to that industryDifferent trust frameworks can exist within the Identity Ecosystem, and sets of participants can tailor trust frameworks to meet their particular needs In order to be a part of the Identity Ecosystem, all trust frameworks must still meet the baseline standards established by the Identity Ecosystem Framework
> * An **accreditation** authority assesses and validates identity providers, attribute providers, rely-ing parties, and identity media, ensuring that they all adhere to an agreed-upon trust framework. Accreditation authorities can issue trustmarks to the participants that they validate
> * A **trustmark scheme** is the combination of criteria that is measured to determine service provider compliance with the Identity Ecosystem Framework
* [NSTIC Implementation Hits an Important Milestone: The Identity Ecosystem Steering Group Exists!](https://www.nist.gov/blogs/cybersecurity-insights/nstic-implementation-hits-important-milestone-identity-ecosystem)
* [Identity Ecosystem Steering Group](https://web.archive.org/web/20131109233932/https://www.idecosystem.org/content/august-2012-plenary) - 8/2012
> Created to administer the development of policy, standards, and accreditation processes for the Identity Ecosystem Framework.
* [The Identity Ecosystem Steering Group (IDESG)](https://idesg.edufoundation.kantarainitiative.org/About/Overview.html)
## Respect Network
[Around 2011](https://web.archive.org/web/20121004035433/http://respectnetwork.com/respect-trust-framework), Respect Network began working to promote the idea of personal data clouds for the protection of personal information.

View File

@ -25,7 +25,7 @@
.archive__subtitle {
margin: 1.414em 0 0;
padding-bottom: 0.5em;
font-size: $type-size-5;
font-size: $type-size-4;
color: $muted-text-color;
border-bottom: 1px solid $border-color;
@ -65,6 +65,8 @@
.archive__item-excerpt {
margin-top: 0;
margin-bottom: 1px;
border-bottom: none;
font-size: $type-size-6;
& + p {
@ -117,8 +119,9 @@
.list__item {
.page__meta {
margin: 0 0 4px;
margin: 0 0 2px;
font-size: 0.6em;
border-bottom: none;
}
}

View File

@ -107,7 +107,7 @@ abbr[data-original-title] {
/* blockquotes */
blockquote {
margin: 0em 1em 0em 0;
margin: 1em 1em 1em 0;
padding-left: 1em;
padding-right: 1em;
font-style: italic;

View File

@ -45,12 +45,10 @@ classes: wide
<img src="https://i.imgur.com/9KpJRDr.png"/>
<h4>What is Decentralized ID?</h4>
<h2>What is Decentralized ID?</h2>
<p>The essence of Decentralized-ID is in creating open standards for a privacy preserving internet-wide identity layer — not owned by any one particular organization, but interoperable between all.</p>
<h4>Why Now?</h4>
<h3>Why Now?</h3>
<p>It's impossible to have a conversation about decentralized-id without discussing blockchain, self sovereign identity, standardization and frameworks, along with global privacy and digital identifiction regualtions:</p>
<ul>
@ -62,6 +60,6 @@ classes: wide
<ul><li>Efforts to commercialize its success and digest its technological breakthroughs, into something accessible to the global marketplace, have been seemingly limitless. </li></ul>
<ul><li>Global securities regulations, along with the open-source, decentralized, nature of blockchain, have limited the marketability of those efforts.</li></ul>
<li>The movement to <a href="https://sourcecrypto.pub/decentralized-web/">decentralize the web</a> and encourage proliferation of P2P technology also lends strength to efforts towards Decentralized Identity.</li>
<li>Over the past year, the movement for Self Sovereign Identity has shown itself to be the most likely chance of succeeding in the effort to build out solutions that satisfy the urge towards innovation, and find a way to use the world-changing technology.
<li>Over the past year, the movement for Self Sovereign Identity has shown itself to be the most likely chance of succeeding in the effort to build out solutions that satisfy the urge towards innovation: to develop, and implement, world-changing technology.
<ul><li>Collectively arrived at solutions are trending towards congruence with the spirit of innovation, privacy concerns, and compliance within the global regulatory landscape.</li></ul>
</ul>