From 9f6ffd2c3792be63c740c65ce497b360f2f28896 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 10 Feb 2026 22:26:34 +0000 Subject: [PATCH] Initial commit --- .gitignore | 27 +++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02d2546 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# ---> LaTex +*.aux +*.glo +*.idx +*.log +*.toc +*.ist +*.acn +*.acr +*.alg +*.bbl +*.blg +*.dvi +*.glg +*.gls +*.ilg +*.ind +*.lof +*.lot +*.maf +*.mtc +*.mtc1 +*.out +*.log +*.synctex.gz +*.pdf + diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff34eef --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Population_Study_Presentation + +Beamer Slides for Lunch and learn about the Kemmerer Population study methods. \ No newline at end of file