From c927528507d383d3aa62836f14b110333124efcb Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Tue, 24 Dec 2024 17:17:01 +0530 Subject: [PATCH] Revised teaching page --- _config.yml | 6 +- _courses/advanced_string_algorithms.md | 8 --- _courses/computational_genomics_course.md | 86 ----------------------- tabs/teaching.md | 32 +-------- 4 files changed, 4 insertions(+), 128 deletions(-) delete mode 100644 _courses/advanced_string_algorithms.md delete mode 100644 _courses/computational_genomics_course.md diff --git a/_config.yml b/_config.yml index b5b719e..464c2dc 100644 --- a/_config.yml +++ b/_config.yml @@ -163,9 +163,9 @@ exclude: - README.md - LICENSE -collections: - courses: - output: true +#collections: + #courses: + #output: true sitemap_exclude: # Sitemap will exclude the following items. fuzzy: diff --git a/_courses/advanced_string_algorithms.md b/_courses/advanced_string_algorithms.md deleted file mode 100644 index 0b816c3..0000000 --- a/_courses/advanced_string_algorithms.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Advanced String Algorithms -permalink: /courses/advanced_string_algorithms.html ---- - -# Computational Genomics - -Welcome to the Advanced String Algorithms course. Below are the lecture notes and supplementary materials: \ No newline at end of file diff --git a/_courses/computational_genomics_course.md b/_courses/computational_genomics_course.md deleted file mode 100644 index b03bd0c..0000000 --- a/_courses/computational_genomics_course.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: Computational Genomics -type: course -permalink: /courses/computational_genomics_course.html -# The Computational Genomics course materials. -# © 2024 [Your Name] -# MIT License ---- - - - - - - -# Computational Genomics - -Welcome to the **Computational Genomics** course. Below are the lecture notes and supplementary materials for the topics covered. - ---- - -### Lecture Notes and Topics - -#### **What are Genomics and Computational Genomics?** - - - ---- - -### **Sequence Alignment** - -* **Dynamic Programming and Edit Distance** - - - -* **Global Alignment** - - - -* **Local Alignment** - - - ---- - -### **Assembly** - -* **Assembly & Shortest Common Superstring** - - - -* **Brute-Force SCS** - - - ---- - -### Additional Topics and Resources - -Stay tuned for updates on advanced topics. diff --git a/tabs/teaching.md b/tabs/teaching.md index 20f15bd..f5d02e2 100644 --- a/tabs/teaching.md +++ b/tabs/teaching.md @@ -10,37 +10,7 @@ type: teaching -# Courses Offered +# Teaching (under construction)
Welcome to the **Teachings** section. Below is a list of courses offered. Click on the course name to access detailed lecture notes and resources. - ---- - -## Course Catalog - -### 1. [Computational Genomics](/courses/computational_genomics_course.html) -**Level:** Introductory -This course introduces the fundamentals of genomics and computational approaches for solving problems in genomic analysis. - -
- View Course -
- ---- - -### 2. [Advanced String Algorithms](/courses/advanced_string_algorithms.html) -**Level:** Advanced -An in-depth exploration of advanced string algorithms and their applications in computational biology and computer science. - -
- View Course -
- ---- - -## Navigation Instructions - -1. **Click on the course name** to access the course details page. -2. Each course page contains lecture notes, video lectures, and supplementary resources organized by topic. -3. For any questions or assistance, please contact the course administrator.