Skip to content

Commit c04e299

Browse files
authored
Merge pull request #18 from DEMENT-Model/re-main
Fixing typos in READ.ME
2 parents 7d42566 + eae5dce commit c04e299

2 files changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
![GitHub forks](https://img.shields.io/github/forks/bioatmosphere/DEMENTpy?style=social)
2424
<!--![Twitter Follow](https://img.shields.io/twitter/follow/bioatmo_sphere?style=social)-->
2525

26-
This model is spatially and mechanistically explicit in simulating a microbial system comprising a large number of hypothetical microbial taxa in terrestial environments. As indicated by the 'py' in its name, DEMENTpy is developed and programmed in Python, based on its predecesor [DEMENT](https://github.com/stevenallison/DEMENT) developed by Steven Allison (promgrammed in R).
26+
DEMENT (Decomposition Model of Enzymatic Traits) is spatially and mechanistically explicit in simulating a microbial system comprising a large number of hypothetical microbial taxa in terrestial environments. As indicated by the 'py' in its name, DEMENTpy is developed and programmed in Python, based on its predecesor [DEMENT](https://github.com/stevenallison/DEMENT) developed by Steven Allison (originally programmed in R).
2727

2828
<p align='center'> <img src="documentation/figures/DEMENTpy_conceptual_structure.jpg"> </p>
2929

3030
### Vision
3131

32-
DEMENTpy, initiated with in mind practicing **Real Open Science**, is devoted to 100% OPEN SOURCE and longterm maintanence and development, which, however, will not be limited to ourselves but sincerely seek inputs from the communities that could be as broad as microbial ecology, systems biology, theoretical ecology, etc. Just because of community inputs, please read closely our statement on **policies and rules** of making contributions to DEMENTpy or applying it to your own research.
32+
DEMENTpy was developed with practicing **Real Open Science** in mind and is devoted to 100% OPEN SOURCE and longterm maintanence and development. We sincerely seek inputs from communities ranging from microbial ecology, systems biology, theoretical ecology, etc. Please read closely our statement on **policies and rules** of making contributions to DEMENTpy or applying it to your own research.
3333

3434
<p align='center'> <img src="documentation/figures/DEMENTpy_programming_structure.png"> </p>
3535

3636
### Structure and Process
3737

38-
This model is built upon its predecessor--DEMENT, an R-based framework initially developed by Steven Allison back in 2012. Except for the programming language change, a series of changes have been made with an overarching goal of making it more readily accessible to the research and teaching communities as broad as microbial ecology, theoretical ecology, and ecosystem ecology, as well as biology. This model simulates processes ranging from degradation of substrates through microbial processes encompassing uptake, metabolism, mortality, reproduction, and dispersal in a spatially explicit, mechanistically explicit fashion. For more detailed information about DEMENTpy, we refer readers/users temporarily to an [Appendix](https://github.com/bioatmosphere/microbiome-drought-legacy/tree/master/writing) of the 1st manuscript applying this model. An actual documentation is under conceiving.
38+
This model is built upon its predecessor--DEMENT, an R-based framework initially developed by Steven Allison back in 2012. In addition to the programming language, a series of changes have been made with an overarching goal of making it more readily accessible to the research and teaching communities. This model simulates plant litter decomposition from enzymatic degradation of substrates to microbial processes encompassing uptake, metabolism, mortality, reproduction, and dispersal in a spatially explicit, mechanistically explicit fashion. For more detailed information about DEMENTpy, we refer readers/users temporarily to an [Appendix](https://github.com/bioatmosphere/microbiome-drought-legacy/tree/master/writing) of the 1st manuscript applying this model. An actual documentation is under conceiving.
3939

4040

4141
### Run DEMENTpy
@@ -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)