Learn how to contribute to the wiki section of the Ecological Dynamics Department webpage. If you think you have an important information, script, package or just a piece of code that might be interesting for your colleagues, consider to turn it into a blogpost for our webpage.
You have a nice piece of code? You have developed a cool package? You have something to share within (or even outside) our department?
You can share it with a blogpost on our EcoDynIZW Website by following these simple steps!
{d6}
package. It provides several functions for our department along with Rmarkdown templates, including the D6 blogpost template.# install.packages(remotes)
remotes::install_github("EcoDynIZW/d6")
File > New File... > R Markdown...
.From Template
section, choose the D6 Blogpost Template from the list.Please use the spell check before knitting and pushing the post.
Please check if the code is running (in a reasonable time) as we have to rebuild the page from time to time.
Use styling like `plot()` for function names in the text and `{pckg}` package names.
Pick examples that are simple enough in terms of file size and performance so that they can be easily reproduced within the script.
Make sure that your code can be run by anybody reading the post. If you need data inputs, generate made-up data examples, use data sets from packages, or link to the data source (make sure it is publicly available as readers are not necessarily part of the department!)
For attribution, please cite this work as
Wenzler-Meya & Scherer (2023, June 26). Ecological Dynamics: How to Make a Blogpost: a Brief Introduction. Retrieved from https://ecodynizw.github.io/posts/howtopost/
BibTeX citation
@misc{wenzler-meya2023how, author = {Wenzler-Meya, Moritz and Scherer, Cédric}, title = {Ecological Dynamics: How to Make a Blogpost: a Brief Introduction}, url = {https://ecodynizw.github.io/posts/howtopost/}, year = {2023} }