Skip to content
Snippets Groups Projects
_quarto.yml 806 B
project:
  type: book
  output-dir: public

book:
  title: "Mapping and spatial analyses in R for One Health studies"
  subtitle: "GeoHealth Training Series"
  repo-url: https://forge.ird.fr/espace-dev/personnels/longour/geohealth/documentation/rspatial-for-onehealth
  page-footer: 
    left: "UMR 228 ESPACE-DEV" 
    right: |
      ![](img/ird_footer.png){height="50"}
  chapters:
    - index.qmd
    - 01-introduction.qmd
    - 02-data_acquisition.qmd
    - 03-vector_data.qmd
    - 04-raster_data.qmd
    - 05-mapping_with_r.qmd
    - 06-advanced_spatial_analysis.qmd
    - 07-basic_statistics.qmd
    - references.qmd
    
bibliography: references.bib

format:
  html:
    theme: cosmo
    css: styles.css
    cover-image: img/geohealth_banner.jpeg
    link-external-newwindow: true

editor: visual