diff --git a/src/SUMMARY.md b/src/SUMMARY.md index aec2727..b681ece 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -7,6 +7,11 @@ - [Description](./description.md) +# Resources +- [iGEM](./resources/igem.md) +- [Synthetic Biology](./resources/synbio.md) +- [Modelling](./resources/modelling.md) + # Wet Lab - [Overview](./wet-lab/index.md) diff --git a/src/resources/igem.md b/src/resources/igem.md new file mode 100644 index 0000000..7cab3b2 --- /dev/null +++ b/src/resources/igem.md @@ -0,0 +1,8 @@ +# iGEM + +## iGEM engineering webinars + +- [https://technology.igem.org/engineering/webinars](https://technology.igem.org/engineering/webinars) +- [https://2021.igem.org/Engineering/Webinars](https://2021.igem.org/Engineering/Webinars) + +[Examples of Successful Past iGEM Dry-Lab Projects](https://2020.igem.org/Teams/Mentorship/Dry_Lab_Impulse) diff --git a/src/resources/modelling.md b/src/resources/modelling.md new file mode 100644 index 0000000..d3c08b6 --- /dev/null +++ b/src/resources/modelling.md @@ -0,0 +1,45 @@ +# Modelling + +## Chemical Engineering Modelling + +- [OpenChemE modelling GitHub](https://github.com/OpenChemE) + +## Math Modelling + +- [Mathematical modeling in systems biology](https://www.math.uwaterloo.ca/~bingalls/MMSB/Notes.pdf) + +## Enzyme Kinetics (Thanks to Piyush for these resources) + +In this section, you will be learning about Enzymes, and how they may be modelled mathematically. This is similar to the Le Chatelier’s principle from **IB Chemistry 12**, so may be a good idea to brush up on that if you are a little rusty! + +### OrganicChemTutor: What is an Enzyme? + + + +### KhanAcademy: Introduction to Enzyme Kinetics + + + +### KhanAcademy: Steady States and Michaelis-Menten Equations + + + +### KhanAcademy: Enzymatic Inhibition + + + +### KhanAcademy: Cooperativity + + + +### KhanAcademy: Allosteric Regulation and Feedback Loops + + + +### KhanAcademy: Non-Enzymatic Protein Function + + + +### KhanAcademy: Covalent Modifications to Enzymes + + diff --git a/src/resources/synbio.md b/src/resources/synbio.md new file mode 100644 index 0000000..4d45d0f --- /dev/null +++ b/src/resources/synbio.md @@ -0,0 +1,28 @@ +# Synthetic Biology + +Thanks to Piyush and Kimia for these resources! + +## Introduction to Synthetic Biology + +Synthetic biology is a field of biology that combines principles of engineering and science to create new biological systems or modify existing ones for specific purposes. This can include the engineering of new enzymes, the creation of living organisms with specific properties or the development of new genetic circuits. The ultimate goal of synthetic biology is to create new functions or applications that are not found in nature. + +To begin, familiarize yourself with general biology. In the suggested videos below, I will be focusing on the central dogma of biology (how do we get from DNA to protein), but I **highly recommend** you look into additional resources if you need help! + +### CrashCourse: DNA Structure and Replication + + + +### CrashCourse: Transcription and Translation + + + +### CrashCourse: What is Biotechnology? + + + +![Plasmid](../static/resources/plasmid.png) + +## CSBERG (Canadian Synthetic Biology Education Research Group): + +- [YouTube videos](https://www.youtube.com/playlist?list=PLzvN52ZEpjycAiYGH8gwvmNcba9ckz_US) +- [Google Drive folder](https://drive.google.com/drive/folders/1t2Sdaso1IImNbQC8IbyVLTqBLy8Ftrtb?usp=sharing) diff --git a/src/static/resources/plasmid.png b/src/static/resources/plasmid.png new file mode 100644 index 0000000..7039bdd Binary files /dev/null and b/src/static/resources/plasmid.png differ