mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-01-05 12:30:51 -05:00
modified date
This commit is contained in:
parent
c21264d1ba
commit
c2bcb0aaed
@ -1,37 +0,0 @@
|
||||
---
|
||||
layout: single
|
||||
title: Twitter Query - IIW 31
|
||||
description: "Curated feed from #iiw #iiw31"
|
||||
excerpt: "List of posts from IIW #31"
|
||||
permalink: iiw/
|
||||
toc: false
|
||||
header:
|
||||
image: /images/DecentralizeID_Twitter.png
|
||||
caption: "[@DecentralizeID](https://twitter.com/DecentralizeID)"
|
||||
classes: wide
|
||||
---
|
||||
|
||||
{% for row in site.data.iiw103120 %}
|
||||
<h3><a href="https://twitter.com/{{ row.User }}">@{{ row.User }}</a> wrote at: <a href="{{ row.Link }}">{{ row.Time }}</a></h3>
|
||||
<p><sup>Likes: <a href="{{ row.Link }}/likes">{{ row.Favorites }}</a> Following: <a href="https://twitter.com/{{ row.User }}/following/">{{ row.Following }}</a> Followed: <a href="https://twitter.com/{{ row.User }}/followers/">{{ row.Followers }}</a> {% if row.Retweets != "0" %}Retweets: <a href="{{ row.Link }}/retweets">{{ row.Retweets }}</a>{% endif %} {% if row.ReplyURL != "[]" and row.ReplyURL != blank %} - <a href="{{ row.ReplyURL }}">Reply to</a>{% endif %}</sup></p>
|
||||
<blockquote>{{ row.Text }}</blockquote>
|
||||
{% if row.Urls != "[]" %}
|
||||
{% assign lnks = row.Urls | split: "," %}
|
||||
{% assign urlt = row.UrlTitle | split: "," %}
|
||||
{% assign urld = row.UrlDesc | split: "," %}
|
||||
{% assign urli = row.UrlImg | split: "," %}
|
||||
{% assign foo = 0 %}
|
||||
{% for lnk in lnks %}{% assign ln = lnk | remove: "[" | remove: "]" | remove: "'" | remove: '"' %}{% assign urt = urlt[foo] | remove: "[" | remove: "]" | remove: "'" | remove: '"' | remove: 'None' %}{% assign urd = urld[foo] | remove: "[" | remove: "]" | remove: "'" | remove: '"' | remove: 'None' %}{% assign uri = urli[foo] | remove: "[" | remove: "]" | remove: "'" | remove: '"' | remove: 'None' %}
|
||||
<a href="{{ ln }}">{% if urt != blank %}{{ urt }}{% else %}{{ ln }}{% endif %}</a>
|
||||
{% if urd != blank and urd != "Weve detected that JavaScript is disabled in your browser. Would you like to proceed to legacy Twitter?" %}<blockquote>{{ urd | remove: "[" | remove: "]" | remove: "'" | remove: '"' }}</blockquote>{% endif%}
|
||||
{% if uri != blank %}<img src="{{ uri }}"/>{% endif%}{% assign foo = foo | plus: 1 %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% assign htags = row.Hashtags | split: "', '" %}
|
||||
{% for h in htags %}<a href="https://twitter.com/hashtag/{{ h | remove: "['" | remove: "']" }}">#{{ h | remove: "['" | remove: "']" }}</a> {% endfor %}
|
||||
{% if row.ImageUrls != "[]" %}
|
||||
{% assign imgs = row.ImageUrls | split: "', '" %}
|
||||
{% for img in imgs %}<img src="{{ img | remove: "['" | remove: "']" }}">{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -1,37 +0,0 @@
|
||||
---
|
||||
layout: single
|
||||
title: Twitter Query - Decentralized ID
|
||||
description: "Curated feed from twitter hashtags #decentralizedid #iiw #selfsovereignid"
|
||||
excerpt: "Stay up to date on decentralizing digital identity topics on Twitter"
|
||||
permalink: /twitter/
|
||||
toc: false
|
||||
header:
|
||||
image: /images/DecentralizeID_Twitter.png
|
||||
caption: "[@DecentralizeID](https://twitter.com/DecentralizeID)"
|
||||
classes: wide
|
||||
---
|
||||
|
||||
{% for row in site.data.ssitw103120 %}
|
||||
<h3><a href="https://twitter.com/{{ row.User }}">@{{ row.User }}</a> wrote at: <a href="{{ row.Link }}">{{ row.Time }}</a></h3>
|
||||
<p><sup>Likes: <a href="{{ row.Link }}/likes">{{ row.Favorites }}</a> Following: <a href="https://twitter.com/{{ row.User }}/following/">{{ row.Following }}</a> Followed: <a href="https://twitter.com/{{ row.User }}/followers/">{{ row.Followers }}</a> {% if row.Retweets != "0" %}Retweets: <a href="{{ row.Link }}/retweets">{{ row.Retweets }}</a>{% endif %} {% if row.ReplyURL != "[]" and row.ReplyURL != blank %} - <a href="{{ row.ReplyURL }}">Reply to</a>{% endif %}</sup></p>
|
||||
<blockquote>{{ row.Text }}</blockquote>
|
||||
{% if row.Urls != "[]" %}
|
||||
{% assign lnks = row.Urls | split: "," %}
|
||||
{% assign urlt = row.UrlTitle | split: "," %}
|
||||
{% assign urld = row.UrlDesc | split: "," %}
|
||||
{% assign urli = row.UrlImg | split: "," %}
|
||||
{% assign foo = 0 %}
|
||||
{% for lnk in lnks %}{% assign ln = lnk | remove: "[" | remove: "]" | remove: "'" | remove: '"' %}{% assign urt = urlt[foo] | remove: "[" | remove: "]" | remove: "'" | remove: '"' | remove: 'None' %}{% assign urd = urld[foo] | remove: "[" | remove: "]" | remove: "'" | remove: '"' | remove: 'None' %}{% assign uri = urli[foo] | remove: "[" | remove: "]" | remove: "'" | remove: '"' | remove: 'None' %}
|
||||
<a href="{{ ln }}">{% if urt != blank %}{{ urt }}{% else %}{{ ln }}{% endif %}</a>
|
||||
{% if urd != blank and urd != "Weve detected that JavaScript is disabled in your browser. Would you like to proceed to legacy Twitter?" %}<blockquote>{{ urd | remove: "[" | remove: "]" | remove: "'" | remove: '"' }}</blockquote>{% endif%}
|
||||
{% if uri != blank %}<img src="{{ uri }}"/>{% endif%}{% assign foo = foo | plus: 1 %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% assign htags = row.Hashtags | split: "', '" %}
|
||||
{% for h in htags %}<a href="https://twitter.com/hashtag/{{ h | remove: "['" | remove: "']" }}">#{{ h | remove: "['" | remove: "']" }}</a> {% endfor %}
|
||||
{% if row.ImageUrls != "[]" %}
|
||||
{% assign imgs = row.ImageUrls | split: "', '" %}
|
||||
{% for img in imgs %}<img src="{{ img | remove: "['" | remove: "']" }}">{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@ -11,7 +11,7 @@ canonical_url: 'https://decentralized-id.com/companies/digital-bazaar/'
|
||||
published: false
|
||||
categories: ["Companies","Blockchain"]
|
||||
tags: ["Digital Bazaar","DHS","Veres One","JSON-LD"]
|
||||
|
||||
last_modified_at: 2020-11-04
|
||||
---
|
||||
|
||||
![](https://i.imgur.com/v2ZuWeL.jpg)
|
||||
|
@ -1,68 +0,0 @@
|
||||
[0] http://domino.research.ibm.com/library/cyberdig.nsf/papers/EEB54FF3B91C1D648525759B004FBBB1/%24File/rz3730_revised.pdf
|
||||
[0] http://iiw.identitycommons.net/1A/_DID_101_%E2%80%93_Decentralized_Identifiers_%26_how_they_are_the_key_to_interoperable_self-sovereign_ID
|
||||
[0] https://adtoken.com/uploads/white-paper.pdf
|
||||
[0] https://ben-mydata2018-activitypub.bengo.is/slides.md
|
||||
[0] https://blockchainforimpact.org/bfisummitjune2018/
|
||||
[0] https://coinreport.net/outlier-ventures-invests-becomes-strategic-partner-evernym/
|
||||
[0] https://cowcerts.dev/
|
||||
[0] https://dflow.orgbook.gov.bc.ca/
|
||||
[0] https://docs.mooti.co/
|
||||
[0] https://dominode.com/
|
||||
[0] https://esatus.com/
|
||||
[0] https://gdprindex.com/
|
||||
[0] https://illinoisblockchain.tech/
|
||||
[0] https://illinoisblockchain.tech/illinois-partners-with-evernym-to-launch-birth-registration-pilot-f2668664f67c
|
||||
[0] https://infocert.digital/
|
||||
[0] https://mooti.co/
|
||||
[0] https://onekosmos.com/product-details/
|
||||
[0] https://refugees.bitnation.co/
|
||||
[0] https://twinpeek.net/
|
||||
[0] https://votest.democracy.earth/
|
||||
[0] https://www.accenture-insights.nl/en-us/articles/how-blockchain-will-revolutionize-identity-management
|
||||
[0] https://www.diid.io/
|
||||
[0] https://www.esatus.com/
|
||||
[0] https://www.ethnews.com/decentralized-identity-foundation-announces-formation-at-consensus-2017
|
||||
[0] https://www.ethnews.com/DecentralizedIDentity-foundation-announces-formation-at-consensus-2017
|
||||
[0] https://www.factom.com/company-updates/factom-inc-wins-contract-award-from-the-department-of-homeland-security-preventing-forgery-counterfeiting/
|
||||
[0] https://www.tokencommons.org/Windhover-Principles-for-Digital-Identity-Trust-Data.html
|
||||
[0] https://www.trustedkey.com/
|
||||
[0] https://xdi.org/
|
||||
|
||||
[404] http://www.rss.org.uk/data-manifesto
|
||||
[404] https://coinjournal.net/origin-protocol-partners-on-new-erc-725-alliance-to-promote-the-adoption-of-blockchain-based-identity-standard
|
||||
[404] https://decentralized-id.com/organizations/sovrin/
|
||||
[404] https://decentralized-id.com/private-sector/danube/
|
||||
[404] https://decentralized-id.com/private-sector/microsoft/%20-%20id-initiatives/microsoft
|
||||
[404] https://developer.ibm.com/code/2018/05/22/swipe-right-on-verifiable-credentials/
|
||||
[404] https://dhh1128.github.io/peer-did-method-spec/index.html
|
||||
[404] https://dhh1128.github.io/peer-did-method-spec/index.html%22%3E%3Cimg%20src=%22https://imgur.com/QlhWEmfl.png
|
||||
[404] https://diacc.ca/pan-canadian-trust-framework/
|
||||
[404] https://docs.blockstack.org/core/naming/did.html
|
||||
[404] https://drive.google.com/drive/u/0/folders/1UxLLugRQKuV8Mdvv_X9Y6ty4szSi5ZNU?ogsrc=32
|
||||
[404] https://ebpi.nl/en/home/
|
||||
[404] https://github.com/blockstack/blockstack-core/blob/master/docs/blockstack-did-spec.md
|
||||
[404] https://github.com/canada-ca/PCTF-CCP/blob/master/public-sector-profile/recommendation-draft/Readme.md
|
||||
[404] https://github.com/gautamdhameja/substrate-verifiable-credentials
|
||||
[404] https://github.com/hyperledger/aries-agent
|
||||
[404] https://github.com/hyperledger/indy-node/blob/master/docs/relationship-diagram.png
|
||||
[404] https://github.com/hyperledger/indy-sdk/blob/master/doc/android-build.md
|
||||
[404] https://github.com/projectdanube/withsqlite
|
||||
[404] https://github.com/uport-project/ethr-did-resolver/blob/develop/doc/did-method-spec.md
|
||||
[404] https://idpro.org/member-present
|
||||
[404] https://mydata2018.org/index.php?gf-download=2018%2F08%2FMyData-2018.pdf&form-id=19&field-id=8&hash=45decf638aebfd987eddcdc18bf858dabf9f56b47dfab7797b08542fe224e035
|
||||
[404] https://mydata2018.org/wp-content/uploads/sites/14/gravity_forms/19-eb584a27cf50606ce6d69843eecada2f/2018/08/Datafund-MyData-Helsinki-2018-v1.0.pdf,https://mydata2018.org/wp-content/uploads/sites/14/gravity_forms/19-eb584a27cf50606ce6d69843eecada2f/2018/08/Datafund-MyData-Helsinki-2018-v1.0.pptx
|
||||
[404] https://newsroom.mastercard.com/press-releases/mastercard-microsoft-join-forces-to-advance-digital-identity-innovatioeuns/
|
||||
[404] https://nuid.io/pdfs/solution-overview.pdf
|
||||
[404] https://press.pwc.com/News-releases/id2020-to-kick-start-digital-identity-summit-at-un-with-pwc-support./s/9fe11be5-cbd8-486b-b4d2-d798f486d0f2
|
||||
[404] https://s3.us-east-2.amazonaws.com/evernym-cs/sovrin-STNnetwork/www/trust-anchor.html
|
||||
[404] https://sovrin.org/steward/global-consent/
|
||||
[404] https://ssiscoop.com/
|
||||
[404] https://t.co/cGZ
|
||||
[404] https://untangled.world/wp-content/uploads/2017/08/everynym-logo-1400x357.png
|
||||
[404] https://www-01.ibm.com/common/ssi/cgi-bin/ssialias?htmlfid=61014461USEN
|
||||
[404] https://www.biasmlopes.com/
|
||||
[404] https://www.blockpass.org/downloads/BlockpassWhitepaper.v1.3.3.pdf
|
||||
[404] https://www.ccn.com/top-bitcoin-companies-propose-windhover-principles-new-digital-framework-digital-identity-trust-open-data/
|
||||
[404] https://www.eid.as/home/
|
||||
[404] https://www.lvm.fi/documents/20181/859937/MyData-nordic-model/2e9b4eb0-68d7-463b-9460-821493449a63?version=1.0
|
||||
|
Loading…
Reference in New Issue
Block a user