diff --git a/develop/colabfold.qmd b/develop/colabfold.qmd
index a020521..5d8b20c 100644
--- a/develop/colabfold.qmd
+++ b/develop/colabfold.qmd
@@ -1,33 +1,23 @@
---
-title: ColabFold
-summary: Tutorial to get started using ColabFold at UCloud.
-date: last-modified
-hide:
- - navigation
+title: "ColabFold"
+subtitleÆ Tutorial to get started using ColabFold at UCloud.
+format: html
+date-modified: last-modified
+date-format: long
+date: 2024-09-11
+#bibliography: resources/references.bib
---
-
-
# ColabFold
-!!! note "Section Overview"
+:::{.callout-note title="Course Abstract"}
+- **Time Estimation:** 4 hours
- 🕰 **Time Estimation:** 4 hours
-
- 💬 **Learning Objectives:**
+- **Learning Objectives:**
1. Explain the process of predicting protein structures based on amino acid sequences using the ColabFold web application.
2. Utilize the ColabFold web application within the UCloud environment to perform complex computational tasks with optimal performance.
3. Understand the metrics used by AlphaFold2 to predict protein structure models and how they relate to the confidence and accuracy of the predictions.
+:::
## Introduction
@@ -36,30 +26,34 @@ ColabFold is a web application that allows users to predict protein structures f
### Getting Started
You can access ColabFold through UCloud. This integration allows you to use the tool, but before beginning the ColabFold workshop, you need to download the workshop as a Jupyter Notebook from [GitHub](https://github.com/hds-sandbox/AlphaFold_Workshop) and upload it to your designated folder on UCloud. To initiate this process, please follow the steps below:
-:one: Log in to UCloud.
-:two: Choose a workspace that has GPU resources for optimal performance.
-:three: Access the application menu by clicking on **Apps** in the left-hand side menu.
+1. Log in to UCloud.
+2. Choose a workspace that has GPU resources for optimal performance.
+3. Access the application menu by clicking on **Apps** in the left-hand side menu.
+![](images/UCloud/UCloud_apps.png){width=250 height=150 fig-align="center"}
-:three: Search for **ColabFold** and click on the icon for the application.
+4. Search for **ColabFold** and click on the icon for the application.
-:four: Choose the appropriate machine type and select a GPU, such as **u2-gpu-1**. The use of a single GPU is generally sufficient, though larger sequences may require additional computational power.
+
+5. Choose the appropriate machine type and select a GPU, such as **u2-gpu-1**. The use of a single GPU is generally sufficient, though larger sequences may require additional computational power.
-:five: Deploy your own personal folder by selecting **Folder** and adjusting the path to your directory. Be sure to select the correct **Workspace** and change the **Drive** to where you want your data to be stored, if needed. Click on the folder name to select it and then click **Use this folder** in the upper right corner of the pop-up window.
+6. Deploy your own personal folder by selecting **Folder** and adjusting the path to your directory. Be sure to select the correct **Workspace** and change the **Drive** to where you want your data to be stored, if needed. Click on the folder name to select it and then click **Use this folder** in the upper right corner of the pop-up window.
-:six: Click on "Submit" and then "Open interface" on the following page.
+7. Click on "Submit" and then "Open interface" on the following page.
-:seven: Prior to proceeding, ensure you've downloaded the Jupyter Notebook labeled **AlphaFold2.ipynb** from [the Github repository](https://github.com/hds-sandbox/AlphaFold_Workshop). Then, upload the notebook to your ColabFold session using the left-hand menu.
+8. Prior to proceeding, ensure you've downloaded the Jupyter Notebook labeled **AlphaFold2.ipynb** from [the Github repository](https://github.com/hds-sandbox/AlphaFold_Workshop). Then, upload the notebook to your ColabFold session using the left-hand menu.
-:eight: Proceed with the ColabFold workshop, which will guide you through the process of predicting protein structures based on amino acid sequences.
+9. Proceed with the ColabFold workshop, which will guide you through the process of predicting protein structures based on amino acid sequences.
### Efficient Super-Computing with ColabFold
-!!! info "Advantages of using ColabFold at UCloud"
+
+:::{.callout-tip title="Advantages of using ColabFold at UCloud"}
1. ColabFold at UCloud provides access to super-computing power, enabling users to perform complex computational tasks quickly and efficiently.
2. The user-friendly interface of ColabFold and UCloud's interactive HPC-environment make it easy for non-computational users to access and utilize the tool.
3. Using ColabFold at UCloud can be a cost-effective solution for those who require access to super-computing power, as it eliminates the need for expensive hardware or software investments and offers a pay-per-use basis instead.
+:::