Skip to content

Commit

Permalink
Updated folder with css
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobfh1 committed Oct 4, 2024
1 parent 13be6b4 commit afd7498
Show file tree
Hide file tree
Showing 12 changed files with 649 additions and 219 deletions.
71 changes: 36 additions & 35 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
project:
type: website

website:
title: "Clinical Proteomics"

# Add the author and description to the metadata section
metadata:
author: "Jacob Fredegaard Hansen"
description: "Outline for clinical proteomics"
#metadata:
# author: "Jacob Fredegaard Hansen"
# description: "Outline for clinical proteomics"

# Navbar configuration
navbar:
title: "Clinical Proteomics"
# title: "Clinical Proteomics"
left:
- text: Introduction
href: index.qmd
Expand All @@ -28,48 +30,47 @@ navbar:

format:
html:
theme: flatly
css:
- stylesheets/neoteroi-mkdocs.css
- stylesheets/extra.css
theme:
light: [materia, css/materialight.scss]
dark: darkly
# include-after-body:
# - javascripts/mathjax.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
favicon: images/favicon.png
logo: images/logo.png
# favicon: images/favicon.png
# logo: images/logo.png
toc: true
toc-depth: 3
navigation:
depth: 3
highlight-style: github
# toc-depth: 3
# navigation:
# depth: 3
# highlight-style: github

# Bibliography for citations
bibliography: references.bib
#bibliography: references.bib

# Add extra configuration
extra:
#extra:
# google-analytics: !expr Sys.getenv("GOOGLE_ANALYTICS_KEY")
social-links:
- icon: github
href: https://github.com/hds-sandbox
- icon: twitter
href: https://twitter.com/ucph_heads
# social-links:
# - icon: github
# href: https://github.com/hds-sandbox
# - icon: twitter
# href: https://twitter.com/ucph_heads

# Markdown extensions
markdown:
extensions:
- abbr
- admonition
- footnotes
- attr
- def_list
- tables
- fenced_code_blocks
- table_of_contents
- callouts
- yaml_metadata_block
#markdown:
# extensions:
# - abbr
# - admonition
# - footnotes
# - attr
# - def_list
# - tables
# - fenced_code_blocks
# - table_of_contents
# - callouts
# - yaml_metadata_block

# Input/output directories
output-dir: docs
input-dir: develop
#output-dir: docs
#input-dir: develop
288 changes: 215 additions & 73 deletions _site/develop/colabfold.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions _site/develop/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

.grid-cell img {
max-width: 50%; /* Make the image responsive */
height: 50%; /* Maintain aspect ratio */
}

.layout-border {
background-color: #f0f0f0;
padding: 20px;
}
4 changes: 2 additions & 2 deletions _site/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@
"href": "develop/colabfold.html",
"title": "ColabFold",
"section": "",
"text": "!!! note “Section Overview”\n🕰 **Time Estimation:** 4 hours\n\n💬 **Learning Objectives:** \n 1. Explain the process of predicting protein structures based on amino acid sequences using the ColabFold web application. \n 2. Utilize the ColabFold web application within the UCloud environment to perform complex computational tasks with optimal performance. \n 3. Understand the metrics used by AlphaFold2 to predict protein structure models and how they relate to the confidence and accuracy of the predictions. \n\n\nColabFold is a web application that allows users to predict protein structures from sequence data. The application is based on the AlphaFold2 algorithm, which is a deep learning model that predicts protein structures from sequence data. The ColabFold application is a simplified version of the AlphaFold2 algorithm, which is designed to be used by non-computational researchers. The ColabFold application is available on the Clinical Proteomics Sandbox website and can be accessed at UCloud.\n\n\nYou 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 and upload it to your designated folder on UCloud. To initiate this process, please follow the steps below:\n:one: Log in to UCloud.\n:two: Choose a workspace that has GPU resources for optimal performance.\n:three: Access the application menu by clicking on Apps in the left-hand side menu.\n\n:three: Search for ColabFold and click on the icon for the application.\n\n: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.\n\n: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.\n\n:six: Click on “Submit” and then “Open interface” on the following page.\n\n:seven: Prior to proceeding, ensure you’ve downloaded the Jupyter Notebook labeled AlphaFold2.ipynb from the Github repository. Then, upload the notebook to your ColabFold session using the left-hand menu.\n:eight: Proceed with the ColabFold workshop, which will guide you through the process of predicting protein structures based on amino acid sequences.\n\n\n\n!!! info “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.\n2. 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.\n3. 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."
"text": "Course Abstract\n\n\n\n\nTime Estimation: 4 hours\nLearning Objectives:\n1. Explain the process of predicting protein structures based on amino acid sequences using the ColabFold web application.\n2. Utilize the ColabFold web application within the UCloud environment to perform complex computational tasks with optimal performance.\n3. Understand the metrics used by AlphaFold2 to predict protein structure models and how they relate to the confidence and accuracy of the predictions.\n\n\n\n\n\n\nColabFold is a web application that allows users to predict protein structures from sequence data. The application is based on the AlphaFold2 algorithm, which is a deep learning model that predicts protein structures from sequence data. The ColabFold application is a simplified version of the AlphaFold2 algorithm, which is designed to be used by non-computational researchers. The ColabFold application is available on the Clinical Proteomics Sandbox website and can be accessed at UCloud.\n\n\nYou 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 and upload it to your designated folder on UCloud. To initiate this process, please follow the steps below:\n\nLog in to UCloud.\n\nChoose a workspace that has GPU resources for optimal performance.\n\nAccess the application menu by clicking on Apps in the left-hand side menu.\n\nSearch for ColabFold and click on the icon for the application.\n\nChoose 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.\n\nDeploy 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.\n\nClick on “Submit” and then “Open interface” on the following page.\n\nPrior to proceeding, ensure you’ve downloaded the Jupyter Notebook labeled AlphaFold2.ipynb from the Github repository. Then, upload the notebook to your ColabFold session using the left-hand menu.\nProceed with the ColabFold workshop, which will guide you through the process of predicting protein structures based on amino acid sequences.\n\n\n\n\n\n\n\n\n\n\nAdvantages of using ColabFold at UCloud\n\n\n\n1. ColabFold at UCloud provides access to super-computing power, enabling users to perform complex computational tasks quickly and efficiently. \n2. 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. \n3. 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."
},
{
"objectID": "develop/colabfold.html#introduction",
"href": "develop/colabfold.html#introduction",
"title": "ColabFold",
"section": "",
"text": "ColabFold is a web application that allows users to predict protein structures from sequence data. The application is based on the AlphaFold2 algorithm, which is a deep learning model that predicts protein structures from sequence data. The ColabFold application is a simplified version of the AlphaFold2 algorithm, which is designed to be used by non-computational researchers. The ColabFold application is available on the Clinical Proteomics Sandbox website and can be accessed at UCloud.\n\n\nYou 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 and upload it to your designated folder on UCloud. To initiate this process, please follow the steps below:\n:one: Log in to UCloud.\n:two: Choose a workspace that has GPU resources for optimal performance.\n:three: Access the application menu by clicking on Apps in the left-hand side menu.\n\n:three: Search for ColabFold and click on the icon for the application.\n\n: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.\n\n: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.\n\n:six: Click on “Submit” and then “Open interface” on the following page.\n\n:seven: Prior to proceeding, ensure you’ve downloaded the Jupyter Notebook labeled AlphaFold2.ipynb from the Github repository. Then, upload the notebook to your ColabFold session using the left-hand menu.\n:eight: Proceed with the ColabFold workshop, which will guide you through the process of predicting protein structures based on amino acid sequences.\n\n\n\n!!! info “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.\n2. 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.\n3. 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."
"text": "ColabFold is a web application that allows users to predict protein structures from sequence data. The application is based on the AlphaFold2 algorithm, which is a deep learning model that predicts protein structures from sequence data. The ColabFold application is a simplified version of the AlphaFold2 algorithm, which is designed to be used by non-computational researchers. The ColabFold application is available on the Clinical Proteomics Sandbox website and can be accessed at UCloud.\n\n\nYou 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 and upload it to your designated folder on UCloud. To initiate this process, please follow the steps below:\n\nLog in to UCloud.\n\nChoose a workspace that has GPU resources for optimal performance.\n\nAccess the application menu by clicking on Apps in the left-hand side menu.\n\nSearch for ColabFold and click on the icon for the application.\n\nChoose 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.\n\nDeploy 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.\n\nClick on “Submit” and then “Open interface” on the following page.\n\nPrior to proceeding, ensure you’ve downloaded the Jupyter Notebook labeled AlphaFold2.ipynb from the Github repository. Then, upload the notebook to your ColabFold session using the left-hand menu.\nProceed with the ColabFold workshop, which will guide you through the process of predicting protein structures based on amino acid sequences.\n\n\n\n\n\n\n\n\n\n\nAdvantages of using ColabFold at UCloud\n\n\n\n1. ColabFold at UCloud provides access to super-computing power, enabling users to perform complex computational tasks quickly and efficiently. \n2. 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. \n3. 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."
},
{
"objectID": "develop/contributors.html",
Expand Down
12 changes: 12 additions & 0 deletions _site/site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _site/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

189 changes: 189 additions & 0 deletions _site/site_libs/quarto-html/quarto-syntax-highlighting-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit afd7498

Please sign in to comment.