update README.md and .gitignore
updated lecture information and notes for 1st exercise
This commit is contained in:
parent
a840f0663b
commit
ce24db6a8e
40
.gitignore
vendored
40
.gitignore
vendored
@ -152,3 +152,43 @@ dmypy.json
|
|||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
|
|
||||||
|
# General
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Icon must end with two \r
|
||||||
|
Icon
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
.com.apple.timemachine.donotpresent
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
||||||
|
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
||||||
|
# Built Visual Studio Code Extensions
|
||||||
|
*.vsix
|
||||||
|
12
README.md
12
README.md
@ -1,7 +1,11 @@
|
|||||||
# Seismological Data Analysis
|
# Seismological Data Analysis 2022
|
||||||
|
|
||||||
Jupyter Notebooks for class "Seismological Data Analysis"
|
Jupyter Notebooks for class "Seismological Data Analysis" (summer term 2022)
|
||||||
|
|
||||||
## This is an empty template
|
## License
|
||||||
|
The content of this repository is licensed under Creative Commons Attribution 4.0 International (CC-BY 4.0) ***unless otherwise stated*** (see below)
|
||||||
|
## Lectures
|
||||||
|
|
||||||
***Do not use this repository.*** Instead create a new repository every year and fill it up with the contents for the students.
|
### 01 - Python Introduction
|
||||||
|
|
||||||
|
This has been forked from [Seismo Live](http://seismo-live.org). The source code is available at https://github.com/krischer/seismo_live (licensed under a ***CC BY-NC-SA 4.0 License***. © 2015-2019 Lion Krischer).
|
||||||
|
Loading…
Reference in New Issue
Block a user