diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..92e4230 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,59 @@ +name: Deploy Waveslab Site + +on: + push: + branches: + - deploy + +concurrency: + group: waveslab-deploy-${{ github.ref }} + cancel-in-progress: true + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - name: Check out repository + uses: actions/checkout@v4 + + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: .ruby-version + bundler-cache: false + + - name: Install Bundler + run: gem install bundler -v 2.6.9 + + - name: Install dependencies + run: bundle _2.6.9_ install --jobs 4 --retry 3 + + - name: Build site + run: JEKYLL_ENV=production bundle _2.6.9_ exec jekyll build + + - name: Verify build output + run: | + test -d _site + test -f _site/index.html + + - name: Configure SSH key + env: + DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }} + DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} + run: | + mkdir -p ~/.ssh + chmod 700 ~/.ssh + printf '%s\n' "$DEPLOY_SSH_KEY" > ~/.ssh/deploy_key + chmod 600 ~/.ssh/deploy_key + ssh-keyscan -H "$DEPLOY_HOST" >> ~/.ssh/known_hosts + + - name: Deploy with rsync + env: + DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} + DEPLOY_USER: ${{ secrets.DEPLOY_USER }} + DEPLOY_PATH: ${{ secrets.DEPLOY_PATH }} + run: | + rsync -az --delete \ + -e "ssh -i ~/.ssh/deploy_key -o StrictHostKeyChecking=yes" \ + _site/ "${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}" diff --git a/_config.yml b/_config.yml index 7689684..e302c64 100644 --- a/_config.yml +++ b/_config.yml @@ -12,8 +12,8 @@ title : "Water, Vegetation, & Society" title_separator : "-" name : "Kelly Caylor" description : "Understanding the coupled dynamics of water, vegetation and ecosystem services in drylands." -url : http://caylor.eri.ucsb.edu # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : # the subpath of your site, e.g. "/blog" +url : https://waveslab.org # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +baseurl : "" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : /assets/images/publications/placeholder.png # Global fallback for missing publication images # breadcrumbs : false # true, false (default) diff --git a/_pages/postdocs_2018.md b/_pages/postdocs_2018.md index 867c756..294ab36 100644 --- a/_pages/postdocs_2018.md +++ b/_pages/postdocs_2018.md @@ -24,15 +24,15 @@ Two research (Associate Specialist) positions are available within the Water, Ve ## Riparian Ecohydrological Dynamics -The first position is in the area of riparian ecohydrological dynamics. The WAVES lab ([caylor.eri.ucsb.edu](http://caylor.eri.ucsb.edu)) is participating in two multi-institutional projects that seek to develop novel insight into the the sustainability and resilience of riparian forest ecosystems and tools for quantitative support of land/water conservation management plans in arid and semi-arid landscapes across the southwestern US and southern France. Our project goals are to detect and assess the responses of sensitive riparian forests to drought stress over recent decades, and to generalize these responses through modeling of a warming/drying climate punctuated by variable rainfall. +The first position is in the area of riparian ecohydrological dynamics. The WAVES lab ([waveslab.org]({{ '/' | absolute_url }})) is participating in two multi-institutional projects that seek to develop novel insight into the the sustainability and resilience of riparian forest ecosystems and tools for quantitative support of land/water conservation management plans in arid and semi-arid landscapes across the southwestern US and southern France. Our project goals are to detect and assess the responses of sensitive riparian forests to drought stress over recent decades, and to generalize these responses through modeling of a warming/drying climate punctuated by variable rainfall. A successful candidate's duties would include, under supervision and within a multi-institution team environment: (1) developing and implementing landscape-scale models of riparian ecohydrology that incorporate stochastic dynamics of rainfall, surface/subsurface dynamics, plant water use and vegetation stress; (2) integrating and verifying model dynamics against multi-year meteorological data and isotopic records of riparian vegetation water sources; (3) leveraging high-resolution imagery of vegetation function and structure derived from unmanned autonomous vehicles for improved characterization of riparian ecohydrological dynamics. -Additional detail regarding this research effort can be found [here](http://caylor.eri.ucsb.edu/2018/01/28/riparian-ecohydrology-awards/). Interested individuals can appy [here](https://recruit.ap.ucsb.edu/apply/JPF01253). +Additional detail regarding this research effort can be found [here]({% link _posts/2018-01-28-funding-new-awards-for-riparian-ecohydrology.md %}). Interested individuals can appy [here](https://recruit.ap.ucsb.edu/apply/JPF01253). ## Coupled Natural-Human System Modeling -The second position is in the area of coupled natural-human system modeling. The WAVES lab (caylor.eri.ucsb.edu) is conducting research that seeks to reveal the dynamics of production and consumption of food, energy, and water resources in sub-Saharan Africa, and use these revelations to develop solutions that can better sustain coupled food, energy, and water systems through improved multi-scale, multi-resource governance. +The second position is in the area of coupled natural-human system modeling. The WAVES lab ([waveslab.org]({{ '/' | absolute_url }})) is conducting research that seeks to reveal the dynamics of production and consumption of food, energy, and water resources in sub-Saharan Africa, and use these revelations to develop solutions that can better sustain coupled food, energy, and water systems through improved multi-scale, multi-resource governance. A successful candidate's duties would include, under supervision and within a multi-institution team environment: (1) developing and implementing models of coupled natural-human systems within smallholder agricultural settings; (2) integrating and verifying model dynamics against novel data sets of high-frequency, co-located in-situ observations of agricultural decision making and crop/climate dynamics; (3) leading the authorship of research manuscripts for publication based on model development and applications. diff --git a/_people/chang.md b/_people/chang.md index a97acd3..9ae5903 100644 --- a/_people/chang.md +++ b/_people/chang.md @@ -18,7 +18,7 @@ title: Elliot Chang, Undergraduate Student, Isotope Hydrology (2013-2016) Elliot Chang, a New York City native, graduated in the Spring 2016 with a Civil and Environmental Engineering degree and a Sustainable Energy certificate.
-Throughout his undergraduate education, Elliot has persisted in studying removal methods of volatile organic compounds that cause spectral interference in isotope ratio infrared spectrometry measurements of plant/soil waters. Supported by Princeton Environmental Institute’s Smith-Newton Scholarship (2014), he has collaborated with Picarro Inc. (Sunnyvale, CA), Center for Stable Isotope Biogeochemistry (Berkeley, CA), and Princeton NMR Facilities (Princeton, NJ) in reaching his current solution. Elliot’s final work was published in RCMS in January 2016, and the developed purification protocol is patent pending. +Throughout his undergraduate education, Elliot has persisted in studying removal methods of volatile organic compounds that cause spectral interference in isotope ratio infrared spectrometry measurements of plant/soil waters. Supported by Princeton Environmental Institute’s Smith-Newton Scholarship (2014), he has collaborated with Picarro Inc. (Sunnyvale, CA), Center for Stable Isotope Biogeochemistry (Berkeley, CA), and Princeton NMR Facilities (Princeton, NJ) in reaching his current solution. Elliot’s final work was published in RCMS in January 2016, and the developed purification protocol is patent pending.
Elliot started his PhD at UC Berkeley in the Fall 2016, under Pr. Laura Lammers. @@ -27,5 +27,5 @@ title: Elliot Chang, Undergraduate Student, Isotope Hydrology (2013-2016) When he is not working, Elliot is a concert composer. His most recent commissions include an orchestral work premiere by the Sinfonia Orchestra in Richardson Auditorium and a string orchestra piece to be premiered by the United Nations International School at Carnegie Hall in 2016.
- The picture above shows Elliot and Adam at the Silas Little Experimental Forest. -
\ No newline at end of file + The picture above shows Elliot and Adam at the Silas Little Experimental Forest. + diff --git a/_people/duwan.md b/_people/duwan.md index 4d1d771..38909e2 100644 --- a/_people/duwan.md +++ b/_people/duwan.md @@ -17,4 +17,4 @@ title: Connor Duwan, Laboratory Learning Intern & Hutchins Scholar (2015) -Connor is a senior at The Lawrenceville School and worked in our lab in the summer 2015 through the Hutchins Scholars program. He worked with Cynthia on the relative influence of foliar uptake and foliar shielding on leaf water isotopes. He also designed a new protocol for the fast assessment of leaf contact angle. \ No newline at end of file +Connor is a senior at The Lawrenceville School and worked in our lab in the summer 2015 through the Hutchins Scholars program. He worked with Cynthia on the relative influence of foliar uptake and foliar shielding on leaf water isotopes. He also designed a new protocol for the fast assessment of leaf contact angle. diff --git a/_people/odonnell.md b/_people/odonnell.md index 6c89a10..1dc9b7b 100644 --- a/_people/odonnell.md +++ b/_people/odonnell.md @@ -16,4 +16,4 @@ title: James O'Donnell, Laboratory Learning Intern & Hutchins Scholar (2014 -Jimmy is a rising senior at The Lawrenceville School and worked in our lab during the summer of 2014 through the Hutchins Scholars program. He worked with Elliot on testing the use of alginate and chitosan beads for organics removal in plant water samples. Jimmy was also in charge of collecting and processing the samples for the water theft project at Silas Little Experimental Forest. And when he was not busy with those two projects, he even found the time to learn how to use an Arduino and might soon be the latest recruit of the PulseLab. \ No newline at end of file +Jimmy is a rising senior at The Lawrenceville School and worked in our lab during the summer of 2014 through the Hutchins Scholars program. He worked with Elliot on testing the use of alginate and chitosan beads for organics removal in plant water samples. Jimmy was also in charge of collecting and processing the samples for the water theft project at Silas Little Experimental Forest. And when he was not busy with those two projects, he even found the time to learn how to use an Arduino and might soon be the latest recruit of the PulseLab. diff --git a/_people/sinkler.md b/_people/sinkler.md index 3e6df60..0507799 100644 --- a/_people/sinkler.md +++ b/_people/sinkler.md @@ -16,6 +16,6 @@ title: Craig Sinkler, Summer Research Intern (2014) -Craig came to the Caylor Lab as a rising senior from Rider University, majoring in Environmental Science and minoring in Biology. In the summer of 2014, Craig worked with Cynthia, looking at foliar uptake in Colocasia Esculenta using isotopically labelled water and an array of isotope analysis. Craig also helped Adam with the fieldwork at Silas Little, as you can see in the picture on the left. +Craig came to the Caylor Lab as a rising senior from Rider University, majoring in Environmental Science and minoring in Biology. In the summer of 2014, Craig worked with Cynthia, looking at foliar uptake in Colocasia Esculenta using isotopically labelled water and an array of isotope analysis. Craig also helped Adam with the fieldwork at Silas Little, as you can see in the picture on the left. -Craig is now working for the environmental consulting group EarthRes. \ No newline at end of file +Craig is now working for the environmental consulting group EarthRes. diff --git a/_people/spiegel.md b/_people/spiegel.md index c11215b..692ac1e 100644 --- a/_people/spiegel.md +++ b/_people/spiegel.md @@ -16,10 +16,10 @@ title: Marcus Spiegel, Undergraduate Student, Agricultural Modeling (2014-2016)- Marcus Spiegel is a sophomore in the Civil and Environmental Engineering Department. He was a Grand Challenges Intern in summer 2014 working with Keita DeCarlo on the biological controls of soil cracking in a Kenyan dryland system.
+ Marcus Spiegel is a sophomore in the Civil and Environmental Engineering Department. He was a Grand Challenges Intern in summer 2014 working with Keita DeCarlo on the biological controls of soil cracking in a Kenyan dryland system.- In the Spring of 2015, Marcus received a Smith-Newton Scholarship from the Princeton Environmental Institute to conduct his own research project within the Ecohydrology Lab. Marcus will be modeling agricultural expansion in Zambia, including fieldwork and remote sensing data into his analysis. You can read more details about his project HERE. + In the Spring of 2015, Marcus received a Smith-Newton Scholarship from the Princeton Environmental Institute to conduct his own research project within the Ecohydrology Lab. Marcus will be modeling agricultural expansion in Zambia, including fieldwork and remote sensing data into his analysis. You can read more details about his project HERE.
-
\ No newline at end of file + diff --git a/_posts/2014-07-25-fieldwork-in-california.md b/_posts/2014-07-25-fieldwork-in-california.md index 052536e..9bab0df 100644 --- a/_posts/2014-07-25-fieldwork-in-california.md +++ b/_posts/2014-07-25-fieldwork-in-california.md @@ -19,6 +19,6 @@ tags: excerpt: "Group members went out to California in June to install sensors in agricultural fields with the goal of realtime monitoring of crop growth and microclimate in control, water limited, and N-limited corn fields." --- -Group members went out to California in June to install sensors in agricultural fields with the goal of realtime monitoring of crop growth and microclimate in control, water limited, and N-limited corn fields. As part of the PulseLab project, [Adam Wolf]({{ site.baseurl }}{% link _people/wolf.md %}), [Lyndon Estes]({{ site.baseurl }}{% link _people/estes.md %}), [Ben Siegfried]({{ site.baseurl }}{% link _people/siegfried.md %}) and Matteo Kruijssen (PEI Grand Challenge intern working with Lyndon and [Darren Drewry](http://jpl-nasa.academia.edu/DarrenDrewry) from NASA JPL for the summer, as part of a [SURP grant](http://caylor.eri.ucsb.edu/2013/10/two-jpl-surp-grants-received/)) went out in California in June to install sensors in agricultural fields with the goal of realtime monitoring of crop growth and microclimate in control, water limited, and N-limited corn fields. Since crop growth forecasts are largely driven by remote sensing, these observations help to improve space-borne satellite retrievals for modeling, but also provide important constraints to the local microclimate, including temperature and soil moisture, which are critical to improving the predictions of climate change impacts on crop productivity. +Group members went out to California in June to install sensors in agricultural fields with the goal of realtime monitoring of crop growth and microclimate in control, water limited, and N-limited corn fields. As part of the PulseLab project, [Adam Wolf]({{ site.baseurl }}{% link _people/wolf.md %}), [Lyndon Estes]({{ site.baseurl }}{% link _people/estes.md %}), [Ben Siegfried]({{ site.baseurl }}{% link _people/siegfried.md %}) and Matteo Kruijssen (PEI Grand Challenge intern working with Lyndon and [Darren Drewry](http://jpl-nasa.academia.edu/DarrenDrewry) from NASA JPL for the summer, as part of a [SURP grant]({% post_url 2013-10-12-two-jpl-surp-grants-received %})) went out in California in June to install sensors in agricultural fields with the goal of realtime monitoring of crop growth and microclimate in control, water limited, and N-limited corn fields. Since crop growth forecasts are largely driven by remote sensing, these observations help to improve space-borne satellite retrievals for modeling, but also provide important constraints to the local microclimate, including temperature and soil moisture, which are critical to improving the predictions of climate change impacts on crop productivity. -At the end of July, Adam and Ben went out again, to New Mexico this time. You can see the pictures of the pods installation HERE. \ No newline at end of file +At the end of July, Adam and Ben went out again, to New Mexico this time. You can see the pictures of the pods installation HERE. diff --git a/_posts/2015-03-03-pulsepod-wins-third-place-at-the-keller-centers-10th-annual-innovation-forum.md b/_posts/2015-03-03-pulsepod-wins-third-place-at-the-keller-centers-10th-annual-innovation-forum.md index 02f269f..cef6ec0 100644 --- a/_posts/2015-03-03-pulsepod-wins-third-place-at-the-keller-centers-10th-annual-innovation-forum.md +++ b/_posts/2015-03-03-pulsepod-wins-third-place-at-the-keller-centers-10th-annual-innovation-forum.md @@ -17,8 +17,8 @@ excerpt: "Kelly recently received the third place for the PulsePod at the Kelle ---  -[Kelly]({{ site.baseurl }}{% link _people/caylor.md %}) recently received the third place for the PulsePod at the Keller Center‘s 10th annual Innovation Forum. This event is the opportunity for University researchers to present potentially marketable discoveries. Kelly only had three minutes to convince the judges that the environmental sensing platform will indeed help empowering land managers to make better decisions about their resources. The PulsePod device is combination of hardware and software and provides in-field monitoring of crop health, microclimate, water and nutrients — information that is currently not easily available to farmers. +[Kelly]({{ site.baseurl }}{% link _people/caylor.md %}) recently received the third place for the PulsePod at the Keller Center‘s 10th annual Innovation Forum. This event is the opportunity for University researchers to present potentially marketable discoveries. Kelly only had three minutes to convince the judges that the environmental sensing platform will indeed help empowering land managers to make better decisions about their resources. The PulsePod device is combination of hardware and software and provides in-field monitoring of crop health, microclimate, water and nutrients — information that is currently not easily available to farmers. -This year’s forum also included presentations on a new treatment for cancer, a possible solution to widespread water contamination and a type of laser that could diagnose diseases before any symptoms appear. The picture on the left shows this year’s winners (Kelly is in the middle of the second row). You can see the official announcement HERE. +This year’s forum also included presentations on a new treatment for cancer, a possible solution to widespread water contamination and a type of laser that could diagnose diseases before any symptoms appear. The picture on the left shows this year’s winners (Kelly is in the middle of the second row). You can see the official announcement HERE. -This year was the tenth consecutive Innovation Forum and the Civil and Environmental Engineering Department has a long history of convincing innovators that their ideas are worth commercializing. See the summary of the latest CEE innovations success stories, including the PulsePod, HERE. \ No newline at end of file +This year was the tenth consecutive Innovation Forum and the Civil and Environmental Engineering Department has a long history of convincing innovators that their ideas are worth commercializing. See the summary of the latest CEE innovations success stories, including the PulsePod, HERE. diff --git a/_posts/2015-04-14-4344.md b/_posts/2015-04-14-4344.md index e415869..221fbdf 100644 --- a/_posts/2015-04-14-4344.md +++ b/_posts/2015-04-14-4344.md @@ -34,7 +34,7 @@ As an ecohydrologist at Princeton University, Caylor wants to understand how cli In 2014, Caylor and his colleagues designed Pulsepod, a network of pods with mix-and-match environmental sensors that transmit data back to Princeton by cell phone. Once the team finishes its pilot testing, Caylor hopes Pulsepod will give researchers a better grasp of the complex relationships among water, soil, and plants in dryland ecosystems. Ultimately, the system should help growers better plan and manage their fields. -Caylor discussed this environmental monitoring system at the February 2015 meeting of the American Association for the Advancement of Science in San Jose. Afterward, SciCom’s Kerry Klein caught up with him to talk about pods, text messaging and digging up trees in Africa. +Caylor discussed this environmental monitoring system at the February 2015 meeting of the American Association for the Advancement of Science in San Jose. Afterward, SciCom’s Kerry Klein caught up with him to talk about pods, text messaging and digging up trees in Africa. **You are an ecohydrologist. What does that mean?** @@ -102,4 +102,4 @@ You have to be optimistic, right? These problems are hard. They’re almost impo -_**About the Author:** Kerry Klein is a graduate student in the science communication program at the University of California, Santa Cruz. She’s written for Science, Eos and the San Jose Mercury News. Follow on Twitter [@einekleinekerry](http://twitter.com/einekleinekerry)._ \ No newline at end of file +_**About the Author:** Kerry Klein is a graduate student in the science communication program at the University of California, Santa Cruz. She’s written for Science, Eos and the San Jose Mercury News. Follow on Twitter [@einekleinekerry](http://twitter.com/einekleinekerry)._ diff --git a/_posts/2015-04-14-new-paper-in-ecosphere.md b/_posts/2015-04-14-new-paper-in-ecosphere.md index 74484e9..89fd798 100644 --- a/_posts/2015-04-14-new-paper-in-ecosphere.md +++ b/_posts/2015-04-14-new-paper-in-ecosphere.md @@ -22,6 +22,6 @@ excerpt: "Drew Gower and Kelly Caylor co-authored a paper that was recently publ --- [Ecosphere header]({{ "assets/images/ecosphereheader.jpg" | absolute_url }}) -[Drew Gower]({{ site.baseurl }}{% link _people/gower.md %}) and [Kelly Caylor]({{ site.baseurl }}{% link _people/caylor.md %}) co-authored a paper that was recently published in Ecosphere. The findings of the article suggest that hippopotamus provide a significant fraction of the organic nutrients used by aquatic consumers. +[Drew Gower]({{ site.baseurl }}{% link _people/gower.md %}) and [Kelly Caylor]({{ site.baseurl }}{% link _people/caylor.md %}) co-authored a paper that was recently published in Ecosphere. The findings of the article suggest that hippopotamus provide a significant fraction of the organic nutrients used by aquatic consumers. [Go to the article](http://www.esajournals.org/doi/full/10.1890/ES14-00514.1){: .btn .btn--success} diff --git a/_posts/2016-06-23-frances-odonnell-starting-as-assistant-professor-at-auburn-university.md b/_posts/2016-06-23-frances-odonnell-starting-as-assistant-professor-at-auburn-university.md index 32ca0de..363e5f5 100644 --- a/_posts/2016-06-23-frances-odonnell-starting-as-assistant-professor-at-auburn-university.md +++ b/_posts/2016-06-23-frances-odonnell-starting-as-assistant-professor-at-auburn-university.md @@ -13,10 +13,10 @@ tags: - Frances O'Donnell excerpt: "Caylor Lab alum Frances O’Donnell will be starting this fall as an assistant professor of hydrologic engineering in the Department of Civil Engineering at Auburn University" header: - teaser: http://caylor.eri.ucsb.edu/wp-content/uploads/2016/06/IMG_7804.jpg + teaser: /wp-content/uploads/2016/06/IMG_7804.jpg ---
-
+
Caylor Lab alum [Frances O’Donnell]({{ site.baseurl }}{% link _people/fodonnell.md %})
will be starting this fall as an assistant professor of hydrologic engineering in the Department of Civil Engineering at Auburn University. Her position is part of the Climate, Human and Earth System Sciences (CHESS) cluster hire, which facilitates an interdisciplinary, systems approach to understanding, predicting, and reacting to changes in coupled human-earth systems across multi-scales from local to global. She says she is looking forward to bringing the experience she gained as a postdoc at NAU in studying the eco- and sociohydrology of managed, fire-adapted forests to new challenges in the Southeast. She is joining fellow Princeton CEE alum Lauren Beckingham on the Auburn CE faculty.
@@ -24,4 +24,4 @@ will be starting this fall as an assistant professor of hydrologic engineering
Congrats Frances! -
\ No newline at end of file + diff --git a/_posts/2016-07-14-cynthia-gerlein-safdi-receives-mary-and-randall-hack-69-graduate-award.md b/_posts/2016-07-14-cynthia-gerlein-safdi-receives-mary-and-randall-hack-69-graduate-award.md index 6e97e06..db8d82a 100644 --- a/_posts/2016-07-14-cynthia-gerlein-safdi-receives-mary-and-randall-hack-69-graduate-award.md +++ b/_posts/2016-07-14-cynthia-gerlein-safdi-receives-mary-and-randall-hack-69-graduate-award.md @@ -19,7 +19,7 @@ tags: excerpt: "Cynthia Gerlein-Safdi just got awarded the Mary and Randall Hack ‘69 Graduate Award by the Princeton Environmental Institute" ---
-
+
[Cynthia Gerlein-Safdi]({{ site.baseurl }}{% link _people/gerlein-safdi.md %})
just got awarded the Mary and Randall Hack ‘69 Graduate Award by the Princeton Environmental Institute. The Mary and Randall Hack ’69 Award provides research funding to support Princeton University graduate students pursuing innovative research on water and water-related topics with implications for the environment. Cynthia is planning on using the award for her project mapping dew formation in tropical forests using the QuikSCAT satellite.
@@ -27,4 +27,4 @@ excerpt: "Cynthia Gerlein-Safdi just got awarded the Mary and Randall Hack ‘6
See the PEI announcement HERE. -
\ No newline at end of file + diff --git a/_posts/2016-09-23-nasa-jet-propulsion-lab-surp-grant-received.md b/_posts/2016-09-23-nasa-jet-propulsion-lab-surp-grant-received.md index 85be92b..c39102c 100644 --- a/_posts/2016-09-23-nasa-jet-propulsion-lab-surp-grant-received.md +++ b/_posts/2016-09-23-nasa-jet-propulsion-lab-surp-grant-received.md @@ -3,7 +3,7 @@ id: 4761 title: NASA Jet Propulsion Lab SURP grant received date: 2016-09-23T12:37:52+00:00 author: Cynthia Gerlein-Safdi -guid: https://caylor.eri.ucsb.edu/?p=4761 +guid: https://waveslab.org/?p=4761 permalink: /2016/09/23/nasa-jet-propulsion-lab-surp-grant-received/ categories: - Collaboration diff --git a/_posts/2016-11-11-article-published-in-environmental-research-letters.md b/_posts/2016-11-11-article-published-in-environmental-research-letters.md index 5c08567..7d8466c 100644 --- a/_posts/2016-11-11-article-published-in-environmental-research-letters.md +++ b/_posts/2016-11-11-article-published-in-environmental-research-letters.md @@ -3,7 +3,7 @@ id: 4775 title: Article published in Environmental Research Letters date: 2016-11-11T17:09:41+00:00 author: Cynthia Gerlein-Safdi -guid: https://caylor.eri.ucsb.edu/?p=4775 +guid: https://waveslab.org/?p=4775 permalink: /2016/11/11/article-published-in-environmental-research-letters/ categories: - News diff --git a/_posts/2016-12-07-caylor-lab-at-agu-2016-fall-meeting.md b/_posts/2016-12-07-caylor-lab-at-agu-2016-fall-meeting.md index 08a9b83..2de36cc 100644 --- a/_posts/2016-12-07-caylor-lab-at-agu-2016-fall-meeting.md +++ b/_posts/2016-12-07-caylor-lab-at-agu-2016-fall-meeting.md @@ -3,7 +3,7 @@ id: 4881 title: Caylor Lab at AGU 2016 Fall Meeting date: 2016-12-07T20:12:57+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4874 +guid: https://waveslab.org/?p=4874 permalink: /2016/12/07/caylor-lab-at-agu-2016-fall-meeting/ categories: - Conferences diff --git a/_posts/2017-04-17-krell-fulbright-fellowship.md b/_posts/2017-04-17-krell-fulbright-fellowship.md index 8212bdf..2bc1e37 100644 --- a/_posts/2017-04-17-krell-fulbright-fellowship.md +++ b/_posts/2017-04-17-krell-fulbright-fellowship.md @@ -3,7 +3,7 @@ id: 4882 title: Natasha Krell wins Fulbright award to Kenya date: 2017-04-17T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4882 +guid: https://waveslab.org/?p=4882 permalink: /2017/04/17/krell-fulbright-fellowship/ categories: - Funding diff --git a/_posts/2017-05-15-cynthia-gerlein-safdi-named-to-michigan-society-of-fellows.md b/_posts/2017-05-15-cynthia-gerlein-safdi-named-to-michigan-society-of-fellows.md index 3cfbd74..956af4e 100644 --- a/_posts/2017-05-15-cynthia-gerlein-safdi-named-to-michigan-society-of-fellows.md +++ b/_posts/2017-05-15-cynthia-gerlein-safdi-named-to-michigan-society-of-fellows.md @@ -3,7 +3,7 @@ id: 9723 title: Cynthia Gerlein-Safdi named to Michigan Society of Fellows date: 2017-05-15T16:01:00+00:00 author: Kelly Caylor -guid: https://caylor.eri.ucsb.edu/?p=9723 +guid: https://waveslab.org/?p=9723 permalink: /2017/05/15/cynthia-michigan/ categories: - Funding diff --git a/_posts/2017-06-02-casade-borlaug.md b/_posts/2017-06-02-casade-borlaug.md index 7e7ae0e..7108667 100644 --- a/_posts/2017-06-02-casade-borlaug.md +++ b/_posts/2017-06-02-casade-borlaug.md @@ -3,7 +3,7 @@ id: 4883 title: Cascade Tuholske awarded Borlaug Fellowship to research urban food security in Ghana & Zambia date: 2017-06-04T16:01:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4883 +guid: https://waveslab.org/?p=4883 permalink: /2017/06/02/cascade-borlaug/ categories: - Funding diff --git a/_posts/2017-09-27-Zambia-arable-marks-2017.md b/_posts/2017-09-27-Zambia-arable-marks-2017.md index b4e07dd..b77356f 100644 --- a/_posts/2017-09-27-Zambia-arable-marks-2017.md +++ b/_posts/2017-09-27-Zambia-arable-marks-2017.md @@ -3,7 +3,7 @@ id: 4885 title: Arable Mark deployments in Zambia’s Southern Province date: 2017-09-27T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4885 +guid: https://waveslab.org/?p=4885 permalink: /2017/09/27/Zambia-arable-marks-2017/ categories: - News diff --git a/_posts/2017-10-10-casade-fao.md b/_posts/2017-10-10-casade-fao.md index 0c0923d..fef3946 100644 --- a/_posts/2017-10-10-casade-fao.md +++ b/_posts/2017-10-10-casade-fao.md @@ -3,7 +3,7 @@ id: 3334 title: WAVES Lab Contributes to 2017 FAO State of Food & Agriculture Report date: 2017-10-10T16:01:00+00:00 author: Cascade Tuholske -guid: https://caylor.eri.ucsb.edu/?p=3334 +guid: https://waveslab.org/?p=3334 permalink: /2017/06/02/cascade-fao/ categories: - Policy diff --git a/_posts/2018-04-09-kwaw-waves.md b/_posts/2018-04-09-kwaw-waves.md index 3db56e0..59cd480 100644 --- a/_posts/2018-04-09-kwaw-waves.md +++ b/_posts/2018-04-09-kwaw-waves.md @@ -3,7 +3,7 @@ id: 3777 title: IFPRI Researcher, Dr. Kwaw Andam, Visits WAVES Lab date: 2018-04-07T16:01:00+00:00 author: Cascade Tuholske -guid: https://caylor.eri.ucsb.edu/?p=3777 +guid: https://waveslab.org/?p=3777 permalink: /2018/04/07/ifpri-waves/ categories: - News diff --git a/_posts/2018-05-10-postdocs.md b/_posts/2018-05-10-postdocs.md index f1edad7..791ef07 100644 --- a/_posts/2018-05-10-postdocs.md +++ b/_posts/2018-05-10-postdocs.md @@ -21,15 +21,15 @@ Two research (Associate Specialist) positions are available within the Water, Ve ## Riparian Ecohydrological Dynamics -The first position is in the area of riparian ecohydrological dynamics. The WAVES lab ([caylor.eri.ucsb.edu](http://caylor.eri.ucsb.edu)) is participating in two multi-institutional projects that seek to develop novel insight into the the sustainability and resilience of riparian forest ecosystems and tools for quantitative support of land/water conservation management plans in arid and semi-arid landscapes across the southwestern US and southern France. Our project goals are to detect and assess the responses of sensitive riparian forests to drought stress over recent decades, and to generalize these responses through modeling of a warming/drying climate punctuated by variable rainfall. +The first position is in the area of riparian ecohydrological dynamics. The WAVES lab ([waveslab.org]({{ '/' | absolute_url }})) is participating in two multi-institutional projects that seek to develop novel insight into the the sustainability and resilience of riparian forest ecosystems and tools for quantitative support of land/water conservation management plans in arid and semi-arid landscapes across the southwestern US and southern France. Our project goals are to detect and assess the responses of sensitive riparian forests to drought stress over recent decades, and to generalize these responses through modeling of a warming/drying climate punctuated by variable rainfall. A successful candidate's duties would include, under supervision and within a multi-institution team environment: (1) developing and implementing landscape-scale models of riparian ecohydrology that incorporate stochastic dynamics of rainfall, surface/subsurface dynamics, plant water use and vegetation stress; (2) integrating and verifying model dynamics against multi-year meteorological data and isotopic records of riparian vegetation water sources; (3) leveraging high-resolution imagery of vegetation function and structure derived from unmanned autonomous vehicles for improved characterization of riparian ecohydrological dynamics. -Additional detail regarding this research effort can be found [here](http://caylor.eri.ucsb.edu/2018/01/28/riparian-ecohydrology-awards/). Interested individuals can appy [here](https://recruit.ap.ucsb.edu/apply/JPF01253). +Additional detail regarding this research effort can be found [here]({% link _posts/2018-01-28-funding-new-awards-for-riparian-ecohydrology.md %}). Interested individuals can appy [here](https://recruit.ap.ucsb.edu/apply/JPF01253). ## Coupled Natural-Human System Modeling -The second position is in the area of coupled natural-human system modeling. The WAVES lab (caylor.eri.ucsb.edu) is conducting research that seeks to reveal the dynamics of production and consumption of food, energy, and water resources in sub-Saharan Africa, and use these revelations to develop solutions that can better sustain coupled food, energy, and water systems through improved multi-scale, multi-resource governance. +The second position is in the area of coupled natural-human system modeling. The WAVES lab ([waveslab.org]({{ '/' | absolute_url }})) is conducting research that seeks to reveal the dynamics of production and consumption of food, energy, and water resources in sub-Saharan Africa, and use these revelations to develop solutions that can better sustain coupled food, energy, and water systems through improved multi-scale, multi-resource governance. A successful candidate's duties would include, under supervision and within a multi-institution team environment: (1) developing and implementing models of coupled natural-human systems within smallholder agricultural settings; (2) integrating and verifying model dynamics against novel data sets of high-frequency, co-located in-situ observations of agricultural decision making and crop/climate dynamics; (3) leading the authorship of research manuscripts for publication based on model development and applications. diff --git a/_posts/2018-06-29-avery-summer-omidyar.md b/_posts/2018-06-29-avery-summer-omidyar.md index 425dd9d..d7ff833 100644 --- a/_posts/2018-06-29-avery-summer-omidyar.md +++ b/_posts/2018-06-29-avery-summer-omidyar.md @@ -3,7 +3,7 @@ id: 4883 title: Ryan Avery developing ML system for Omidyar Network at Clark Labs date: 2018-06-29T00:00:00+00:00 author: Ryan Avery -guid: https://caylor.eri.ucsb.edu/?p=4883 +guid: https://waveslab.org/?p=4883 permalink: /2018/06/29/summer-omidyar-project/ categories: - Funding diff --git a/_posts/2018-10-03-Kenya-wsc-2018-activities.md b/_posts/2018-10-03-Kenya-wsc-2018-activities.md index 9c948f2..f46e938 100644 --- a/_posts/2018-10-03-Kenya-wsc-2018-activities.md +++ b/_posts/2018-10-03-Kenya-wsc-2018-activities.md @@ -3,7 +3,7 @@ id: 4884 title: Monitoring crop production and farmer decision-making in central Kenya date: 2018-10-03T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4884 +guid: https://waveslab.org/?p=4884 permalink: /2018/10/03/Kenya-wsc-2018-activities/ categories: - News diff --git a/_posts/2018-11-29-avery-swc-workshop.md b/_posts/2018-11-29-avery-swc-workshop.md index 8402655..72d89e6 100644 --- a/_posts/2018-11-29-avery-swc-workshop.md +++ b/_posts/2018-11-29-avery-swc-workshop.md @@ -3,7 +3,7 @@ id: 4885 title: Sharing data science skills with the DataUp program and Software Carpentry date: 2018-11-29T00:00:00+00:00 author: Ryan Avery -guid: https://caylor.eri.ucsb.edu/?p=4885 +guid: https://waveslab.org/?p=4885 permalink: /2018/11/29/avery-swc-workshop/ categories: - Teaching diff --git a/_posts/2019-05-14-summer-funding-update.md b/_posts/2019-05-14-summer-funding-update.md index b8674bc..fcc162c 100644 --- a/_posts/2019-05-14-summer-funding-update.md +++ b/_posts/2019-05-14-summer-funding-update.md @@ -3,7 +3,7 @@ id: 4886 title: Scholarships, fellowships, and grants awarded to WAVES lab students date: 2019-05-14T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4886 +guid: https://waveslab.org/?p=4886 permalink: /2019/05/14/summer-funding-update/ categories: - Research diff --git a/_posts/2019-10-07-agu-2019.md b/_posts/2019-10-07-agu-2019.md index 98e970d..3c4b403 100644 --- a/_posts/2019-10-07-agu-2019.md +++ b/_posts/2019-10-07-agu-2019.md @@ -3,7 +3,7 @@ id: 4887 title: WAVES lab at the AGU Fall Meeting 2019 date: 2019-10-07T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4887 +guid: https://waveslab.org/?p=4887 permalink: /2019/05/14/aug-2019/ categories: - Conferences diff --git a/_posts/2020-05-07-covid.md b/_posts/2020-05-07-covid.md index e2e8e79..f398659 100644 --- a/_posts/2020-05-07-covid.md +++ b/_posts/2020-05-07-covid.md @@ -3,7 +3,7 @@ id: 4888 title: Finding support in a time of physical distancing date: 2020-05-07T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4888 +guid: https://waveslab.org/?p=4888 permalink: /2020/05/07/covid/ categories: - General diff --git a/_posts/2020-05-10-tuholskePhDone.md b/_posts/2020-05-10-tuholskePhDone.md index b3da552..bad2109 100644 --- a/_posts/2020-05-10-tuholskePhDone.md +++ b/_posts/2020-05-10-tuholskePhDone.md @@ -3,7 +3,7 @@ id: 6001 title: Cascade Tuholske Defends Disseration via Zoom date: 2020-05-10T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=6001 +guid: https://waveslab.org/?p=6001 permalink: /2020/05/10/tuholskePhDone/ categories: - General diff --git a/_posts/2020-11-28-agu-2020.md b/_posts/2020-11-28-agu-2020.md index 0a7fd23..4018b81 100644 --- a/_posts/2020-11-28-agu-2020.md +++ b/_posts/2020-11-28-agu-2020.md @@ -3,7 +3,7 @@ id: 4889 title: AGU Fall Meeting 2020 date: 2020-11-28T00:00:00+00:00 author: Natasha Krell -guid: https://caylor.eri.ucsb.edu/?p=4889 +guid: https://waveslab.org/?p=4889 permalink: /2020/11/28/agu-2020/ categories: - Conferences