Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixs to refs #116

Merged
merged 7 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ José Miguel Espinoza"
Thanks for all your effort and work. The course was very solid and educational.
A thing that I would like to see in the course is more practical examples of applications.
Regards and good luck!"
10/24/2023 8:38:21,in-person intensive workshop (one week - ~40 hours),I did a bit but fell behind,4,4,"Enjoyed the class, but don't use Flopy (I model pretty much entirely in MF-USG using custom Fortran/Python script and unstructured grids) so would have preferred instructionals re: file setup that could be applied to any model, rather than a row/column model built using Flopy. Really enjoyed the session on MOU and would like to learn more about this for my projects."
10/24/2023 8:38:21,in-person intensive workshop (one week - ~40 hours),I did a bit but fell behind,4,4,"Enjoyed the class, but don't use Flopy (I model pretty much entirely in MF-USG using custom Fortran/Python script and unstructured grids) so would have preferred instructionals re: file setup that could be applied to any model, rather than a row/column model built using Flopy. Really enjoyed the session on MOU and would like to learn more about this for my projects."
10/25/2023 6:45:30,"the ""self-guided"" approach.",I did a bit but fell behind,3,3,
15 changes: 13 additions & 2 deletions paper/feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
" )['inperson']/len(df)*100"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "118877b1-54e6-43c7-b109-d34dabe1ef36",
"metadata": {},
"outputs": [],
"source": [
"inperson"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -90,7 +100,8 @@
"outputs": [],
"source": [
"inperson.index = [\n",
" 'In-person intensive\\nworkshop\\n(~40 hours)',\n",
" '\\n\\n\\nIn-person intensive\\nworkshop\\n(~40 hours)',\n",
" 'The \"self-guided\"\\napproach',\n",
" 'This hybrid self-guided\\napproach with\\nfew online meetings\\n(as experienced now)'\n",
"]"
]
Expand Down Expand Up @@ -401,7 +412,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "gmdsitut",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
9 changes: 5 additions & 4 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ @techreport{whitepestpp
title={Approaches to highly parameterized inversion: PEST++ version 5, a software suite for parameter estimation, uncertainty analysis, management optimization and sensitivity analysis},
author={White, Jeremy T and Hunt, Randall J and Fienen, Michael N and Doherty, John E},
year={2020},
institution={US Geological Survey}
institution={US Geological Survey Techniques and Methods 7-C26}
}

@article{whitepyemu,
Expand All @@ -27,11 +27,11 @@ @article{White_A_python_framework_2016
year = {2016}
}

@article{White2020DR,
@techreport{White2020DR,
author={White, J.T. and Foster, L.K. and Fienen, M.N. and Knowling, M.J. and Hemmings, B. and Winterle, J.R.},
year = {2020},
title={Towards reproducible environmental modeling for decision support: a worked example},
journal = {{U.S. Geological Survey data release}},
institution = {U.S. Geological Survey data release},
doi={10.5066/P9AUZMI7}
}
@article{white2020r3,
Expand Down Expand Up @@ -144,5 +144,6 @@ @article{glaveski2019companies
author={Glaveski, Steve},
journal={Harvard Business Review},
volume={2},
year={2019}
year={2019},
url={https://hbr.org/2019/10/where-companies-go-wrong-with-learning-and-development}
}
Loading
Loading