Skip to content

Commit 6f99c92

Browse files
committed
update website
1 parent db44c85 commit 6f99c92

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ This is an introductory course to the Python programming language for data analy
1313
- top-down teaching approach
1414

1515

16-
> [!WARNING]
16+
> [!NOTE]
1717
> At the moment, this repository contains the unfinished walkthrough notebooks that guide the course but without detailed explanations (i.e. slides) or solutions to the exercises. The course is free and licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) License](http://creativecommons.org/licenses/by-nc-sa/4.0/). Although they do not contain the full course, the walkthrough notebooks are self-explanatory, so anyone can use them to learn about the subject at their own pace. Please, do not post exercise solutions to any public forum or publicly-accessible software repository
1818
1919

2020

21-
## Walkthrough notebooks and notes (⚠️ in development!)
21+
## Walkthrough notebooks and notes (in development!)
2222

2323
- [Installing Python for data science](https://github.com/marcoalopez/Python_course/blob/main/notebooks/installing_Python.md)
2424

2525
- [The Python programming language: getting started](https://github.com/marcoalopez/Python_course/blob/main/notebooks/Python_walkthrough.ipynb) (mostly done)
2626
- [Matplotlib overview: the scientific plotting library ](https://github.com/marcoalopez/Python_course/blob/main/notebooks/Matplotlib_walkthrough.ipynb) (mostly done)
2727
- [Numpy ("numerical Python") overview](https://github.com/marcoalopez/Python_course/blob/main/notebooks/Numpy_walkthrough.ipynb) (in development)
2828
- [Pandas overview](https://github.com/marcoalopez/Python_course/blob/main/notebooks/Pandas_walkthrough.ipynb) (in development)
29-
- [Scipy ("scientific Python") examples](https://github.com/marcoalopez/Python_course/blob/main/notebooks/Scipy.ipynb) (in development)
30-
- [Object-oriented Python for sciences: the basics](https://github.com/marcoalopez/Python_course/blob/main/notebooks/OOP4science_walkthrough.ipynb) (only outlined)
29+
- [Scipy ("scientific Python") examples](https://github.com/marcoalopez/Python_course/blob/main/notebooks/Scipy.ipynb) (outlined)
30+
- [Object-oriented Python for sciences: the basics](https://github.com/marcoalopez/Python_course/blob/main/notebooks/OOP4science_walkthrough.ipynb) (outlined)
3131

3232

3333

@@ -47,7 +47,7 @@ This is not a Python course on image analysis, geochemistry, machine learning or
4747

4848
## Author
4949

50-
[Marco A. Lopez-Sanchez](https://marcoalopez.github.io/) is an associate researcher in the Department of Geology at the University of Oviedo with expertise in the analysis of the microstructure and texture (CPO) of solid materials. He has a broad experience in programming and code development for data analysis (https://github.com/marcoalopez). His main line of research is the study of the links between the mechanical properties (elastic, plastic and/or brittle) of rocks and their mineral composition, microstructure and crystallographic orientation of their components and seismic modelling (elastic properties) of rocks using averaging schemes and reconstruction of the microstructure and texture.
50+
[Marco A. Lopez-Sanchez](https://marcoalopez.github.io/) is a researcher in the Department of Geology at the University of Oviedo with expertise in the analysis of the microstructure and texture (CPO) of solid materials. He has a broad experience in programming and code development for data analysis (https://github.com/marcoalopez). His main line of research is the study of the links between the mechanical properties (elastic, plastic and/or brittle) of rocks and their mineral composition, microstructure and crystallographic orientation of their components and seismic modelling (elastic properties) of rocks using averaging schemes and reconstruction of the microstructure and texture.
5151

5252

5353

@@ -75,8 +75,9 @@ All the notebooks are licensed under a [Creative Commons Attribution-NonCommerci
7575

7676
---
7777

78-
*Copyright © 2023 Marco A. Lopez-Sanchez*
78+
*Copyright © 2024 Marco A. Lopez-Sanchez*
7979

80-
*Information presented on this website and the notebooks is provided without any express or implied warranty and may include technical inaccuracies or typing errors; the author reserve the right to modify or enhance the content of this website as well as the notebooks at any time without previous notice. This webpage and the notebooks are not liable for the content of external links.
80+
> [!WARNING]
81+
> Information presented on this website and the notebooks is provided without any express or implied warranty and may include technical inaccuracies or typing errors; the author reserve the right to modify or enhance the content of this website as well as the notebooks at any time without previous notice. This webpage and the notebooks are not liable for the content of external links.
8182
8283
*Hosted on GitHub Pages — This website was created with [Typora](https://typora.io/)*

0 commit comments

Comments
 (0)