# DEVELOP Readme Template The Markdown Readme text file should contain everything that someone would want to know about the code prior to downloading it. You should update the README.md file for your project by clicking the blue `Edit` button (you may need to use the blue down arrow and select Edit). ### Readme Resources - [Readme 101](https://www.makeareadme.com/) - [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) - Examples from past DEVELOP Projects #### **Copy & Paste everything below into the README.md in your project repository.** # Project Short Title **Project:** Insert Project Short Title **Node:** Insert DEVELOP Node Name (Example: Virginia – Langley) **Term:** Insert Term and Year **Previous Term:** Term and Year *(delete this field if this is the first term of the code)* **Team:** Name 1 (Project Lead), Name 2, Name 3, Name 4 **Previous Team:** Name 1 (Project Lead), Name 2, Name 3, Name 4 *(delete this field if this is the first term of the code)* **Code Contact:** Name, [Email] (add email address that can be accessed longterm after DEVELOP) ## Introduction What motivated the creation of the code and how does the code address the problem? (1 paragraph, 3-5 sentences) ## Applications and Scope Where will the code be used, and to what extent? ## Capabilities What can this code do, how has it improved the way work is performed and decisions are made? ## Interfaces ### Languages What languages does it use, how do the users actually interface with the end product? ### Packages What other libraries or software packages does it rely on? - List packages or software required for the code to work - R - `rgdal` - `timeseries` - Python - `xarray` - etc. ## Parameters Describe any steps needed for the script to run. It will help to specify which line in the code will need to be changed by the user based on their needs. 1. step 1 2. step 2 3. include examples ## Assumptions, Limitations, & Errors This is where limitations of the theory, model, science, etc should be briefly documented. If the tools only work for a specific scenario, say so. ## Support Tell people where they can go to for help. Provide links to chat rooms, include email addresses, relevant tutorials, etc. ## Acknowledgments Include acknowledgments of who helped develop the code. - Name (Institution)