├── .github ├── ISSUE_TEMPLATE │ ├── config.yml │ └── open_an_issue.md ├── config.yml └── workflows │ ├── generated-pr.yml │ └── stale.yml ├── IPFS_Golden_Age_for_Libraries_illustrations ├── Code4Lib 2017 - Golden Age for Libraries - Storing Data Together.pdf ├── Golden_Age_for_Libraries_illustrations-01.eps ├── Golden_Age_for_Libraries_illustrations-01.png ├── Golden_Age_for_Libraries_illustrations-02.eps ├── Golden_Age_for_Libraries_illustrations-03.eps ├── Golden_Age_for_Libraries_illustrations-04.eps ├── Golden_Age_for_Libraries_illustrations.ai ├── Golden_Age_for_Libraries_illustrations.eps ├── Golden_Age_for_Libraries_illustrations.pdf ├── LICENSE.md └── README.md ├── LICENSE.md └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/open_an_issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/.github/ISSUE_TEMPLATE/open_an_issue.md -------------------------------------------------------------------------------- /.github/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/.github/config.yml -------------------------------------------------------------------------------- /.github/workflows/generated-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/.github/workflows/generated-pr.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Code4Lib 2017 - Golden Age for Libraries - Storing Data Together.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Code4Lib 2017 - Golden Age for Libraries - Storing Data Together.pdf -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-01.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-01.eps -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-01.png -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-02.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-02.eps -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-03.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-03.eps -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-04.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations-04.eps -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations.ai -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations.eps -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/Golden_Age_for_Libraries_illustrations.pdf -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/LICENSE.md -------------------------------------------------------------------------------- /IPFS_Golden_Age_for_Libraries_illustrations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/IPFS_Golden_Age_for_Libraries_illustrations/README.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipfs/artwork/HEAD/README.md --------------------------------------------------------------------------------