diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml
index 1202d93..21fe5c0 100644
--- a/.github/workflows/ghpages.yml
+++ b/.github/workflows/ghpages.yml
@@ -2,7 +2,11 @@
on:
push:
branches:
- - main
+ - gh-pages
+ permissions:
+ actions: write
+ contents: read, write
+ deployments: write
jobs:
build:
name: Deploy docs
diff --git a/.gitignore b/.gitignore
index e43b0f9..538c8c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
.DS_Store
+*~
diff --git a/README.md b/README.md
index de4944d..b6472e2 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,27 @@
-# ua-datalab.github.io
-Main page for the UArizona Data Lab
+### ua-datalab.github.io
+# Main page for the UArizona DataLab
## The _UArizona DataLab_ Programs & Services
-Programs and services that would be offered by the _UArizona DataLab_. These programs could include courses, workshops, research opportunities, and internships.
+Programs and services that are currently offered by the _UArizona DataLab_. These programs include courses, workshops, research opportunities, and internships.
-### The _UArizona DataLab_ Functions & Outreach Activities
+
-The _UArizona DataLab_ can be an effective tool for fostering and accelerate research in applied Data Science by providing access to expertise, data, collaboration, advanced infrastructure, and training opportunities.
-* _Access to Expertise_: The _UArizona DataLab_ can provide expertise and resources for complex data science projects and can be shared with students, researchers, and faculty members.
+# UArizona Data Lab Workshops - Spring 2024
-* _Access to Data_: The _UArizona DataLab_ can provide access to a wide variety of datasets that are often difficult to acquire. These data sources can include both structured and unstructured data, which can be used to develop innovative data science applications.
-* _Collaboration with other departments and institutions_: The _UArizona DataLab_ can foster collaboration between researchers, students, and industry partners. This collaboration can lead to new ideas, insights, and techniques that can be used to solve complex data science problems.
-
-* _Industry Partnerships_: The _UArizona DataLab_ could partner with industry to provide students with internships and other opportunities to gain real-world experience.
-
-* _Advanced Infrastructure_: The _UArizona DataLab_ can provide access to state-of-the-art computing infrastructure (CyVerse & HPC), which is necessary for carrying out large-scale data science projects. This infrastructure can include cloud computing platforms, high-performance computing clusters, and specialized hardware like GPUs.
-
-* _Training and Continuous Education_: The _UArizona DataLab_ can provide training and education opportunities for students, researchers, faculty members and professionals. This can include internship programs, workshops, seminars, and courses that focus on the latest data science techniques and tools.
+***
-* _Data Science Skills HR Pool_: The _UArizona DataLab_ can be a valuable DS human resources provider for research groups looking for skillful students.
+## Workshops Repositories
+* [Introduction to Data Engineering Technologies](https://github.com/ua-datalab/DataEngineering/wiki)
+* [Introduction to NextGenGeospatial Data Science](https://github.com/ua-datalab/Geospatial_Workshops/wiki)
+* [Introduction to Data Science](https://github.com/ua-datalab/Workshops)
+* [Data Science Tapas](https://github.com/ua-datalab/DataScienceTapas/wiki)
+* [Classical Machine Learning](https://github.com/ua-datalab/MLWorkshops)
+* [Introduction to Deep Learning](https://github.com/ua-datalab/DLWorkshops/wiki)
***
@@ -32,6 +30,6 @@ Created 01/27/2024; Updated 01/27/2024
Carlos Lizárraga
-[UArizona Data Lab](https://www.datascience.arizona.edu/education/uarizona-data-lab), Data Science Institute, 2023.
+[UArizona Data Lab](https://www.datascience.arizona.edu/education/uarizona-data-lab), Data Science Institute, 2024.
[](https://datascience.arizona.edu)
diff --git a/README.md~ b/README.md~
new file mode 100644
index 0000000..de4944d
--- /dev/null
+++ b/README.md~
@@ -0,0 +1,37 @@
+# ua-datalab.github.io
+Main page for the UArizona Data Lab
+
+
+## The _UArizona DataLab_ Programs & Services
+
+Programs and services that would be offered by the _UArizona DataLab_. These programs could include courses, workshops, research opportunities, and internships.
+
+### The _UArizona DataLab_ Functions & Outreach Activities
+
+The _UArizona DataLab_ can be an effective tool for fostering and accelerate research in applied Data Science by providing access to expertise, data, collaboration, advanced infrastructure, and training opportunities.
+
+* _Access to Expertise_: The _UArizona DataLab_ can provide expertise and resources for complex data science projects and can be shared with students, researchers, and faculty members.
+
+* _Access to Data_: The _UArizona DataLab_ can provide access to a wide variety of datasets that are often difficult to acquire. These data sources can include both structured and unstructured data, which can be used to develop innovative data science applications.
+
+* _Collaboration with other departments and institutions_: The _UArizona DataLab_ can foster collaboration between researchers, students, and industry partners. This collaboration can lead to new ideas, insights, and techniques that can be used to solve complex data science problems.
+
+* _Industry Partnerships_: The _UArizona DataLab_ could partner with industry to provide students with internships and other opportunities to gain real-world experience.
+
+* _Advanced Infrastructure_: The _UArizona DataLab_ can provide access to state-of-the-art computing infrastructure (CyVerse & HPC), which is necessary for carrying out large-scale data science projects. This infrastructure can include cloud computing platforms, high-performance computing clusters, and specialized hardware like GPUs.
+
+* _Training and Continuous Education_: The _UArizona DataLab_ can provide training and education opportunities for students, researchers, faculty members and professionals. This can include internship programs, workshops, seminars, and courses that focus on the latest data science techniques and tools.
+
+* _Data Science Skills HR Pool_: The _UArizona DataLab_ can be a valuable DS human resources provider for research groups looking for skillful students.
+
+
+***
+
+
+Created 01/27/2024; Updated 01/27/2024
+
+Carlos Lizárraga
+
+[UArizona Data Lab](https://www.datascience.arizona.edu/education/uarizona-data-lab), Data Science Institute, 2023.
+
+[](https://datascience.arizona.edu)
diff --git a/requirements.txt b/requirements.txt
index 662c8da..7939da3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
+##
bump2version
coverage
flake8