add published and modified dates to archive-single

This commit is contained in:
Infominer 2020-01-06 07:40:30 -05:00
parent 76bd23c733
commit cfdac9416c
50 changed files with 71 additions and 5 deletions

View File

@ -30,7 +30,7 @@
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a> <a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
{% endif %} {% endif %}
</h2> </h2>
<p class="page__meta">Last Modified: {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</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>
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %} {% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
</article> </article>
</div> </div>

View File

@ -1,4 +1,5 @@
--- ---
date: 2018-11-15
layout : "single" layout : "single"
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet." description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
header: header:
@ -10,6 +11,7 @@ permalink: /awesome-decentralized-id/
canonical_url: https://decentralized-id.com/awesome-decentralized-id/ canonical_url: https://decentralized-id.com/awesome-decentralized-id/
published: true published: true
classes: wide classes: wide
redirect_to: https://decentralized-id.com
tags: ["Index"] tags: ["Index"]
last_modified_at: 2019-07-08 last_modified_at: 2019-07-08
--- ---

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-11
layout: single layout: single
title: SSI-DID Github Repositories title: SSI-DID Github Repositories
description: "A start at listing all DID-SSI related GitHub Repositories." description: "A start at listing all DID-SSI related GitHub Repositories."
@ -13,10 +14,9 @@ toc_sticky: false
categories: ["Code","Specs-Standards"] categories: ["Code","Specs-Standards"]
tags: ["ID2020","Danube","W3C","XDI","OASIS","Digital Bazaar","Rebooting WoT","JSON-LD"," tags: ["ID2020","Danube","W3C","XDI","OASIS","Digital Bazaar","Rebooting WoT","JSON-LD","
Credentials Community Group","RDF","Veres One"] Credentials Community Group","RDF","Veres One"]
last_modified_at: 2019-03-15
--- ---
Please send [a message](../index.html#contact), open an issue or submit a pull-request with any suggestions\recommendations.
[![](https://i.imgur.com/rsGOVgt.png)](https://internetidentityworkshop.com/) [![](https://i.imgur.com/rsGOVgt.png)](https://internetidentityworkshop.com/)
## /project-danube ## /project-danube

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-13
title: SSI and DID Related Media title: SSI and DID Related Media
layout: single layout: single
permalink: media/ permalink: media/
@ -6,6 +7,7 @@ canonical_url: 'https://decentralized-id.com/media/'
redirect_from: media redirect_from: media
categories: ["Multi-Media"] categories: ["Multi-Media"]
tags: ["Specs-Standards","uPort","MyData"] tags: ["Specs-Standards","uPort","MyData"]
last_modified_at: 2019-03-13
--- ---

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-04-10
title: DID Adoption title: DID Adoption
layout: single layout: single
classes: wide classes: wide
@ -8,6 +9,7 @@ canonical_url: 'https://decentralized-id.com/adoption/'
redirect_from: adoption redirect_from: adoption
categories: ["Adoption"] categories: ["Adoption"]
tags: ["DID","BTCR","Blockstack","ERC725","IPID","lifeID","Dominode","Ontology","Ockam","JLinc","ION","ETHR","Jolocom","Veres One"] tags: ["DID","BTCR","Blockstack","ERC725","IPID","lifeID","Dominode","Ontology","Ockam","JLinc","ION","ETHR","Jolocom","Veres One"]
last_modified_at: 2019-04-10
--- ---
**[DID Method Registry](https://w3c-ccg.github.io/did-method-registry/#the-registry)** **[DID Method Registry](https://w3c-ccg.github.io/did-method-registry/#the-registry)**

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-04-11
title: Decentralized-ID Workshops title: Decentralized-ID Workshops
layout: single layout: single
classes: wide classes: wide
@ -8,6 +9,7 @@ canonical_url: 'https://decentralized-id.com/workshops/'
redirect_from: workshops redirect_from: workshops
categories: ["Workshops"] categories: ["Workshops"]
tags: ["IIW","Rebooting WoT"] tags: ["IIW","Rebooting WoT"]
last_modified_at: 2019-06-12
--- ---
![](https://www.yubico.com/wp-content/uploads/2013/10/IIW-blog.jpg) ![](https://www.yubico.com/wp-content/uploads/2013/10/IIW-blog.jpg)

View File

@ -1,10 +1,12 @@
--- ---
date: 2019-06-03
title: "FreeNode IRC #indieweb-dev on IIW RWoT and DID's" title: "FreeNode IRC #indieweb-dev on IIW RWoT and DID's"
description: "Conversation about RWoT and DIDs at #indieweb-dev on Freenode" description: "Conversation about RWoT and DIDs at #indieweb-dev on Freenode"
date: "2019-06-03T11:22:33-23:00" date: "2019-06-03T11:22:33-23:00"
categories: ["Specs-Standards"] categories: ["Specs-Standards"]
tags: ["P2P", "IndieAuth","IndieWeb","Rebooting WoT", "IIW","DID"] tags: ["P2P", "IndieAuth","IndieWeb","Rebooting WoT", "IIW","DID"]
permalink: /specs-standards/indieweb-dev-on-did/ permalink: /specs-standards/indieweb-dev-on-did/
last_modified_at: 2019-06-03
--- ---
## Contents ## Contents

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-11
title: Bitcoin Identity Standards and Applications title: Bitcoin Identity Standards and Applications
layout: single layout: single
classes: wide classes: wide

View File

@ -1,10 +1,12 @@
--- ---
date: 2019-04-11
title: Assorted Blockchain Identity Initiatives title: Assorted Blockchain Identity Initiatives
layout: single layout: single
classes: wide classes: wide
permalink: /blockchain/ permalink: /blockchain/
categories: ["Blockchain"] categories: ["Blockchain"]
tags: ["Blockpass","Ontology","Blockstack","Handshake","Democracy Earth"] tags: ["Blockpass","Ontology","Blockstack","Handshake","Democracy Earth"]
last_modified_at: 2019-04-11
--- ---

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-27
title: Cryptonomica title: Cryptonomica
layout: single layout: single
classes: wide classes: wide

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-28
title: uPort title: uPort
layout: single layout: single
classes: wide classes: wide

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-05
title : "Ethereum Identity Specs and Apps" title : "Ethereum Identity Specs and Apps"
description : "A Collection of Ethereum-based Decentralized Identity Specs, Literature, (d)Apps, and GitHub Repositories." description : "A Collection of Ethereum-based Decentralized Identity Specs, Literature, (d)Apps, and GitHub Repositories."
image : "https://decentralized-id.com/images/ethereum.png" image : "https://decentralized-id.com/images/ethereum.png"

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-26
title: Ethereum Decentralized-Identity Github Repositories title: Ethereum Decentralized-Identity Github Repositories
layout: single layout: single
permalink: ethereum/id-github/ permalink: ethereum/id-github/

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-04
layout: single layout: single
title: "Pre-history and resources for further exploration." title: "Pre-history and resources for further exploration."
description: "As computers began to proliferate, concern grew over our lack of control over our personal information. Naturally arising through this concern, is to consider ways an individual might have ownership over their personal idenitifier that relates with our personal data." description: "As computers began to proliferate, concern grew over our lack of control over our personal information. Naturally arising through this concern, is to consider ways an individual might have ownership over their personal idenitifier that relates with our personal data."

View File

@ -1,4 +1,5 @@
--- ---
date: 2020-01-01
title: "History (2000-2009) Augmented Social Network - Laws of Identity - User Centric" title: "History (2000-2009) Augmented Social Network - Laws of Identity - User Centric"
layout: single layout: single
permalink: /history/2000-2009/ permalink: /history/2000-2009/

View File

@ -1,4 +1,5 @@
--- ---
date: 2020-01-02
title: "History (2010-2014) Personal Data: Emergence of a New Assets Class" title: "History (2010-2014) Personal Data: Emergence of a New Assets Class"
layout: single layout: single
permalink: /history/2010-2014/ permalink: /history/2010-2014/

View File

@ -1,4 +1,5 @@
--- ---
date: 2020-01-03
title: "History (2015-2019) Emergence of Blockchain for Identity and the United Nations" title: "History (2015-2019) Emergence of Blockchain for Identity and the United Nations"
layout: single layout: single
permalink: /history/2015-2019/ permalink: /history/2015-2019/

View File

@ -1,4 +1,5 @@
--- ---
date: 2018-12-13
layout: single layout: single
title: "Hyperledger Indy Resources" title: "Hyperledger Indy Resources"
description: "A growing collection of educational resources related to Hyperledger Indy, the Sovrin Foundation, and Evernym." description: "A growing collection of educational resources related to Hyperledger Indy, the Sovrin Foundation, and Evernym."

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-01-28
title: Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy title: Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy
description: Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018 description: Transcript of Presentation by John Jordan and Stephen Curran at HGF 2018
image: "https://infominer.xyz/transcripts/assets/img/OrgBook-Hyperledger-Indy-Case-Study.png" image: "https://infominer.xyz/transcripts/assets/img/OrgBook-Hyperledger-Indy-Case-Study.png"

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-02-27
title: Microledgers and Edge-Chains - A Primer title: Microledgers and Edge-Chains - A Primer
description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018 description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018
image: "https://i.imgur.com/qbVl47T.png" image: "https://i.imgur.com/qbVl47T.png"

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-05
title: Evernym-Sovrin-Indy Adoption title: Evernym-Sovrin-Indy Adoption
layout: single layout: single
classes: wide classes: wide
@ -13,6 +14,7 @@ sidebar:
nav: "sovnav" nav: "sovnav"
categories: ["Sovrin Foundation","Hyperledger Foundation","Adoption"] categories: ["Sovrin Foundation","Hyperledger Foundation","Adoption"]
tags: ["Evernym","Indy","RDF","IOT","Financial Services"] tags: ["Evernym","Indy","RDF","IOT","Financial Services"]
last_modified_at: 2019-03-05
--- ---
*Needs to be split according to focus Evernym \ Sovrin \ Indy. *Needs to be split according to focus Evernym \ Sovrin \ Indy.

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-08
title: Indy Github Repositories title: Indy Github Repositories
layout: single layout: single
permalink: hyperledger/indy/github/ permalink: hyperledger/indy/github/
@ -13,6 +14,7 @@ sidebar:
toc: false toc: false
categories: ["Hyperledger Foundation","Code"] categories: ["Hyperledger Foundation","Code"]
tags: ["Anoncreds","Indy","Ursa","Aries"] tags: ["Anoncreds","Indy","Ursa","Aries"]
last_modified_at: 2019-03-08
--- ---
<!-- Every company or organization using indy code should be listed in tags, above --> <!-- Every company or organization using indy code should be listed in tags, above -->

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-06
title: Hyperledger Global Forum-2018 title: Hyperledger Global Forum-2018
layout: single layout: single
classes: wide classes: wide
@ -10,6 +11,7 @@ redirect_from:
- hgf-2018/ - hgf-2018/
categories: ["Hyperledger Foundation","Presentations"] categories: ["Hyperledger Foundation","Presentations"]
tags: ["Hyperledger Global Forum","GDPR"] tags: ["Hyperledger Global Forum","GDPR"]
last_modified_at: 2019-03-06
--- ---
For Identity Related Presentations at HGF-2018 For Identity Related Presentations at HGF-2018

View File

@ -1,4 +1,5 @@
--- ---
date: 2018-12-18
title: A Comparison Between SSI Principles, and Characteristics title: A Comparison Between SSI Principles, and Characteristics
layout: single layout: single
classes: wide classes: wide

View File

@ -1,4 +1,5 @@
--- ---
date: 2018-12-19
title: How would self-sovereign identity work for the user? title: How would self-sovereign identity work for the user?
layout: single layout: single
classes: wide classes: wide

View File

@ -1,4 +1,5 @@
--- ---
date: 2018-12-21
title : "Self Sovereign Identity (SSI)" title : "Self Sovereign Identity (SSI)"
description : Literature associated with the Fundamentals of Self-Sovereign Identity. description : Literature associated with the Fundamentals of Self-Sovereign Identity.
image : "https://decentralized-id.com/images/sovereign-identity.png" image : "https://decentralized-id.com/images/sovereign-identity.png"

View File

@ -1,4 +1,5 @@
--- ---
date: 2018-12-22
title: "The Evolution of Self Sovereign Identity (Draft Seeking Feedback)" title: "The Evolution of Self Sovereign Identity (Draft Seeking Feedback)"
description: A start at examining leading thought around SSI since 2016, and presenting the idea of "modularizing" essential components of SSI documentation. description: A start at examining leading thought around SSI since 2016, and presenting the idea of "modularizing" essential components of SSI documentation.
layout: single layout: single

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-02
layout: single layout: single
title: Rebooting Web Of Trust - Papers and Advance Readings Index title: Rebooting Web Of Trust - Papers and Advance Readings Index
description: "A reasonably complete listing of #RebootingWebOfTrust Papers, Topics, and Advance Readings" description: "A reasonably complete listing of #RebootingWebOfTrust Papers, Topics, and Advance Readings"
@ -14,6 +15,7 @@ redirect_from:
toc_sticky: false toc_sticky: false
categories: ["Literature","Workshops"] categories: ["Literature","Workshops"]
tags: ["Rebooting WoT","Bitcoin","Ethereum","Blockcerts","DID","DPKI","Verifiable Credentials","Blockstack", "JSON-LD", "Hubs","Self Sovereign Identity","eIDAS","Blockcerts","GDPR","PGP","Veres One"] tags: ["Rebooting WoT","Bitcoin","Ethereum","Blockcerts","DID","DPKI","Verifiable Credentials","Blockstack", "JSON-LD", "Hubs","Self Sovereign Identity","eIDAS","Blockcerts","GDPR","PGP","Veres One"]
last_modified_at: 2019-07-07
--- ---
I wanted a list of all RWoT papers in one place, rather than having to directory hop to look for what I need. I'll be adding a short exerpt to each advance reading and then turning this into a database, so that it's easily searchable. I wanted a list of all RWoT papers in one place, rather than having to directory hop to look for what I need. I'll be adding a short exerpt to each advance reading and then turning this into a database, so that it's easily searchable.

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-05
title: Sovrin Related Literature and Media title: Sovrin Related Literature and Media
layout: single layout: single
permalink: /literature/Sovrin/ permalink: /literature/Sovrin/
@ -12,6 +13,7 @@ sidebar:
nav: "sovnav" nav: "sovnav"
categories: ["Literature", "Sovrin Foundation"] categories: ["Literature", "Sovrin Foundation"]
tags: ["Indy","Evernym","GDPR"] tags: ["Indy","Evernym","GDPR"]
last_modified_at: 2019-07-13
--- ---
## Contents ## Contents

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-11
title: Identity Articles, Research and Literature title: Identity Articles, Research and Literature
layout: single layout: single
permalink: literature/ permalink: literature/
@ -6,6 +7,7 @@ canonical_url: 'https://decentralized-id.com/literature'
redirect_from: literature redirect_from: literature
categories: ["Literature"] categories: ["Literature"]
tags: ["DPKI","Rebooting WoT","Self Sovereign Identity","WEF","ID2020"] tags: ["DPKI","Rebooting WoT","Self Sovereign Identity","WEF","ID2020"]
last_modified_at: 2019-07-11
--- ---

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-06
title: DID-SSI Organizations title: DID-SSI Organizations
layout: single layout: single
permalink: organizations/ permalink: organizations/
@ -6,6 +7,7 @@ canonical_url: 'https://decentralized-id.com/organizations/'
redirect_from: organizations redirect_from: organizations
categories: ["Organizations"] categories: ["Organizations"]
tags: ["Index"] tags: ["Index"]
last_modified_at: 2019-07-11
--- ---
work in progress.... work in progress....

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-07
title: Decentralized Identity Foundation - DIF title: Decentralized Identity Foundation - DIF
layout: single layout: single
permalink: organizations/identity-foundation/ permalink: organizations/identity-foundation/
@ -9,6 +10,7 @@ redirect_from:
categories: ["Organizations"] categories: ["Organizations"]
tags: tags:
- "DIF" - "DIF"
last_modified_at: 2019-07-19
--- ---
>A key piece of the decentralized identity equation is how people, organizations, and devices can be identified and located without centralized systems of identifiers (e.g. email addresses). DIF members are actively working on protocols and implementations that enable creation, resolution, and discovery of decentralized identifiers and names across decentralized systems, like blockchains and distributed ledgers. >A key piece of the decentralized identity equation is how people, organizations, and devices can be identified and located without centralized systems of identifiers (e.g. email addresses). DIF members are actively working on protocols and implementations that enable creation, resolution, and discovery of decentralized identifiers and names across decentralized systems, like blockchains and distributed ledgers.

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-09
title: The Sovrin Foundation title: The Sovrin Foundation
layout: single layout: single
classes: wide classes: wide
@ -13,6 +14,7 @@ redirect_from:
- organizations/sovrin-foundation - organizations/sovrin-foundation
categories: ["Organizations","Sovrin Foundation"] categories: ["Organizations","Sovrin Foundation"]
tags: ["Indy","VON"] tags: ["Indy","VON"]
last_modified_at: 2019-07-13
--- ---
![](https://www.evernym.com/wp-content/uploads/2017/04/logo-large.png) ![](https://www.evernym.com/wp-content/uploads/2017/04/logo-large.png)

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-04-04
title: MyData title: MyData
layout: single layout: single
classes: wide classes: wide

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-07-15
title: "Women in Identity - @WomeninID" title: "Women in Identity - @WomeninID"
categories: ["Organizations"] categories: ["Organizations"]
tags: ["WomeninID","GDPR"] tags: ["WomeninID","GDPR"]

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-04-01
title: SSI-Meetup title: SSI-Meetup
layout: single layout: single
permalink: organizations/ssi-meetup/ permalink: organizations/ssi-meetup/

View File

@ -1,10 +1,11 @@
--- ---
date: 2019-07-20
title: SSI-Meetup on Open Standards and Implementations title: SSI-Meetup on Open Standards and Implementations
layout: single layout: single
permalink: organizations/ssi-meetup/open-specs/ permalink: organizations/ssi-meetup/open-specs/
canonical_url: 'https://decentralized-id.com/organizations/ssi-meetup/open-specs/' canonical_url: 'https://decentralized-id.com/organizations/ssi-meetup/open-specs/'
redirect_from: organizations/ssi-meetup/open-standards/ redirect_from: organizations/ssi-meetup/open-standards/
categories: ["Specs-Standards"] categories: ["Specs-Standards","Multi-Media"]
tags: ["SSI-Meetup","DID","BTCR","Verifiable Credentials","W3C","DKMS"] tags: ["SSI-Meetup","DID","BTCR","Verifiable Credentials","W3C","DKMS"]
last_modified_at: 2019-07-20 last_modified_at: 2019-07-20
toc_sticky: false toc_sticky: false

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-06
title: IBM Identity title: IBM Identity
layout: single layout: single
classes: wide classes: wide
@ -11,6 +12,7 @@ redirect_from:
- /private-sector/ibm - /private-sector/ibm
categories: ["Private-sector"] categories: ["Private-sector"]
tags: ["IBM"] tags: ["IBM"]
last_modified_at: 2019-03-06
--- ---
![](https://i.imgur.com/CvZI7R1.png) ![](https://i.imgur.com/CvZI7R1.png)

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-08
title: Microsoft Identity title: Microsoft Identity
layout: single layout: single
permalink: id-initiatives/microsoft/ permalink: id-initiatives/microsoft/

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-27
title: Project Danube title: Project Danube
layout: single layout: single
permalink: /private-sector/danube-tech/ permalink: /private-sector/danube-tech/

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-01
title: State Sponsored Identity Initiatives title: State Sponsored Identity Initiatives
layout: single layout: single
permalink: public-sector/ permalink: public-sector/
@ -11,6 +12,7 @@ redirect_from:
- state-sponsored - state-sponsored
categories: ["Blockchain","Public Sector"] categories: ["Blockchain","Public Sector"]
tags: ["VON","Evernym","uPort","DHS-SBIR"] tags: ["VON","Evernym","uPort","DHS-SBIR"]
last_modified_at: 2019-03-01
--- ---
* [Identity Validation as a Public Sector Digital Service?](https://blog.aniljohn.com/2014/07/identity-validation-as-a-public-sector-digital-service.html) * [Identity Validation as a Public Sector Digital Service?](https://blog.aniljohn.com/2014/07/identity-validation-as-a-public-sector-digital-service.html)

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-05
title: BCGov's Verifiable Organizations Network title: BCGov's Verifiable Organizations Network
layout: single layout: single
permalink: public-sector/von/ permalink: public-sector/von/
@ -14,6 +15,7 @@ sidebar:
nav: "sovnav" nav: "sovnav"
categories: ["Sovrin Foundation","Hyperledger Foundation"] categories: ["Sovrin Foundation","Hyperledger Foundation"]
tags: ["VON","Indy","Pan Canadian Trust Framework","Public Sector"] tags: ["VON","Indy","Pan Canadian Trust Framework","Public Sector"]
last_modified_at: 2019-03-05
--- ---

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-01
title: The General Data Protection Regulation (GDPR) of the European Union title: The General Data Protection Regulation (GDPR) of the European Union
layout: single layout: single
classes: wide classes: wide

View File

@ -1,11 +1,12 @@
--- ---
date: 2020-01-06
title: eIDAS - European Electronic Identification and Trust Services title: eIDAS - European Electronic Identification and Trust Services
excerpt: This Regulation seeks to enhance trust in electronic transactions in the internal market by providing a common foundation for secure electronic interaction between citizens, businesses and public authorities, thereby increasing the effectiveness of public and private online services, electronic business and electronic commerce in the Union. excerpt: This Regulation seeks to enhance trust in electronic transactions in the internal market by providing a common foundation for secure electronic interaction between citizens, businesses and public authorities, thereby increasing the effectiveness of public and private online services, electronic business and electronic commerce in the Union.
categories: ["Regulation"] categories: ["Regulation"]
tags: ["eIDAS"] tags: ["eIDAS"]
canonical_url: 'https://decentralized-id.com/regulation/edias/' canonical_url: 'https://decentralized-id.com/regulation/edias/'
permalink: regulation/eidas/ permalink: regulation/eidas/
last_modified_at: 2020-01-05 last_modified_at: 2020-01-06
--- ---
## eID ## eID

View File

@ -1,4 +1,5 @@
--- ---
date: 2020-01-06
title: Global Digital Identity and Privacy Regulations title: Global Digital Identity and Privacy Regulations
permalink: /regulation/ permalink: /regulation/
toc: false toc: false

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-03
title: DID Related Web Standards title: DID Related Web Standards
layout: single layout: single
permalink: specs-standards/ permalink: specs-standards/

View File

@ -1,4 +1,5 @@
--- ---
date: 2019-03-15
title: XDI title: XDI
layout: single layout: single
permalink: /specs-standards/xdi/ permalink: /specs-standards/xdi/
@ -8,6 +9,7 @@ redirect_from:
- standards/xdi/ - standards/xdi/
categories: ["Specs-Standards"] categories: ["Specs-Standards"]
tags: ["XDI","Danube","OASIS"] tags: ["XDI","Danube","OASIS"]
last_modified_at: 2019-03-15
--- ---
* [tutorial.xdi2.org](https://tutorial.xdi2.org) * [tutorial.xdi2.org](https://tutorial.xdi2.org)

View File

@ -1,10 +1,12 @@
--- ---
date: 2020-01-04
title: JSON-LD title: JSON-LD
layout: single layout: single
permalink: /specs-standards/JSON-LD/ permalink: /specs-standards/JSON-LD/
canonical_url: 'https://decentralized-id.com/specs-standards/JSON-LD/' canonical_url: 'https://decentralized-id.com/specs-standards/JSON-LD/'
categories: ["Specs-Standards"] categories: ["Specs-Standards"]
tags: ["Digital Bazaar","RDF","JSON-LD","Credentials Community Group","Veres One"] tags: ["Digital Bazaar","RDF","JSON-LD","Credentials Community Group","Veres One"]
last_modified_at: 2020-01-05
--- ---
[Publishing JSON-LD for Developers](https://datalanguage.com/news/publishing-json-ld-for-developers) - [Hacker News](https://news.ycombinator.com/item?id=17021939) [Publishing JSON-LD for Developers](https://datalanguage.com/news/publishing-json-ld-for-developers) - [Hacker News](https://news.ycombinator.com/item?id=17021939)