Skip to content

Commit

Permalink
update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 4, 2024
1 parent 088f23e commit 8035b71
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 22 deletions.
63 changes: 45 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch2.%20The%20Simple%20Regression%20Model.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
## 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**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch2.%20The%20Simple%20Regression%20Model.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

2. **Ch3. Multiple Regression Analysis: Estimation**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch3.%20Multiple%20Regression%20Analysis%20-%20Estimation.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

3. **Ch4. Multiple Regression Analysis: Inference**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch4.%20Multiple%20Regression%20Analysis%20-%20Inference.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

4. **Ch5. MRA - OLS Asymptotics**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch5.%20MRA%20-%20OLS%20Asymptotics.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

5. **Ch6. MRA - Further Issues**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch6.%20MRA%20-%20Further%20Issues.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

## 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: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch3.%20Multiple%20Regression%20Analysis%20-%20Estimation.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
## Contributing

Ch4. Multiple Regression Analysis: Inference: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch4.%20Multiple%20Regression%20Analysis%20-%20Inference.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
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: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch5.%20MRA%20-%20OLS%20Asymptotics.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
## License

Ch6. MRA - Further Issues: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch6.%20MRA%20-%20Further%20Issues.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
Please refer to the original source material at [Using Python for Introductory Econometrics](http://upfie.net) for licensing information.
20 changes: 16 additions & 4 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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"
Binary file added resources/H-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/university.shield.rgb.black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/university.shield.rgb.blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/university.shield.rgb.white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8035b71

Please sign in to comment.