From a436d1b497a32928ff4f322f555170031624e0a3 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 22 Jun 2024 18:30:32 +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..dc8677e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# WEAI_Confrence_In_Situ_Uranium + +Preparing a manuscript to present at the WEAI conference. Modified work from CBEA paper, but with more economic modeling. \ No newline at end of file