From dfa88c73a11e73df3f783fe12cb47d2963956aa4 Mon Sep 17 00:00:00 2001 From: Infominer Date: Mon, 6 Jan 2020 07:40:30 -0500 Subject: [PATCH] add published and modified dates to archive-single --- _includes/archive-single.html | 2 +- .../redirects}/2019-03-06-humanitarian.md | 0 .../redirects/awesome-decentralized-id.md | 2 ++ _posts/2019-03-11-identity-github.md | 4 ++-- _posts/2019-03-13-media.md | 2 ++ _posts/2019-04-10-adoption.md | 2 ++ _posts/2019-04-11-workshops.md | 2 ++ _posts/2019-06-03-indieweb-dev-on-did.md | 2 ++ _posts/{organizations/ssi-meetup => }/2019-07-19-use-cases.md | 0 _posts/blockchain/2019-03-11-bitcoin.md | 1 + .../blockchain/2019-04-11-blockchain-identity-initiatives.md | 2 ++ _posts/blockchain/application/2019-03-27-cryptonomica.md | 1 + _posts/blockchain/application/2019-03-28-uport.md | 1 + _posts/blockchain/ethereum/2019-03-05-ethereum.md | 1 + _posts/blockchain/ethereum/2019-03-26-eth-id-github.md | 1 + _posts/history/2019-03-04-pre-history-and-resources.md | 1 + _posts/history/2020-01-01-user-centric-2000s.md | 1 + _posts/history/2020-01-02-personal-data-2010-15.md | 1 + _posts/history/2020-01-03-blockchain-2015-19.md | 1 + _posts/hyperledger/2018-12-13-awesome-indy.md | 1 + .../2019-01-28-VerifiableOrganizationsNetwork-HGF.md | 1 + .../2019-02-27-Microledgers-Edgechains-Hardman-HGF.md | 1 + _posts/hyperledger/2019-03-05-adoption.md | 2 ++ _posts/hyperledger/2019-03-08-indy-github.md | 2 ++ .../hyperledger/2019-03-16-Hyperledger-Global-Forum-2018.md | 2 ++ .../2018-12-18-ssi-principles-vs-characteristics.md | 1 + _posts/literature/2018-12-19-user-experience.md | 1 + _posts/literature/2018-12-21-self-sovereign-identity.md | 1 + _posts/literature/2018-12-22-evolution-of-ssi.md | 1 + _posts/literature/2019-03-02-rebooting-web-of-trust.md | 2 ++ _posts/literature/2019-03-05-sovrin-literature.md | 2 ++ _posts/literature/2019-03-11-literature.md | 2 ++ _posts/organizations/2019-03-06-organizations.md | 2 ++ _posts/organizations/2019-03-07-identity-foundation.md | 2 ++ _posts/organizations/2019-03-09-sovrin-foundation.md | 2 ++ _posts/organizations/2019-04-04-mydata.md | 1 + _posts/organizations/2019-07-15-women-in-identity.md | 1 + _posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md | 1 + _posts/organizations/ssi-meetup/2019-07-20-open-standards.md | 3 ++- _posts/private-sector/2019-03-06-ibm.md | 2 ++ _posts/private-sector/2019-03-08-microsoft.md | 1 + _posts/private-sector/2019-03-27-danube.md | 1 + _posts/public-sector/2019-03-01-public-sector.md | 2 ++ _posts/public-sector/2019-03-05-VON.md | 2 ++ _posts/regulation/2019-03-01-gdpr.md | 1 + _posts/regulation/2020-01-06-eIDAS.md | 3 ++- _posts/regulation/2020-01-06-regulation.md | 1 + _posts/specs-standards/2019-03-03-specs-standards.md | 1 + _posts/specs-standards/2019-03-15-xdi.md | 2 ++ _posts/specs-standards/2020-01-04-JSON-LD.md | 2 ++ 50 files changed, 71 insertions(+), 5 deletions(-) rename {_posts/organizations => _pages/redirects}/2019-03-06-humanitarian.md (100%) rename _posts/2018-11-15-awesome-decentralized-id.md => _pages/redirects/awesome-decentralized-id.md (99%) rename _posts/{organizations/ssi-meetup => }/2019-07-19-use-cases.md (100%) diff --git a/_includes/archive-single.html b/_includes/archive-single.html index e64bdb8e..39205e38 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -30,7 +30,7 @@ {{ title }} {% endif %} -

Last Modified: {{ post.last_modified_at }} {% include read-time.html %}

+

Published: {{ post.date | date: "%Y-%m-%d" }} Modified: {{ post.last_modified_at }} {% include read-time.html %}

{% if post.excerpt %}

{{ post.excerpt | markdownify | strip_html | truncate: 160 }}

{% endif %} diff --git a/_posts/organizations/2019-03-06-humanitarian.md b/_pages/redirects/2019-03-06-humanitarian.md similarity index 100% rename from _posts/organizations/2019-03-06-humanitarian.md rename to _pages/redirects/2019-03-06-humanitarian.md diff --git a/_posts/2018-11-15-awesome-decentralized-id.md b/_pages/redirects/awesome-decentralized-id.md similarity index 99% rename from _posts/2018-11-15-awesome-decentralized-id.md rename to _pages/redirects/awesome-decentralized-id.md index 179ee561..74b8a046 100644 --- a/_posts/2018-11-15-awesome-decentralized-id.md +++ b/_pages/redirects/awesome-decentralized-id.md @@ -1,4 +1,5 @@ --- +date: 2018-11-15 layout : "single" description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet." header: @@ -10,6 +11,7 @@ permalink: /awesome-decentralized-id/ canonical_url: https://decentralized-id.com/awesome-decentralized-id/ published: true classes: wide +redirect_to: https://decentralized-id.com tags: ["Index"] last_modified_at: 2019-07-08 --- diff --git a/_posts/2019-03-11-identity-github.md b/_posts/2019-03-11-identity-github.md index b8674a68..ba10258d 100644 --- a/_posts/2019-03-11-identity-github.md +++ b/_posts/2019-03-11-identity-github.md @@ -1,4 +1,5 @@ --- +date: 2019-03-11 layout: single title: SSI-DID Github Repositories description: "A start at listing all DID-SSI related GitHub Repositories." @@ -13,10 +14,9 @@ toc_sticky: false categories: ["Code","Specs-Standards"] tags: ["ID2020","Danube","W3C","XDI","OASIS","Digital Bazaar","Rebooting WoT","JSON-LD"," 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/) ## /project-danube diff --git a/_posts/2019-03-13-media.md b/_posts/2019-03-13-media.md index c8623a29..5be2a74f 100644 --- a/_posts/2019-03-13-media.md +++ b/_posts/2019-03-13-media.md @@ -1,4 +1,5 @@ --- +date: 2019-03-13 title: SSI and DID Related Media layout: single permalink: media/ @@ -6,6 +7,7 @@ canonical_url: 'https://decentralized-id.com/media/' redirect_from: media categories: ["Multi-Media"] tags: ["Specs-Standards","uPort","MyData"] +last_modified_at: 2019-03-13 --- diff --git a/_posts/2019-04-10-adoption.md b/_posts/2019-04-10-adoption.md index 46641555..22e4158a 100644 --- a/_posts/2019-04-10-adoption.md +++ b/_posts/2019-04-10-adoption.md @@ -1,4 +1,5 @@ --- +date: 2019-04-10 title: DID Adoption layout: single classes: wide @@ -8,6 +9,7 @@ canonical_url: 'https://decentralized-id.com/adoption/' redirect_from: adoption categories: ["Adoption"] 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)** diff --git a/_posts/2019-04-11-workshops.md b/_posts/2019-04-11-workshops.md index aa94ca84..f58d8170 100644 --- a/_posts/2019-04-11-workshops.md +++ b/_posts/2019-04-11-workshops.md @@ -1,4 +1,5 @@ --- +date: 2019-04-11 title: Decentralized-ID Workshops layout: single classes: wide @@ -8,6 +9,7 @@ canonical_url: 'https://decentralized-id.com/workshops/' redirect_from: workshops categories: ["Workshops"] tags: ["IIW","Rebooting WoT"] +last_modified_at: 2019-06-12 --- ![](https://www.yubico.com/wp-content/uploads/2013/10/IIW-blog.jpg) diff --git a/_posts/2019-06-03-indieweb-dev-on-did.md b/_posts/2019-06-03-indieweb-dev-on-did.md index bee5a984..a9855d3d 100644 --- a/_posts/2019-06-03-indieweb-dev-on-did.md +++ b/_posts/2019-06-03-indieweb-dev-on-did.md @@ -1,10 +1,12 @@ --- +date: 2019-06-03 title: "FreeNode IRC #indieweb-dev on IIW RWoT and DID's" description: "Conversation about RWoT and DIDs at #indieweb-dev on Freenode" date: "2019-06-03T11:22:33-23:00" categories: ["Specs-Standards"] tags: ["P2P", "IndieAuth","IndieWeb","Rebooting WoT", "IIW","DID"] permalink: /specs-standards/indieweb-dev-on-did/ +last_modified_at: 2019-06-03 --- ## Contents diff --git a/_posts/organizations/ssi-meetup/2019-07-19-use-cases.md b/_posts/2019-07-19-use-cases.md similarity index 100% rename from _posts/organizations/ssi-meetup/2019-07-19-use-cases.md rename to _posts/2019-07-19-use-cases.md diff --git a/_posts/blockchain/2019-03-11-bitcoin.md b/_posts/blockchain/2019-03-11-bitcoin.md index 0456df3f..cf63cf85 100644 --- a/_posts/blockchain/2019-03-11-bitcoin.md +++ b/_posts/blockchain/2019-03-11-bitcoin.md @@ -1,4 +1,5 @@ --- +date: 2019-03-11 title: Bitcoin Identity Standards and Applications layout: single classes: wide diff --git a/_posts/blockchain/2019-04-11-blockchain-identity-initiatives.md b/_posts/blockchain/2019-04-11-blockchain-identity-initiatives.md index 933050cc..09c9881e 100644 --- a/_posts/blockchain/2019-04-11-blockchain-identity-initiatives.md +++ b/_posts/blockchain/2019-04-11-blockchain-identity-initiatives.md @@ -1,10 +1,12 @@ --- +date: 2019-04-11 title: Assorted Blockchain Identity Initiatives layout: single classes: wide permalink: /blockchain/ categories: ["Blockchain"] tags: ["Blockpass","Ontology","Blockstack","Handshake","Democracy Earth"] +last_modified_at: 2019-04-11 --- diff --git a/_posts/blockchain/application/2019-03-27-cryptonomica.md b/_posts/blockchain/application/2019-03-27-cryptonomica.md index 67f9a570..65409e07 100644 --- a/_posts/blockchain/application/2019-03-27-cryptonomica.md +++ b/_posts/blockchain/application/2019-03-27-cryptonomica.md @@ -1,4 +1,5 @@ --- +date: 2019-03-27 title: Cryptonomica layout: single classes: wide diff --git a/_posts/blockchain/application/2019-03-28-uport.md b/_posts/blockchain/application/2019-03-28-uport.md index 56e4035b..d20a0b1e 100644 --- a/_posts/blockchain/application/2019-03-28-uport.md +++ b/_posts/blockchain/application/2019-03-28-uport.md @@ -1,4 +1,5 @@ --- +date: 2019-03-28 title: uPort layout: single classes: wide diff --git a/_posts/blockchain/ethereum/2019-03-05-ethereum.md b/_posts/blockchain/ethereum/2019-03-05-ethereum.md index f0c2b7cf..0716ca5b 100644 --- a/_posts/blockchain/ethereum/2019-03-05-ethereum.md +++ b/_posts/blockchain/ethereum/2019-03-05-ethereum.md @@ -1,4 +1,5 @@ --- +date: 2019-03-05 title : "Ethereum Identity Specs and Apps" description : "A Collection of Ethereum-based Decentralized Identity Specs, Literature, (d)Apps, and GitHub Repositories." image : "https://decentralized-id.com/images/ethereum.png" diff --git a/_posts/blockchain/ethereum/2019-03-26-eth-id-github.md b/_posts/blockchain/ethereum/2019-03-26-eth-id-github.md index fb285e39..42b88947 100644 --- a/_posts/blockchain/ethereum/2019-03-26-eth-id-github.md +++ b/_posts/blockchain/ethereum/2019-03-26-eth-id-github.md @@ -1,4 +1,5 @@ --- +date: 2019-03-26 title: Ethereum Decentralized-Identity Github Repositories layout: single permalink: ethereum/id-github/ diff --git a/_posts/history/2019-03-04-pre-history-and-resources.md b/_posts/history/2019-03-04-pre-history-and-resources.md index f84569c2..7d458982 100644 --- a/_posts/history/2019-03-04-pre-history-and-resources.md +++ b/_posts/history/2019-03-04-pre-history-and-resources.md @@ -1,4 +1,5 @@ --- +date: 2019-03-04 layout: single 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." diff --git a/_posts/history/2020-01-01-user-centric-2000s.md b/_posts/history/2020-01-01-user-centric-2000s.md index f8a8c73e..54485ee7 100644 --- a/_posts/history/2020-01-01-user-centric-2000s.md +++ b/_posts/history/2020-01-01-user-centric-2000s.md @@ -1,4 +1,5 @@ --- +date: 2020-01-01 title: "History (2000-2009) Augmented Social Network - Laws of Identity - User Centric" layout: single permalink: /history/2000-2009/ diff --git a/_posts/history/2020-01-02-personal-data-2010-15.md b/_posts/history/2020-01-02-personal-data-2010-15.md index 6c1826fc..7f7239f9 100644 --- a/_posts/history/2020-01-02-personal-data-2010-15.md +++ b/_posts/history/2020-01-02-personal-data-2010-15.md @@ -1,4 +1,5 @@ --- +date: 2020-01-02 title: "History (2010-2014) Personal Data: Emergence of a New Assets Class" layout: single permalink: /history/2010-2014/ diff --git a/_posts/history/2020-01-03-blockchain-2015-19.md b/_posts/history/2020-01-03-blockchain-2015-19.md index 6c1dd2a2..23aa9c67 100644 --- a/_posts/history/2020-01-03-blockchain-2015-19.md +++ b/_posts/history/2020-01-03-blockchain-2015-19.md @@ -1,4 +1,5 @@ --- +date: 2020-01-03 title: "History (2015-2019) Emergence of Blockchain for Identity and the United Nations" layout: single permalink: /history/2015-2019/ diff --git a/_posts/hyperledger/2018-12-13-awesome-indy.md b/_posts/hyperledger/2018-12-13-awesome-indy.md index b49c2dd7..0e017e85 100644 --- a/_posts/hyperledger/2018-12-13-awesome-indy.md +++ b/_posts/hyperledger/2018-12-13-awesome-indy.md @@ -1,4 +1,5 @@ --- +date: 2018-12-13 layout: single title: "Hyperledger Indy Resources" description: "A growing collection of educational resources related to Hyperledger Indy, the Sovrin Foundation, and Evernym." diff --git a/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md b/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md index 32da5dc0..ea152d29 100644 --- a/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md +++ b/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md @@ -1,4 +1,5 @@ --- +date: 2019-01-28 title: Verifiable Organizations Network - A Production Government Deployment of Hyperledger Indy 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" diff --git a/_posts/hyperledger/2019-02-27-Microledgers-Edgechains-Hardman-HGF.md b/_posts/hyperledger/2019-02-27-Microledgers-Edgechains-Hardman-HGF.md index 35e2d62a..18e22add 100644 --- a/_posts/hyperledger/2019-02-27-Microledgers-Edgechains-Hardman-HGF.md +++ b/_posts/hyperledger/2019-02-27-Microledgers-Edgechains-Hardman-HGF.md @@ -1,4 +1,5 @@ --- +date: 2019-02-27 title: Microledgers and Edge-Chains - A Primer description: A Transcript of Daniel Hardman of Evernym Presenting at Hyperledger Global Forum — 2018 image: "https://i.imgur.com/qbVl47T.png" diff --git a/_posts/hyperledger/2019-03-05-adoption.md b/_posts/hyperledger/2019-03-05-adoption.md index 8889983b..ceb2e7bb 100644 --- a/_posts/hyperledger/2019-03-05-adoption.md +++ b/_posts/hyperledger/2019-03-05-adoption.md @@ -1,4 +1,5 @@ --- +date: 2019-03-05 title: Evernym-Sovrin-Indy Adoption layout: single classes: wide @@ -13,6 +14,7 @@ sidebar: nav: "sovnav" categories: ["Sovrin Foundation","Hyperledger Foundation","Adoption"] tags: ["Evernym","Indy","RDF","IOT","Financial Services"] +last_modified_at: 2019-03-05 --- *Needs to be split according to focus Evernym \ Sovrin \ Indy. diff --git a/_posts/hyperledger/2019-03-08-indy-github.md b/_posts/hyperledger/2019-03-08-indy-github.md index d69a20cc..32a8a9b2 100644 --- a/_posts/hyperledger/2019-03-08-indy-github.md +++ b/_posts/hyperledger/2019-03-08-indy-github.md @@ -1,4 +1,5 @@ --- +date: 2019-03-08 title: Indy Github Repositories layout: single permalink: hyperledger/indy/github/ @@ -13,6 +14,7 @@ sidebar: toc: false categories: ["Hyperledger Foundation","Code"] tags: ["Anoncreds","Indy","Ursa","Aries"] +last_modified_at: 2019-03-08 --- diff --git a/_posts/hyperledger/2019-03-16-Hyperledger-Global-Forum-2018.md b/_posts/hyperledger/2019-03-16-Hyperledger-Global-Forum-2018.md index c90a17c0..5533d3dc 100644 --- a/_posts/hyperledger/2019-03-16-Hyperledger-Global-Forum-2018.md +++ b/_posts/hyperledger/2019-03-16-Hyperledger-Global-Forum-2018.md @@ -1,4 +1,5 @@ --- +date: 2019-03-06 title: Hyperledger Global Forum-2018 layout: single classes: wide @@ -10,6 +11,7 @@ redirect_from: - hgf-2018/ categories: ["Hyperledger Foundation","Presentations"] tags: ["Hyperledger Global Forum","GDPR"] +last_modified_at: 2019-03-06 --- For Identity Related Presentations at HGF-2018 diff --git a/_posts/literature/2018-12-18-ssi-principles-vs-characteristics.md b/_posts/literature/2018-12-18-ssi-principles-vs-characteristics.md index dbba2d4b..57cbbfcf 100644 --- a/_posts/literature/2018-12-18-ssi-principles-vs-characteristics.md +++ b/_posts/literature/2018-12-18-ssi-principles-vs-characteristics.md @@ -1,4 +1,5 @@ --- +date: 2018-12-18 title: A Comparison Between SSI Principles, and Characteristics layout: single classes: wide diff --git a/_posts/literature/2018-12-19-user-experience.md b/_posts/literature/2018-12-19-user-experience.md index d9e9f5eb..284d4418 100644 --- a/_posts/literature/2018-12-19-user-experience.md +++ b/_posts/literature/2018-12-19-user-experience.md @@ -1,4 +1,5 @@ --- +date: 2018-12-19 title: How would self-sovereign identity work for the user? layout: single classes: wide diff --git a/_posts/literature/2018-12-21-self-sovereign-identity.md b/_posts/literature/2018-12-21-self-sovereign-identity.md index 5fa6153e..1d5a35b9 100644 --- a/_posts/literature/2018-12-21-self-sovereign-identity.md +++ b/_posts/literature/2018-12-21-self-sovereign-identity.md @@ -1,4 +1,5 @@ --- +date: 2018-12-21 title : "Self Sovereign Identity (SSI)" description : Literature associated with the Fundamentals of Self-Sovereign Identity. image : "https://decentralized-id.com/images/sovereign-identity.png" diff --git a/_posts/literature/2018-12-22-evolution-of-ssi.md b/_posts/literature/2018-12-22-evolution-of-ssi.md index ca36125b..7f2f7e5e 100644 --- a/_posts/literature/2018-12-22-evolution-of-ssi.md +++ b/_posts/literature/2018-12-22-evolution-of-ssi.md @@ -1,4 +1,5 @@ --- +date: 2018-12-22 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. layout: single diff --git a/_posts/literature/2019-03-02-rebooting-web-of-trust.md b/_posts/literature/2019-03-02-rebooting-web-of-trust.md index f5372262..957f4fb9 100644 --- a/_posts/literature/2019-03-02-rebooting-web-of-trust.md +++ b/_posts/literature/2019-03-02-rebooting-web-of-trust.md @@ -1,4 +1,5 @@ --- +date: 2019-03-02 layout: single title: Rebooting Web Of Trust - Papers and Advance Readings Index description: "A reasonably complete listing of #RebootingWebOfTrust Papers, Topics, and Advance Readings" @@ -14,6 +15,7 @@ redirect_from: toc_sticky: false 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"] +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. diff --git a/_posts/literature/2019-03-05-sovrin-literature.md b/_posts/literature/2019-03-05-sovrin-literature.md index a5cd9392..2e4b7588 100644 --- a/_posts/literature/2019-03-05-sovrin-literature.md +++ b/_posts/literature/2019-03-05-sovrin-literature.md @@ -1,4 +1,5 @@ --- +date: 2019-03-05 title: Sovrin Related Literature and Media layout: single permalink: /literature/Sovrin/ @@ -12,6 +13,7 @@ sidebar: nav: "sovnav" categories: ["Literature", "Sovrin Foundation"] tags: ["Indy","Evernym","GDPR"] +last_modified_at: 2019-07-13 --- ## Contents diff --git a/_posts/literature/2019-03-11-literature.md b/_posts/literature/2019-03-11-literature.md index 41c97f9e..baf1b9ac 100644 --- a/_posts/literature/2019-03-11-literature.md +++ b/_posts/literature/2019-03-11-literature.md @@ -1,4 +1,5 @@ --- +date: 2019-03-11 title: Identity Articles, Research and Literature layout: single permalink: literature/ @@ -6,6 +7,7 @@ canonical_url: 'https://decentralized-id.com/literature' redirect_from: literature categories: ["Literature"] tags: ["DPKI","Rebooting WoT","Self Sovereign Identity","WEF","ID2020"] +last_modified_at: 2019-07-11 --- diff --git a/_posts/organizations/2019-03-06-organizations.md b/_posts/organizations/2019-03-06-organizations.md index 7aaf4384..15aa570f 100644 --- a/_posts/organizations/2019-03-06-organizations.md +++ b/_posts/organizations/2019-03-06-organizations.md @@ -1,4 +1,5 @@ --- +date: 2019-03-06 title: DID-SSI Organizations layout: single permalink: organizations/ @@ -6,6 +7,7 @@ canonical_url: 'https://decentralized-id.com/organizations/' redirect_from: organizations categories: ["Organizations"] tags: ["Index"] +last_modified_at: 2019-07-11 --- work in progress.... diff --git a/_posts/organizations/2019-03-07-identity-foundation.md b/_posts/organizations/2019-03-07-identity-foundation.md index 3f8bf8cd..be0a8776 100644 --- a/_posts/organizations/2019-03-07-identity-foundation.md +++ b/_posts/organizations/2019-03-07-identity-foundation.md @@ -1,4 +1,5 @@ --- +date: 2019-03-07 title: Decentralized Identity Foundation - DIF layout: single permalink: organizations/identity-foundation/ @@ -9,6 +10,7 @@ redirect_from: categories: ["Organizations"] tags: - "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. diff --git a/_posts/organizations/2019-03-09-sovrin-foundation.md b/_posts/organizations/2019-03-09-sovrin-foundation.md index 3f75607d..0e68e12e 100644 --- a/_posts/organizations/2019-03-09-sovrin-foundation.md +++ b/_posts/organizations/2019-03-09-sovrin-foundation.md @@ -1,4 +1,5 @@ --- +date: 2019-03-09 title: The Sovrin Foundation layout: single classes: wide @@ -13,6 +14,7 @@ redirect_from: - organizations/sovrin-foundation categories: ["Organizations","Sovrin Foundation"] tags: ["Indy","VON"] +last_modified_at: 2019-07-13 --- ![](https://www.evernym.com/wp-content/uploads/2017/04/logo-large.png) diff --git a/_posts/organizations/2019-04-04-mydata.md b/_posts/organizations/2019-04-04-mydata.md index 676c9661..9a1371ae 100644 --- a/_posts/organizations/2019-04-04-mydata.md +++ b/_posts/organizations/2019-04-04-mydata.md @@ -1,4 +1,5 @@ --- +date: 2019-04-04 title: MyData layout: single classes: wide diff --git a/_posts/organizations/2019-07-15-women-in-identity.md b/_posts/organizations/2019-07-15-women-in-identity.md index 8feee080..c7d2db56 100644 --- a/_posts/organizations/2019-07-15-women-in-identity.md +++ b/_posts/organizations/2019-07-15-women-in-identity.md @@ -1,4 +1,5 @@ --- +date: 2019-07-15 title: "Women in Identity - @WomeninID" categories: ["Organizations"] tags: ["WomeninID","GDPR"] diff --git a/_posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md b/_posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md index ee1fff92..8e79dee1 100644 --- a/_posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md +++ b/_posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md @@ -1,4 +1,5 @@ --- +date: 2019-04-01 title: SSI-Meetup layout: single permalink: organizations/ssi-meetup/ diff --git a/_posts/organizations/ssi-meetup/2019-07-20-open-standards.md b/_posts/organizations/ssi-meetup/2019-07-20-open-standards.md index 3e26ae54..98d3d5fe 100644 --- a/_posts/organizations/ssi-meetup/2019-07-20-open-standards.md +++ b/_posts/organizations/ssi-meetup/2019-07-20-open-standards.md @@ -1,10 +1,11 @@ --- +date: 2019-07-20 title: SSI-Meetup on Open Standards and Implementations layout: single permalink: organizations/ssi-meetup/open-specs/ canonical_url: 'https://decentralized-id.com/organizations/ssi-meetup/open-specs/' redirect_from: organizations/ssi-meetup/open-standards/ -categories: ["Specs-Standards"] +categories: ["Specs-Standards","Multi-Media"] tags: ["SSI-Meetup","DID","BTCR","Verifiable Credentials","W3C","DKMS"] last_modified_at: 2019-07-20 toc_sticky: false diff --git a/_posts/private-sector/2019-03-06-ibm.md b/_posts/private-sector/2019-03-06-ibm.md index deb52de4..a8457cbf 100644 --- a/_posts/private-sector/2019-03-06-ibm.md +++ b/_posts/private-sector/2019-03-06-ibm.md @@ -1,4 +1,5 @@ --- +date: 2019-03-06 title: IBM Identity layout: single classes: wide @@ -11,6 +12,7 @@ redirect_from: - /private-sector/ibm categories: ["Private-sector"] tags: ["IBM"] +last_modified_at: 2019-03-06 --- ![](https://i.imgur.com/CvZI7R1.png) diff --git a/_posts/private-sector/2019-03-08-microsoft.md b/_posts/private-sector/2019-03-08-microsoft.md index a4d46285..7d5a02ae 100644 --- a/_posts/private-sector/2019-03-08-microsoft.md +++ b/_posts/private-sector/2019-03-08-microsoft.md @@ -1,4 +1,5 @@ --- +date: 2019-03-08 title: Microsoft Identity layout: single permalink: id-initiatives/microsoft/ diff --git a/_posts/private-sector/2019-03-27-danube.md b/_posts/private-sector/2019-03-27-danube.md index 4ea8d0a7..907d1542 100644 --- a/_posts/private-sector/2019-03-27-danube.md +++ b/_posts/private-sector/2019-03-27-danube.md @@ -1,4 +1,5 @@ --- +date: 2019-03-27 title: Project Danube layout: single permalink: /private-sector/danube-tech/ diff --git a/_posts/public-sector/2019-03-01-public-sector.md b/_posts/public-sector/2019-03-01-public-sector.md index ee1fcc6c..d19f58e7 100644 --- a/_posts/public-sector/2019-03-01-public-sector.md +++ b/_posts/public-sector/2019-03-01-public-sector.md @@ -1,4 +1,5 @@ --- +date: 2019-03-01 title: State Sponsored Identity Initiatives layout: single permalink: public-sector/ @@ -11,6 +12,7 @@ redirect_from: - state-sponsored categories: ["Blockchain","Public Sector"] 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) diff --git a/_posts/public-sector/2019-03-05-VON.md b/_posts/public-sector/2019-03-05-VON.md index 80d4ae52..f9d4ac17 100644 --- a/_posts/public-sector/2019-03-05-VON.md +++ b/_posts/public-sector/2019-03-05-VON.md @@ -1,4 +1,5 @@ --- +date: 2019-03-05 title: BCGov's Verifiable Organizations Network layout: single permalink: public-sector/von/ @@ -14,6 +15,7 @@ sidebar: nav: "sovnav" categories: ["Sovrin Foundation","Hyperledger Foundation"] tags: ["VON","Indy","Pan Canadian Trust Framework","Public Sector"] +last_modified_at: 2019-03-05 --- diff --git a/_posts/regulation/2019-03-01-gdpr.md b/_posts/regulation/2019-03-01-gdpr.md index 5ce806e0..4777a791 100644 --- a/_posts/regulation/2019-03-01-gdpr.md +++ b/_posts/regulation/2019-03-01-gdpr.md @@ -1,4 +1,5 @@ --- +date: 2019-03-01 title: The General Data Protection Regulation (GDPR) of the European Union layout: single classes: wide diff --git a/_posts/regulation/2020-01-06-eIDAS.md b/_posts/regulation/2020-01-06-eIDAS.md index 341980ee..aa9d1381 100644 --- a/_posts/regulation/2020-01-06-eIDAS.md +++ b/_posts/regulation/2020-01-06-eIDAS.md @@ -1,11 +1,12 @@ --- +date: 2020-01-06 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. categories: ["Regulation"] tags: ["eIDAS"] canonical_url: 'https://decentralized-id.com/regulation/edias/' permalink: regulation/eidas/ -last_modified_at: 2020-01-05 +last_modified_at: 2020-01-06 --- ## eID diff --git a/_posts/regulation/2020-01-06-regulation.md b/_posts/regulation/2020-01-06-regulation.md index 3c29edde..f800a82f 100644 --- a/_posts/regulation/2020-01-06-regulation.md +++ b/_posts/regulation/2020-01-06-regulation.md @@ -1,4 +1,5 @@ --- +date: 2020-01-06 title: Global Digital Identity and Privacy Regulations permalink: /regulation/ toc: false diff --git a/_posts/specs-standards/2019-03-03-specs-standards.md b/_posts/specs-standards/2019-03-03-specs-standards.md index f5bc5cb0..2850bc9b 100644 --- a/_posts/specs-standards/2019-03-03-specs-standards.md +++ b/_posts/specs-standards/2019-03-03-specs-standards.md @@ -1,4 +1,5 @@ --- +date: 2019-03-03 title: DID Related Web Standards layout: single permalink: specs-standards/ diff --git a/_posts/specs-standards/2019-03-15-xdi.md b/_posts/specs-standards/2019-03-15-xdi.md index 880bdd4d..95f892d5 100644 --- a/_posts/specs-standards/2019-03-15-xdi.md +++ b/_posts/specs-standards/2019-03-15-xdi.md @@ -1,4 +1,5 @@ --- +date: 2019-03-15 title: XDI layout: single permalink: /specs-standards/xdi/ @@ -8,6 +9,7 @@ redirect_from: - standards/xdi/ categories: ["Specs-Standards"] tags: ["XDI","Danube","OASIS"] +last_modified_at: 2019-03-15 --- * [tutorial.xdi2.org](https://tutorial.xdi2.org) diff --git a/_posts/specs-standards/2020-01-04-JSON-LD.md b/_posts/specs-standards/2020-01-04-JSON-LD.md index da752fe4..9d033667 100644 --- a/_posts/specs-standards/2020-01-04-JSON-LD.md +++ b/_posts/specs-standards/2020-01-04-JSON-LD.md @@ -1,10 +1,12 @@ --- +date: 2020-01-04 title: JSON-LD layout: single permalink: /specs-standards/JSON-LD/ canonical_url: 'https://decentralized-id.com/specs-standards/JSON-LD/' categories: ["Specs-Standards"] 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)