Skip to content

Commit 951269f

Browse files
committed
added links to repos of published MSs
1 parent 7d42566 commit 951269f

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ Feel free to reach out, or directly fork, change, and create pull requests, or c
8181

8282
### References
8383

84-
1. Wang, B., & Steven D. Allison. (2022) [Climate-driven legacies in simulated microbial communities alter litter decomposition rates](https://www.frontiersin.org/articles/10.3389/fevo.2022.841824). Frontiers in Ecology and Evolution 10,841824
84+
1. Wang, B., & Steven D. Allison. (2022) [Climate-driven legacies in simulated microbial communities alter litter decomposition rates](https://www.frontiersin.org/articles/10.3389/fevo.2022.841824). Frontiers in Ecology and Evolution 10,841824 [[GitHub Repo](https://github.com/bioatmosphere/microbiome-climate-gradient)]
8585

86-
2. Wang, B., & Steven D. Allison. (2021) [Drought Legacies Mediated by Trait Tradeoffs in Soil Microbiomes]( https://doi.org/10.1002/ecs2.3562). Ecosphere 12, e03562
86+
2. Wang, B., & Steven D. Allison. (2021) [Drought Legacies Mediated by Trait Tradeoffs in Soil Microbiomes]( https://doi.org/10.1002/ecs2.3562). Ecosphere 12, e03562 [[GitHub Repo](https://github.com/bioatmosphere/microbiome-drought-legacy)]
8787

88-
3. Wang, B., & Allison, S. D. (2019).[Emergent properties of organic matter decomposition by soil enzymes](https://doi.org/10.1016/j.soilbio.2019.107522). Soil Biology and Biochemistry, 136, 107522
88+
3. Wang, B., & Allison, S. D. (2019).[Emergent properties of organic matter decomposition by soil enzymes](https://doi.org/10.1016/j.soilbio.2019.107522). Soil Biology and Biochemistry, 136, 107522 [[GitHub Repo](https://github.com/bioatmosphere/An_emergent_soil_enzyme_decomposition_model)]
8989

9090
4. Allison, S. D., & Goulden, M. L. (2017). [Consequences of drought tolerance traits for microbial decomposition in the DEMENT model](https://doi.org/10.1016/j.soilbio.2017.01.001). Soil Biology and Biochemistry, 107, 104-113.
9191

src/dementpy.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
"""
22
-------------------------------------------------------------------------------
3-
DEMENTpy--Decomposition Model of Enzymatic Traits in Python,v1.0
4-
Bin Wang
5-
Department of Ecology and Evolutionary Biology
6-
University of California Irvine
7-
Emails: wbwenwu@gmail.com or bwang7@uci.edu
8-
Twitter: @bio_atmosphere
3+
DEMENTpy--Decomposition Model of Enzymatic Traits in Python
4+
by Bin Wang (wbwenwu@gmail.com|@bio_atmosphere)
95
-------------------------------------------------------------------------------
106
"""
117
import os
@@ -25,8 +21,6 @@ def main():
2521
---------------------------------------------------------------------------
2622
DEMENTpy
2723
(DEcomposition Model of Enzymatic Traits in Python)
28-
Department of Ecology and Evolutionary Biology
29-
University of California Irvine
3024
---------------------------------------------------------------------------
3125
""")
3226

0 commit comments

Comments
 (0)