diff --git a/README.md b/README.md
index ff65d70..450177f 100644
--- a/README.md
+++ b/README.md
@@ -1,27 +1,54 @@
-# merino
+# merino: Mastering Econometrics Regressions, Inference, and Numerical Optimization
-Mastering Econometrics Regressions, Inference, and Numerical Optimization
+## Introduction
-These notebooks are produced from the source code of:
+Welcome to merino, a comprehensive collection of Jupyter notebooks designed to help you master econometrics. These notebooks cover various topics in regression analysis, inference, and numerical optimization, making them an excellent resource for students, researchers, and practitioners in the field of econometrics.
+
+## Source
+
+These notebooks are based on the content from:
[Using Python for Introductory Econometrics](http://upfie.net)
-Ch2. The Simple Regression Model:
-
-
+## Notebooks
+
+Each notebook corresponds to a chapter from the source material. Click on the "Open in Colab" badge to view and interact with the notebook in Google Colab.
+
+1. **Ch2. The Simple Regression Model**
+
+
+
+
+2. **Ch3. Multiple Regression Analysis: Estimation**
+
+
+
+
+3. **Ch4. Multiple Regression Analysis: Inference**
+
+
+
+
+4. **Ch5. MRA - OLS Asymptotics**
+
+
+
+
+5. **Ch6. MRA - Further Issues**
+
+
+
+
+## How to Use
+
+1. Click on the "Open in Colab" badge next to the notebook you want to explore.
+2. The notebook will open in Google Colab, where you can run the code and interact with the content.
+3. To save your changes, make sure to save a copy to your Google Drive or download the notebook.
-Ch3. Multiple Regression Analysis: Estimation:
-
-
+## Contributing
-Ch4. Multiple Regression Analysis: Inference:
-
-
+If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/alanlujan91/merino).
-Ch5. MRA - OLS Asymptotics:
-
-
+## License
-Ch6. MRA - Further Issues:
-
-
+Please refer to the original source material at [Using Python for Introductory Econometrics](http://upfie.net) for licensing information.
diff --git a/myst.yml b/myst.yml
index 8ddb90f..fad1e9e 100644
--- a/myst.yml
+++ b/myst.yml
@@ -2,7 +2,7 @@
version: 1
project:
id: ece0387a-4e0b-4c95-8b5c-b7484546c4f5
- title: Mastering Econometrics Regressions, Inference, and Numerical Optimization
+ title: merino
jupyter: true
# description:
# keywords: []
@@ -20,6 +20,18 @@ project:
site:
template: book-theme
- # options:
- # favicon: favicon.ico
- # logo: site_logo.png
+ options:
+ favicon: resources/H-color.png
+ logo: resources/university.shield.rgb.blue.png
+ logo_text: "JHU AAP Economics"
+ logo_dark: resources/university.shield.rgb.white.png
+ nav:
+ - title: Advanced Academic Programs
+ url: https://advanced.jhu.edu/
+ - title: Economics Graduate Programs
+ url: https://advanced.jhu.edu/academics/fields-of-study/applied-economics/
+ - title: Canvas
+ url: https://canvas.jhu.edu/
+ actions:
+ - title: "GitHub Source"
+ url: "https://github.com/jhu-aap-econ/merino"
diff --git a/resources/H-color.png b/resources/H-color.png
new file mode 100644
index 0000000..3816621
Binary files /dev/null and b/resources/H-color.png differ
diff --git a/resources/university.shield.rgb.black.png b/resources/university.shield.rgb.black.png
new file mode 100644
index 0000000..186d22c
Binary files /dev/null and b/resources/university.shield.rgb.black.png differ
diff --git a/resources/university.shield.rgb.blue.png b/resources/university.shield.rgb.blue.png
new file mode 100644
index 0000000..4f82ec4
Binary files /dev/null and b/resources/university.shield.rgb.blue.png differ
diff --git a/resources/university.shield.rgb.white.png b/resources/university.shield.rgb.white.png
new file mode 100644
index 0000000..0f6d2fb
Binary files /dev/null and b/resources/university.shield.rgb.white.png differ