decentralized-id.github.io/_pages/id-toml.md

47 lines
2.3 KiB
Markdown
Raw Normal View History

2019-03-28 23:40:33 +00:00
---
layout: single
classes: wide
title: Blockchain Identity Reources - TOML
description: The beginnings of a tagged database for blockchain identity related resources.
2019-04-12 03:04:31 +00:00
permalink: toml/id-toml/
2019-06-09 20:06:22 +00:00
canonical_url: 'https://decentralized-id.com/toml/id-toml/'
2020-01-06 07:31:44 +00:00
date: 2019-03-28
2019-04-12 03:04:31 +00:00
redirect_from:
- toml/id-toml.html
- toml/id-toml
- id-toml/
- id-toml
2019-03-28 23:40:33 +00:00
---
This page has two toml files from [infominer33/SourceCrypto](https://github.com/infominer33/SourceCrypto) embedded into it, with some help from [gist-it.appspot.com](https://gist-it.appspot.com)
## Wish List
2019-06-09 20:06:22 +00:00
* some simple way to check [didecentral.github.io](https://decentralized-id.com) against these lists, and output a list of links that have yet to be included.
2019-03-28 23:40:33 +00:00
* an app that will take a list of links as the input and output a toml file with title\description automatically populated based on metadata..
that would make it a lot easier.. then I just go in and fine tune each entry.
I suppose it would make the most sense to prioritize those objectives, rather than constructing everything by hand.
Scraping a list of links from wherever I want is simple.. so really the two things are checking a list of links against a toml file(s), outputting any links not found in the db already. Another script to construct a toml file grabbing metadata.
@MaciekLaskus suggested I include authors, which is true. I believe I intended to eventually:
>what's really missing is tagging all of these resources by authors, co-authors, references/citations
>
> once this is done, topical tags can be derived algorithmically<br>
> [Enabling Author-Centric Ranking of Web Content](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.397.8960&rep=rep1&type=pdf)
## blockchain-id.toml
2019-04-12 03:04:31 +00:00
* [SourceCrypto/_data/toml/blockchain-id.toml](https://github.com/infominer33/SourceCrypto/blob/master/_data/toml/blockchain-id.toml)
2019-03-28 23:40:33 +00:00
2019-04-12 03:04:31 +00:00
<script src="https://gist-it.appspot.com/https://github.com/infominer33/SourceCrypto/raw/master/_data/toml/blockchain-id.toml"></script>
2019-03-28 23:40:33 +00:00
## blockchain-id2.toml
2019-04-12 03:04:31 +00:00
* [SourceCrypto/_data/toml/blockchain-id2.toml](https://github.com/infominer33/SourceCrypto/blob/master/_data/toml/blockchain-id2.toml)
2019-03-28 23:40:33 +00:00
2019-04-12 03:04:31 +00:00
<script src="https://gist-it.appspot.com/https://github.com/infominer33/SourceCrypto/raw/master/_data/toml/blockchain-id2.toml"></script>