UtrechtUniversity / re-presentation-animalsounds

Presentation animal sounds project for RSEs
https://utrechtuniversity.github.io/re-presentation-animalsounds/slides
Apache License 2.0
0 stars 0 forks source link

Animal Sounds presentation

This is a UU styled Quarto presentation about the Animal Sounds project by the Research Engineering team.

Presentation

Getting Started:

Quarto is an open source publishing system for creating (documentation) websites, presentations and books. Quarto allows you to write content using markdown, and you can create dynamic content using (among others) R and Python. Quarto will render your markdown(.qmd) or e.g. notebooks (.ipynb) to HTML, PDF, and more. The repository includes a GitHub actions workflow to automatically render the presentation to HTML and publish it to GitHub pages.

Contributing

Contributions are what make the open source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Any comments can be submitted as issues, or submit a pull request as follows:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request