Skip to content

Commit

Permalink
consolidating latest changes in docs to main (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney committed Oct 10, 2023
1 parent 897b74c commit 91450e5
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 475 deletions.
2 changes: 1 addition & 1 deletion docs/docs/concepts/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ The CID, **QmeTreLhxMmBaRqHemJcStvdyHZThdzi4gTmvTyY1igeCk**, can be used to acce
| ------ | ---- |
| IPFS-enabled browser (ie, [Brave](https://brave.com/ipfs-support/)) | ipfs://QmeTreLhxMmBaRqHemJcStvdyHZThdzi4gTmvTyY1igeCk |
| IPFS Desktop | QmeTreLhxMmBaRqHemJcStvdyHZThdzi4gTmvTyY1igeCk |
| IPFS https gateway | https://ipfs.io/ipfs/QmeTreLhxMmBaRqHemJcStvdyHZThdzi4gTmvTyY1igeCk
| IPFS http gateway | http://bacalhau.labdao.xyz:8080/ipfs/QmeTreLhxMmBaRqHemJcStvdyHZThdzi4gTmvTyY1igeCk
4 changes: 2 additions & 2 deletions docs/docs/concepts/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 5
sidebar_label: Tokens
---

**ProofOfScience** represents plex's unique approach to preserving, acknowledging, and ensuring the reproducibility of scientific computations. By leveraging the power of blockchain, each computation in plex can be minted into an [ERC-1155](https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/) token called a ProofOfScience Non-Fungible Token (NFT).
[**Records**](https://medium.com/@labdao/introducing-records-tokens-for-scientific-creation-d938fbf553e4) represent plex's unique approach to preserving, acknowledging, and ensuring the reproducibility of scientific computations. By leveraging the power of blockchain, each computation in plex can be minted as an [ERC-1155](https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/) NFT.

## Minting with `plex_mint`

Expand Down Expand Up @@ -60,7 +60,7 @@ By providing this level of transparency and detail, others can validate, reprodu

## Reproducibility and Acknowledgement

Storing computations as ProofOfScience tokens on-chain sets a gold standard for scientific reproducibility. It becomes an immutable record of achievement, open to scrutiny and validation by peers.
Storing computations as Records on-chain sets a gold standard for scientific reproducibility. It becomes an immutable record of achievement, open to scrutiny and validation by peers.

## Gasless Transactions

Expand Down
19 changes: 0 additions & 19 deletions docs/docs/quickstart/available-tools.md

This file was deleted.

9 changes: 5 additions & 4 deletions docs/docs/quickstart/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Install plex
description: How to install plex
sidebar_label: Install Plex
sidebar_label: Installation
sidebar_position: 1
---

Expand Down Expand Up @@ -36,7 +36,8 @@ If using a Jupyter notebook or Google Colab, you should prefix the command with

## Verification

After installation, ensure plex is working as expected by running one of the following tools:
After installation, try one of our tutorials in a Google Colab notebook

- [Small Molecule Binding Tool](../tutorials/small-molecule-binding): A quick-run algorithm; complete a job and visualize results within 5 minutes.
- [Protein Folding Tool](../tutorials/protein-folding): Comprehensive guide provided for a step-by-step walkthrough.
- [Small Molecule Binding](https://colab.research.google.com/drive/15nZrm5k9fMdAHfzpR1g_8TPIz9qgRoys?usp=sharing)
- [Protein Folding](https://colab.research.google.com/drive/1312M2VOx_YpTFgy60ZYChgR9h3a7aorr?usp=sharing)
- [Protein Binder Design](https://colab.research.google.com/drive/1P2girLxbX5W0f2cXBYXluj_WvOMivHpw?usp=sharing)
216 changes: 0 additions & 216 deletions docs/docs/tutorials/protein-folding.md

This file was deleted.

0 comments on commit 91450e5

Please sign in to comment.