From 76bd23c733c280d2a69329f7ee3ecbfc3cff5fa5 Mon Sep 17 00:00:00 2001 From: Infominer Date: Mon, 6 Jan 2020 06:56:30 -0500 Subject: [PATCH] truncate modified date and add to post index --- _HowToContribute/intro.md | 2 +- _HowToContribute/quickstart.md | 4 +-- .../website-config-minimal-mistakes.md | 2 +- _config.yml | 4 +-- _data/navigation.yml | 4 +-- _includes/archive-single.html | 4 +-- _pages/values.md | 8 ++--- _posts/2018-11-15-awesome-decentralized-id.md | 2 +- _posts/blockchain/2019-03-11-bitcoin.md | 2 +- .../application/2019-03-27-cryptonomica.md | 2 +- .../application/2019-03-28-uport.md | 2 +- .../ethereum/2019-03-05-ethereum.md | 2 +- .../ethereum/2019-03-26-eth-id-github.md | 2 +- .../drafts/2019-06-25-contributors-intro.md | 2 +- .../2019-06-26-using-minimal-mistakes.md | 4 +-- .../2019-03-04-pre-history-and-resources.md | 2 +- .../history/2020-01-01-user-centric-2000s.md | 2 +- .../2020-01-02-personal-data-2010-15.md | 2 +- .../history/2020-01-03-blockchain-2015-19.md | 2 +- _posts/hyperledger/2018-12-13-awesome-indy.md | 4 +-- ...1-28-VerifiableOrganizationsNetwork-HGF.md | 2 +- ...-27-Microledgers-Edgechains-Hardman-HGF.md | 2 +- ...12-18-ssi-principles-vs-characteristics.md | 2 +- .../literature/2018-12-19-user-experience.md | 2 +- .../2018-12-21-self-sovereign-identity.md | 2 +- .../literature/2018-12-22-evolution-of-ssi.md | 2 +- .../organizations/2019-03-06-humanitarian.md | 2 +- _posts/organizations/2019-04-04-mydata.md | 2 +- .../2019-07-15-women-in-identity.md | 2 +- .../ssi-meetup/2019-04-01-ssi-meetup.md | 2 +- .../ssi-meetup/2019-07-19-use-cases.md | 2 +- .../ssi-meetup/2019-07-20-open-standards.md | 2 +- _posts/private-sector/2019-03-08-microsoft.md | 2 +- _posts/private-sector/2019-03-27-danube.md | 2 +- _posts/regulation/2019-03-01-gdpr.md | 2 +- ...020-01-06-eDIAS.md => 2020-01-06-eIDAS.md} | 33 +++++++++---------- _posts/regulation/2020-01-06-regulation.md | 4 +-- .../2019-03-03-specs-standards.md | 2 +- posts/index.html | 17 ++++++++++ 39 files changed, 77 insertions(+), 67 deletions(-) rename _posts/regulation/{2020-01-06-eDIAS.md => 2020-01-06-eIDAS.md} (92%) create mode 100644 posts/index.html diff --git a/_HowToContribute/intro.md b/_HowToContribute/intro.md index 46e0c4f2..559002e8 100644 --- a/_HowToContribute/intro.md +++ b/_HowToContribute/intro.md @@ -18,7 +18,7 @@ authors: - "Infominer" - "JuanSC" published: false -last_modified_at: 2019-07-14T11:22:33-23:00 +last_modified_at: 2019-07-14 --- diff --git a/_HowToContribute/quickstart.md b/_HowToContribute/quickstart.md index a437cf0d..3953e6fb 100644 --- a/_HowToContribute/quickstart.md +++ b/_HowToContribute/quickstart.md @@ -7,7 +7,7 @@ published: false author_profile: false toc_sticky: true date: 2019-07-13 -last_modified_at: 2019-07-14T11:22:33-23:00 +last_modified_at: 2019-07-14 --- So far, we've covered quite a lot of ground in our contributors guides! @@ -87,7 +87,7 @@ redirect_from: - welcome-didecentral toc_sticky: true published: true -last_modified_at: 2019-07-10T11:22:33-23:00 +last_modified_at: 2019-07-10 #Be sure to change the modified date. I create my own custom made-up time, with the actual date. You can simply ignore the time, and update the date, or use whatever you'd like for the time. Later, the most recently modified content will be featured. --- {% endraw %} diff --git a/_HowToContribute/website-config-minimal-mistakes.md b/_HowToContribute/website-config-minimal-mistakes.md index cc0ebc9d..6983494a 100644 --- a/_HowToContribute/website-config-minimal-mistakes.md +++ b/_HowToContribute/website-config-minimal-mistakes.md @@ -10,7 +10,7 @@ authors: - "Infominer" - "JuanSC" published: true -last_modified_at: 2020-01-05T11:22:33-23:00 +last_modified_at: 2020-01-05 --- This guide should make it easier for contributors to understand how this site works. It should also be useful as a way to learn the basics of using Jekyll with the Minimal Mistakes theme, to publish a website via GitHub pages. diff --git a/_config.yml b/_config.yml index 86b8498c..6c893f78 100644 --- a/_config.yml +++ b/_config.yml @@ -205,8 +205,8 @@ sass: # Outputting permalink: /:categories/:title/ paginate: 10 # amount of posts to show -paginate_path: /page:num/ -timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +paginate_path: /posts/page:num/ +timezone: Pacific/Fakaofo # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Plugins (previously gems:) diff --git a/_data/navigation.yml b/_data/navigation.yml index 420b4878..5632a98a 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -4,8 +4,8 @@ main: url: "/aim/" - title: "Posts by Tag" url: "/tags/" - - title: "Sitemap" - url: "/sitemap/" + - title: "Posts by Date" + url: "/posts/" - title: "identitywoman/identity-commons" url: "https://github.com/identitywoman/identity-commons" - title: "RebootingWebOfTrust - Archive" diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 489f0006..e64bdb8e 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -30,9 +30,7 @@ {{ title }} {% endif %} - {% if post.read_time %} -

{% include read-time.html %}

- {% endif %} +

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

{% if post.excerpt %}

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

{% endif %} diff --git a/_pages/values.md b/_pages/values.md index 8e3142bb..dbcde73c 100644 --- a/_pages/values.md +++ b/_pages/values.md @@ -14,12 +14,12 @@ Decentralized-id.com is a collaborative, participatory learning community orient \- **Educational**. Our primary motivation is to enable ease in navigating the voluminous information information related to the topic of decentralised identity. It requires new methods for gathering and distributing information, if all identity networks should interoperate in a widespread fashion. As it stands, such information is widely dispersed, requiring dedication both to gather and present. -\- **Impartial**. As individuals we are quite partial to given systems and organizations. As a publication, we're interested in a palatable communication of such a variety of technologies, it's not possible to know precisely what valuable information could be found where we're not expecting. It's more important that anyone has the ability to browse a curated catelog of knowledge to find what they are looking for, and then some. +\- **Impartial**. As individuals we are quite partial to given systems and organizations. As a publication, we're interested in a palatable communication of such a variety of technologies, it's not possible to know precisely what valuable information could be found where we're not expecting. -The important thing is for the Internet to have a Decentralized Identity Layer. Not for any particular application or organization to "win" or "lose" against the rest. Success comes as we rise together. +The important thing is for the Internet to have a Decentralized Identity Layer. It's more important that this information becomes more easily accessible and navigable, for all. Not for any particular application or organization to "win" or "lose" against the rest. Success comes as we rise together. \- **Inclusive**. DIDecentral could better described as an unorganization of self-affirming members. It is a do-ocracy, comprised of those who share a passion for building a common repository of knowledge, in support of Sovereign Identity. -\- **Not for Profit.** The purpose of this site is to learn and share knowledge. That being said, research and discovery of methods for sharing that research is a lot of work. We accept private donations and/or sponsorships. If there is a particular topic you'd like more information on, a donation would surely speed the time to publication. Individual contributors may also do paid consulting, writing, or other commercial ventures independent of this project. +\- **Not for Profit.** The purpose of this site is to learn and share knowledge. That being said, research and discovery of methods for sharing that research is a lot of work. We accept private donations and/or sponsorships. If there is a particular topic you'd like more information on, a donation would surely speed the time to publication. Individual contributors are likely to be working independently on paid contracts, consulting, writing, and\or other commercial ventures. -\- **Public Domain** Unless otherwise noted, all the content of this site is released to the public domain. Contributors wishing to retain full rights of their work must specify such, before the time of publication. +\- **Public Domain** Unless otherwise noted, all the content of this site is released to the public domain. Contributors wishing to retain full rights of their work must specify such, before the time of publication. \ No newline at end of file diff --git a/_posts/2018-11-15-awesome-decentralized-id.md b/_posts/2018-11-15-awesome-decentralized-id.md index 6c561e4e..179ee561 100644 --- a/_posts/2018-11-15-awesome-decentralized-id.md +++ b/_posts/2018-11-15-awesome-decentralized-id.md @@ -11,7 +11,7 @@ canonical_url: https://decentralized-id.com/awesome-decentralized-id/ published: true classes: wide tags: ["Index"] -last_modified_at: 2019-07-08T11:22:33-23:00 +last_modified_at: 2019-07-08 --- >A good self‐sovereign identity system will allow individuals to directly influence how companies, governments, and others correlate our interactions across different services and locations by default. It won’t fix all identity problems nor preclude alternative identity approaches, but it will put the individual in control of most uses of identity and give organizations a simpler, easier, more ethical way to use identity to improve how they provide services and products. When successful, it will not only enable individuals to exercise greater control over how companies and governments keep track of us, it will also illuminate those situations where self‐sovereign identity is restricted, facilitating a conversation about when and where such limits are appropriate. [Joe Andrieu -A Technology‐Free Definition of Self‐Sovereign Identity](https://github.com/jandrieu/rebooting-the-web-of-trust-fall2016/blob/master/topics-and-advance-readings/a-technology-free-definition-of-self-sovereign-identity.pdf) diff --git a/_posts/blockchain/2019-03-11-bitcoin.md b/_posts/blockchain/2019-03-11-bitcoin.md index aa2de1ed..0456df3f 100644 --- a/_posts/blockchain/2019-03-11-bitcoin.md +++ b/_posts/blockchain/2019-03-11-bitcoin.md @@ -11,7 +11,7 @@ redirect_from: - id-initiatives/bitcoin categories: ["Blockchain"] tags: ["Bitcoin"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- diff --git a/_posts/blockchain/application/2019-03-27-cryptonomica.md b/_posts/blockchain/application/2019-03-27-cryptonomica.md index 07d8c1f7..67f9a570 100644 --- a/_posts/blockchain/application/2019-03-27-cryptonomica.md +++ b/_posts/blockchain/application/2019-03-27-cryptonomica.md @@ -10,7 +10,7 @@ redirect_from: - id-initiatives/ethereum/cryptonomica/ categories: ["Blockchain"] tags: ["Ethereum","PGP"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- diff --git a/_posts/blockchain/application/2019-03-28-uport.md b/_posts/blockchain/application/2019-03-28-uport.md index 8061935c..56e4035b 100644 --- a/_posts/blockchain/application/2019-03-28-uport.md +++ b/_posts/blockchain/application/2019-03-28-uport.md @@ -11,7 +11,7 @@ redirect_from: - id-initiatives/ethereum/uPort/ categories: ["Blockchain",] tags: ["Ethereum","Credentials Community Group","GDPR","uPort"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- ![](https://i.imgur.com/sPAP2g3.png) diff --git a/_posts/blockchain/ethereum/2019-03-05-ethereum.md b/_posts/blockchain/ethereum/2019-03-05-ethereum.md index bcbbe06c..f0c2b7cf 100644 --- a/_posts/blockchain/ethereum/2019-03-05-ethereum.md +++ b/_posts/blockchain/ethereum/2019-03-05-ethereum.md @@ -13,7 +13,7 @@ redirect_from: - ethereum/ categories: ["Blockchain"] tags: ["Ethereum"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- 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 e8475bea..fb285e39 100644 --- a/_posts/blockchain/ethereum/2019-03-26-eth-id-github.md +++ b/_posts/blockchain/ethereum/2019-03-26-eth-id-github.md @@ -5,7 +5,7 @@ permalink: ethereum/id-github/ canonical_url: 'https://decentralized-id.com/ethereum/id-github/' categories: ["Code","Blockchain"] tags: ["Ethereum","Jolocom"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- diff --git a/_posts/drafts/2019-06-25-contributors-intro.md b/_posts/drafts/2019-06-25-contributors-intro.md index aadfc500..b1639d28 100644 --- a/_posts/drafts/2019-06-25-contributors-intro.md +++ b/_posts/drafts/2019-06-25-contributors-intro.md @@ -32,7 +32,7 @@ authors: permalink: contributors-intro/ categories: [InfoHub, SourceCrypto, Web-Work-Tools, DIDecentral, Learn-Crypto-Trading, Contributors-Guide] published: false -last_modified_at: 2019-06-26T11:22:33-23:00 +last_modified_at: 2019-06-26 --- Perhaps you've browsed these sites and wondered about contributing, but aren't sure where to start. In this post, we'll go over the simplest ways to contribute, as a broad overview. diff --git a/_posts/drafts/2019-06-26-using-minimal-mistakes.md b/_posts/drafts/2019-06-26-using-minimal-mistakes.md index 2fa34704..abc0b890 100644 --- a/_posts/drafts/2019-06-26-using-minimal-mistakes.md +++ b/_posts/drafts/2019-06-26-using-minimal-mistakes.md @@ -26,7 +26,7 @@ tags: permalink: using-minimal-mistakes/ categories: [InfoHub, SourceCrypto, Web-Work-Tools, DIDecentral, Learn-Crypto-Trading, Contributors-Guide] published: false -last_modified_at: 2019-06-26T11:22:33-23:00 +last_modified_at: 2019-06-26 --- Since I've created four GitHub organizations for these public-domain educational resources, I needed to make it clear for others to understand and join in on the fun. @@ -505,7 +505,7 @@ authors: permalink: how-i-use-minmal-mistakes/ categories: [InfoHub, SourceCrypto, Web-Work-Tools, DIDecentral, Learn-Crypto-Trading] published: true -last_modified_at: 2019-06-25T11:22:33-23:00 +last_modified_at: 2019-06-25 --- ``` 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 385f8aa7..f84569c2 100644 --- a/_posts/history/2019-03-04-pre-history-and-resources.md +++ b/_posts/history/2019-03-04-pre-history-and-resources.md @@ -6,7 +6,7 @@ permalink: /history/ cannonical_url: https://decentralized-id.com/history/ categories: ["History"] tags: ["IETF","DPKI","PGP"] -last_modified_at: 2020-01-05T13:22:33-23:00 +last_modified_at: 2020-01-05 sidebar: nav: didnav classes: wide diff --git a/_posts/history/2020-01-01-user-centric-2000s.md b/_posts/history/2020-01-01-user-centric-2000s.md index 52859a3a..f8a8c73e 100644 --- a/_posts/history/2020-01-01-user-centric-2000s.md +++ b/_posts/history/2020-01-01-user-centric-2000s.md @@ -4,7 +4,7 @@ layout: single permalink: /history/2000-2009/ categories: ["History", "Specs-Standards"] tags: ["XDI", "Identity Commons", "OAuth","Laws of Identity", "IIW","OpenID", "Digital Bazaar"] -last_modified_at: 2020-01-04T13:22:33-23:00 +last_modified_at: 2020-01-04 --- 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 9742e720..6c1826fc 100644 --- a/_posts/history/2020-01-02-personal-data-2010-15.md +++ b/_posts/history/2020-01-02-personal-data-2010-15.md @@ -4,7 +4,7 @@ layout: single permalink: /history/2010-2014/ tags: ["Jolocom", "Pan Canadian Trust Framework", "Credentials Community Group", "Bitcoin", "IndieAuth", "OAuth", "IBM", "FIDO", "Danube"] categories: ["History","Specs-Standards"] -last_modified_at: 2020-01-04T13:22:33-23:00 +last_modified_at: 2020-01-04 --- diff --git a/_posts/history/2020-01-03-blockchain-2015-19.md b/_posts/history/2020-01-03-blockchain-2015-19.md index a2b3e4d4..6c1dd2a2 100644 --- a/_posts/history/2020-01-03-blockchain-2015-19.md +++ b/_posts/history/2020-01-03-blockchain-2015-19.md @@ -4,7 +4,7 @@ layout: single permalink: /history/2015-2019/ categories: ["History","Hyperledger Foundation","Specs-Standards","Sovrin Foundation"] tags: ["UN Agenda - Sustainable Development", "Bitcoin", "Rebooting WoT", "Self Sovereign Identity", "ID2020", "Evernym", "Digital Bazaar", "Consensys", "Veres One", "DKMS","DHS-SBIR", "WEF", "BTCR", "IBM","DID","DIF","Verifiable Credentials","MyData","Blockcerts","VON", "Indy", "UNHCR","UNDP", "UN/CEFACT", "Blockchain for Impact","DPKI","GDPR","Credentials Community Group","PGP"] -last_modified_at: 2020-01-05T13:22:33-23:00 +last_modified_at: 2020-01-05 --- ## UN Agenda for Sustainable Development diff --git a/_posts/hyperledger/2018-12-13-awesome-indy.md b/_posts/hyperledger/2018-12-13-awesome-indy.md index 5e958748..b49c2dd7 100644 --- a/_posts/hyperledger/2018-12-13-awesome-indy.md +++ b/_posts/hyperledger/2018-12-13-awesome-indy.md @@ -19,7 +19,7 @@ redirect_from: sidebar: title: DIDecentralized nav: "sovnav" -last_modified_at: 2019-07-10T11:22:33-23:00 +last_modified_at: 2019-07-10 tags: ["Evernym","Indy","Von"] categories: ["Sovrin Foundation","Hyperledger Foundation"] --- @@ -109,8 +109,6 @@ Its an index for all to more easily navigate the information surrounding Hyperle ## Known Concerns * [forum.sovrin.org - Stewards as a VM on Major Cloud Providers](https://forum.sovrin.org/t/stewards-as-vm-on-major-cloud-providers/1047/6) -* [Sovrin Stewards: REMINDER Feedback due on Sovrin Governance Framework V2 — Stakeholder Review Draft 02 documents](https://decentralized-id.com/assets/10-31-2018-REMINDER-Feedback-due-on-Sovrin.pdf) - >Note that the main risk may not be that a Cloud Provider or some of its key staff goes rogue, but that a rogue nation gives a secret order to subtly sabotage the system to a Cloud Provider that has its headquarters in that nation. Sufficient jurisdictional diversity is hence needed for both Stewards and its supporting Cloud Providers, to assure that such a sabotage attempt does not go undetected. * [raw attrib data allows arbitrary data to be anchored to a nym.](https://jira.hyperledger.org/browse/INDY-2101) * [Vanity did's are not discouraged in software.](https://jira.hyperledger.org/browse/INDY-2100) diff --git a/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md b/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md index 177a1f98..32da5dc0 100644 --- a/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md +++ b/_posts/hyperledger/2019-01-28-VerifiableOrganizationsNetwork-HGF.md @@ -10,7 +10,7 @@ permalink: /hyperledger/hgf-2018/VerifiableOrganizationsNetwork-HGF/ toc_sticky: false categories: ["Sovrin Foundation","Hyperledger Foundation", "Presentations","Literature"] tags: ["Indy","VON","Transcripts","Hyperledger Global Forum"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- **A Production Government Deployment of Hyperledger Indy** 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 014318bb..35e2d62a 100644 --- a/_posts/hyperledger/2019-02-27-Microledgers-Edgechains-Hardman-HGF.md +++ b/_posts/hyperledger/2019-02-27-Microledgers-Edgechains-Hardman-HGF.md @@ -12,7 +12,7 @@ categories: ["Sovrin Foundation","Hyperledger Foundation","Literature","Presenta tags: ["Indy","Von","Transcripts","Hyperledger Global Forum","GDPR"] published: true classes: wide -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- 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 2e8fcd9e..dbba2d4b 100644 --- a/_posts/literature/2018-12-18-ssi-principles-vs-characteristics.md +++ b/_posts/literature/2018-12-18-ssi-principles-vs-characteristics.md @@ -10,7 +10,7 @@ redirect_from: - /self-sovereign-identity/ssi-principles-vs-characteristics/ categories: ["Literature"] tags: ["Self Sovereign Identity", "Rebooting WoT","Laws of Identity", "notes"] -last_modified_at: 2020-01-05T:11:22:33:23:00 +last_modified_at: 2020-01-05 published: true --- diff --git a/_posts/literature/2018-12-19-user-experience.md b/_posts/literature/2018-12-19-user-experience.md index 22f8dc18..d9e9f5eb 100644 --- a/_posts/literature/2018-12-19-user-experience.md +++ b/_posts/literature/2018-12-19-user-experience.md @@ -10,7 +10,7 @@ redirect_from: - self-sovereign-identity/user-experience/ categories: ["Literature"] tags: ["Self Sovereign Identity","notes"] -last_modified_at: 2019-07-08T11:22:33-23:00 +last_modified_at: 2019-07-08 published: true --- diff --git a/_posts/literature/2018-12-21-self-sovereign-identity.md b/_posts/literature/2018-12-21-self-sovereign-identity.md index dec4b4fa..5fa6153e 100644 --- a/_posts/literature/2018-12-21-self-sovereign-identity.md +++ b/_posts/literature/2018-12-21-self-sovereign-identity.md @@ -9,7 +9,7 @@ redirect_from: - /self-sovereign-identity/ categories: ["Literature"] tags: ["Self Sovereign Identity","Laws of Identity","eIDAS","GDPR"] -last_modified_at: 2019-07-10T11:22:33-23:00 +last_modified_at: 2019-07-10 published: true --- diff --git a/_posts/literature/2018-12-22-evolution-of-ssi.md b/_posts/literature/2018-12-22-evolution-of-ssi.md index b2156b50..ca36125b 100644 --- a/_posts/literature/2018-12-22-evolution-of-ssi.md +++ b/_posts/literature/2018-12-22-evolution-of-ssi.md @@ -12,7 +12,7 @@ permalink: /literature/self-sovereign-identity/evolution-of-ssi/ canonical_url: 'https://decentralized-id.com/literature/self-sovereign-identity/evolution-of-ssi/' categories: ["Literature"] tags: ["Self Sovereign Identity", "notes"] -last_modified_at: 2019-07-10T11:22:33-23:00 +last_modified_at: 2019-07-10 published: true --- diff --git a/_posts/organizations/2019-03-06-humanitarian.md b/_posts/organizations/2019-03-06-humanitarian.md index 79df7d39..43081e91 100644 --- a/_posts/organizations/2019-03-06-humanitarian.md +++ b/_posts/organizations/2019-03-06-humanitarian.md @@ -10,7 +10,7 @@ redirect_from: - humanitarian/ tags: ["Humanitarian"] categories: ["Organizations"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 published: true --- diff --git a/_posts/organizations/2019-04-04-mydata.md b/_posts/organizations/2019-04-04-mydata.md index 37346e62..676c9661 100644 --- a/_posts/organizations/2019-04-04-mydata.md +++ b/_posts/organizations/2019-04-04-mydata.md @@ -8,7 +8,7 @@ redirect_from: organizations/mydata canonical_url: 'https://decentralized-id.com/organizations/mydata/' categories: ["Organizations", "Regulation"] tags: ["MyData","eIDAS","GDPR"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- diff --git a/_posts/organizations/2019-07-15-women-in-identity.md b/_posts/organizations/2019-07-15-women-in-identity.md index fb93423b..8feee080 100644 --- a/_posts/organizations/2019-07-15-women-in-identity.md +++ b/_posts/organizations/2019-07-15-women-in-identity.md @@ -6,7 +6,7 @@ permalink: organizations/women-in-identity/ redirect_from: - organizations/womeninid/ - organizations/women-in-id/ -last_modified_at: 2019-07-15T11:22:33-23:00 +last_modified_at: 2019-07-15 --- 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 ff262fac..ee1fff92 100644 --- a/_posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md +++ b/_posts/organizations/ssi-meetup/2019-04-01-ssi-meetup.md @@ -6,7 +6,7 @@ canonical_url: 'https://decentralized-id.com/organizations/ssi-meetup/' redirect_from: organizations/ssi-meetup categories: ["Multi-Media"] tags: ["SSI-Meetup","GDPR"] -last_modified_at: 2019-07-20T11:22:33-23:00 +last_modified_at: 2019-07-20 toc_sticky: false --- diff --git a/_posts/organizations/ssi-meetup/2019-07-19-use-cases.md b/_posts/organizations/ssi-meetup/2019-07-19-use-cases.md index bc23d760..7bdab77e 100644 --- a/_posts/organizations/ssi-meetup/2019-07-19-use-cases.md +++ b/_posts/organizations/ssi-meetup/2019-07-19-use-cases.md @@ -6,7 +6,7 @@ canonical_url: 'https://decentralized-id.com/organizations/ssi-meetup/use-cases/ redirect_from: #organizations/ssi-meetup categories: ["Use-Cases"] tags: ["SSI-Meetup","IOT","Financial Services", "Healthcare"] -last_modified_at: 2019-07-20T11:22:33-23:00 +last_modified_at: 2019-07-20 toc_sticky: false --- 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 61afea5e..3e26ae54 100644 --- a/_posts/organizations/ssi-meetup/2019-07-20-open-standards.md +++ b/_posts/organizations/ssi-meetup/2019-07-20-open-standards.md @@ -6,7 +6,7 @@ canonical_url: 'https://decentralized-id.com/organizations/ssi-meetup/open-specs redirect_from: organizations/ssi-meetup/open-standards/ categories: ["Specs-Standards"] tags: ["SSI-Meetup","DID","BTCR","Verifiable Credentials","W3C","DKMS"] -last_modified_at: 2019-07-20T11:22:33-23:00 +last_modified_at: 2019-07-20 toc_sticky: false --- diff --git a/_posts/private-sector/2019-03-08-microsoft.md b/_posts/private-sector/2019-03-08-microsoft.md index 9974fd09..a4d46285 100644 --- a/_posts/private-sector/2019-03-08-microsoft.md +++ b/_posts/private-sector/2019-03-08-microsoft.md @@ -7,7 +7,7 @@ redirect_from: private-sector/microsoft/ - id-initiatives/microsoft categories: ["Private-sector"] tags: ["Microsoft","DID","ION"] -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- ![](https://i.imgur.com/MEN8iSn.png) diff --git a/_posts/private-sector/2019-03-27-danube.md b/_posts/private-sector/2019-03-27-danube.md index 8791b5a1..4ea8d0a7 100644 --- a/_posts/private-sector/2019-03-27-danube.md +++ b/_posts/private-sector/2019-03-27-danube.md @@ -9,7 +9,7 @@ redirect_from: categories: ["Private-sector","Blockchain"] tags: ["Danube","XDI"] toc_sticky: false -last_modified_at: 2019-07-11T11:22:33-23:00 +last_modified_at: 2019-07-11 --- Danube Tech must be the longest running firm working towards user-owned and controlled internet identity. diff --git a/_posts/regulation/2019-03-01-gdpr.md b/_posts/regulation/2019-03-01-gdpr.md index 99551e0c..5ce806e0 100644 --- a/_posts/regulation/2019-03-01-gdpr.md +++ b/_posts/regulation/2019-03-01-gdpr.md @@ -10,7 +10,7 @@ redirect_from: - gdpr/ categories: ["Regulation"] tags: ["GDPR"] -last_modified_at: 2020-01-05T:11:22:33:23:00 +last_modified_at: 2020-01-05 --- The General Data Protection Regulation (GDPR) is a privacy regulation enacted May 2018, effecting anyone processing the data of EU residents. diff --git a/_posts/regulation/2020-01-06-eDIAS.md b/_posts/regulation/2020-01-06-eIDAS.md similarity index 92% rename from _posts/regulation/2020-01-06-eDIAS.md rename to _posts/regulation/2020-01-06-eIDAS.md index 215086a9..341980ee 100644 --- a/_posts/regulation/2020-01-06-eDIAS.md +++ b/_posts/regulation/2020-01-06-eIDAS.md @@ -1,23 +1,13 @@ --- -title: eDIAS - European Electronic Identification and Trust Services -toc: false -permalink: regulation/eidas/ -canonical_url: 'https://decentralized-id.com/regulation/edias/' +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"] -last_modified_at: 2020-01-05T:11:22:33:23:00 +canonical_url: 'https://decentralized-id.com/regulation/edias/' +permalink: regulation/eidas/ +last_modified_at: 2020-01-05 --- -[Aligning SSI with European Union identity legislation (aka eIDAS Regulation)](https://github.com/WebOfTrustInfo/rwot8-barcelona/blob/master/topics-and-advance-readings/Aligning-SSI-with-European-Union-Identity-legislation-eIDAS.md) - > Although electronic identification under eIDAS Regulation is today clearly aligned with SAML-based infraestructures (see Opinion No. 2/2016 of the Cooperation Network on version 1.1 of the eIDAS Technical specifications, available at https://ec.europa.eu/cefdigital/wiki/pages/viewpage.action?pageId=37750723 and eIDAS eID Profile, available https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eIDAS+Profile), nothing in the eIDAS or its implementing acts should prevent the usage of a SSI system as an electronic identification means. - > - > Thus, the second use case considers a DID as an eIDAS compliant electronic identification means, enabling - at least - transactions with Public Sector authorities and Public Administrations and, if so decided by the DID creator, also with private sector entities. - -[FutureTrust Welcomes Kantara Initiative as an Associate Project Partner](https://kantarainitiative.org/futuretrust-welcomes-kantara-initiative-as-an-associate-project-partner/) - > BRUSSELS, 29th APRIL 2019 – FutureTrust, a project supporting the practical implementation of eIDAS, today announced the Kantara Initiative as an Associate Project Partner. The Kantara Initiative is the only industry organisation focused on third party assessed digital identity and privacy assurance frameworks. It complements the talent of the existing FutureTrust partners, bringing a wealth of experience in operating trust frameworks. - -[go.eIDAS-Initiative launched across Europe and beyond](https://kantarainitiative.org/eidas-initiative-launched-across-europe-and-beyond/) - ## eID [eid.as/home/](https://www.eid.as/home/) - Regulation with linked TOC @@ -59,8 +49,6 @@ EU Blockchain Observatory and Forum Report [Blockchain and Identity](https://www * EIDAS: A PAN-EUROPEAN NATIONAL IDENTITY STANDARD > Perhaps the most important regulation dealing with identity in the EU is eIDAS, an EU regulation and a set of standards for electronic identification and trust services for electronic transactions in the European Single Market. This regulation will have a deep impact on the decentralised identity framework, above all as it pertains to government-issued/recognised identity credentials, and so is worth a closer look. -* [](https://eidas2018.eu) - ## eDIAS and Self Sovereign Identity [EIDAS SUPPORTED SELF-SOVEREIGN IDENTITY](https://ec.europa.eu/futurium/en/system/files/ged/eidas_supported_ssi_may_2019_0.pdf) @@ -78,6 +66,15 @@ trust framework created by the eIDAS Regulation. {% include video id="AHa175AEVVs" provider="youtube" %} +[Aligning SSI with European Union identity legislation (aka eIDAS Regulation)](https://github.com/WebOfTrustInfo/rwot8-barcelona/blob/master/topics-and-advance-readings/Aligning-SSI-with-European-Union-Identity-legislation-eIDAS.md) + > Although electronic identification under eIDAS Regulation is today clearly aligned with SAML-based infraestructures (see Opinion No. 2/2016 of the Cooperation Network on version 1.1 of the eIDAS Technical specifications, available at https://ec.europa.eu/cefdigital/wiki/pages/viewpage.action?pageId=37750723 and eIDAS eID Profile, available https://ec.europa.eu/cefdigital/wiki/display/CEFDIGITAL/eIDAS+Profile), nothing in the eIDAS or its implementing acts should prevent the usage of a SSI system as an electronic identification means. + > + > Thus, the second use case considers a DID as an eIDAS compliant electronic identification means, enabling - at least - transactions with Public Sector authorities and Public Administrations and, if so decided by the DID creator, also with private sector entities. + +[FutureTrust Welcomes Kantara Initiative as an Associate Project Partner](https://kantarainitiative.org/futuretrust-welcomes-kantara-initiative-as-an-associate-project-partner/) + > BRUSSELS, 29th APRIL 2019 – FutureTrust, a project supporting the practical implementation of eIDAS, today announced the Kantara Initiative as an Associate Project Partner. The Kantara Initiative is the only industry organisation focused on third party assessed digital identity and privacy assurance frameworks. It complements the talent of the existing FutureTrust partners, bringing a wealth of experience in operating trust frameworks. + +[go.eIDAS-Initiative launched across Europe and beyond](https://kantarainitiative.org/eidas-initiative-launched-across-europe-and-beyond/) ### ESSIF - European Self Sovereign Identity Framework @@ -99,7 +96,7 @@ trust framework created by the eIDAS Regulation. > Seven participants of the project (Accenture, APG, Brightlands, Chamber of Commerce, De Volksbank, Rabobank, and TNO) are developing a self-sovereign identity framework (SSIF) for the creation, validation and revocation of such identities that can be used in conjunction with blockchain technologies and the (disruptive) applications that are enabled by such technologies. The goal is to specify, validate and ultimately build a trustworthy, open digital infrastructure for self-sovereign identities that is secure, decentralized, open source, supports privacy (e.g., GDPR compliance) in multiple roles, and lacks a single point of failure or large information honey-pot. We aim to follow well-established requirements for user-centric identity systems [EU PROJECT ESSIF-LAB, AIMED AT FASTER AND SAFER ELECTRONIC TRANSACTIONS VIA THE INTERNET AS WELL AS IN REAL LIFE, OPEN FOR START-UPS AND SMES](https://www.tno.nl/en/about-tno/news/2019/12/eu-project-essif-lab-open-for-start-ups-and-smes/) -> The project will award 62 subgrants in two types of open call: one infrastructure-oriented open call targeting technical enhancements and extensions of the SSI framework and two business-oriented open calls targeting SSI business and social innovations and applications. The infrastructure-oriented open call (open to any type of innovator) and the first business-oriented open call (limited to start-ups and SMEs) are expected to open in March 2020. The exact opening date as well as the terms of reference will be available around February 2020 at essif-lab.eu. +> **_The project will award 62 subgrants_** in two types of open call: one infrastructure-oriented open call targeting technical enhancements and extensions of the SSI framework and two business-oriented open calls targeting SSI business and social innovations and applications. The infrastructure-oriented open call (open to any type of innovator) and the first business-oriented open call (limited to start-ups and SMEs) are expected to open in March 2020. The exact opening date as well as the terms of reference will be available around February 2020 at essif-lab.eu. #### [Undersatnding European Self Sovereign Identity framework](https://www.youtube.com/watch?v=P5xjnWL3Pg0) diff --git a/_posts/regulation/2020-01-06-regulation.md b/_posts/regulation/2020-01-06-regulation.md index 4ce6b154..3c29edde 100644 --- a/_posts/regulation/2020-01-06-regulation.md +++ b/_posts/regulation/2020-01-06-regulation.md @@ -1,8 +1,8 @@ --- title: Global Digital Identity and Privacy Regulations permalink: /regulation/ -toc_false -last_modified_at: 2020-01-06T:11:22:33:23:00 +toc: false +last_modified_at: 2020-01-06 --- [Self Sovereign Identity & Decentralized Identity: Control Your Data](https://dragonchain.com/blog/decentralized-identity-self-sovereign-identity-explained/#toc_15). Provides outline of some global regulations related to identity and privacy, as part of a high level SSI primer, breifly discussing: diff --git a/_posts/specs-standards/2019-03-03-specs-standards.md b/_posts/specs-standards/2019-03-03-specs-standards.md index 29c537ec..f5bc5cb0 100644 --- a/_posts/specs-standards/2019-03-03-specs-standards.md +++ b/_posts/specs-standards/2019-03-03-specs-standards.md @@ -9,7 +9,7 @@ redirect_from: author_profile: true categories: ["Specs-Standards","Hyperledger Foundation"] tags: ["Index","Credentials Community Group", "DIF","FIDO","OpenID","XDI","W3C","OASIS","JSON-LD"] -last_modified_at: 2019-11-25T11:22:33-23:00 +last_modified_at: 2019-11-25 --- I've begun exploring and becoming more familiar with the decentralized nature of digital identity. Open standards, processes, and organizations revolving around such are the most critical components of that decentralized but widely interoperable ideal. diff --git a/posts/index.html b/posts/index.html new file mode 100644 index 00000000..a5825082 --- /dev/null +++ b/posts/index.html @@ -0,0 +1,17 @@ +--- +layout: archive +title: Posts Archive +author_profile: false +sidebar: + nav: didnav +share: true + +--- + +

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

+ +{% for post in paginator.posts %} + {% include archive-single.html %} +{% endfor %} + +{% include paginator.html %}