Skip to content

Commit

Permalink
html version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 4, 2024
1 parent 53963a3 commit 9c95db6
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions paper/paper.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---
title: "simodels: A package for Spatial Interaction Modelling"
---


<!--
# Note: you need to have the relevant quarto extension installed:
quarto add quarto-journals/jss
After that put the following in the yaml:
format:
jss-pdf:
keep-tex: true
Expand Down Expand Up @@ -38,14 +45,17 @@ execute:
messages: false
warning: false
echo: false
---


<!--
# Note: you need to have the relevant quarto extension installed:
quarto add quarto-journals/jss
-->

```{r}
#| include: false
knitr::opts_chunk$set(
message = FALSE,
warning = FALSE,
echo = FALSE
)
```

## Introduction

Spatial Interaction Models (SIMs) are mathematical models for estimating movement between spatial entities.
Expand Down

0 comments on commit 9c95db6

Please sign in to comment.