Skip to content

Commit

Permalink
update paper
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Dec 7, 2023
1 parent f1633d0 commit 16b3c43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ @Unpublished{Bernard2019
}


@Manual{Plutniak2023archeoviz1.3.2,
@Manual{Plutniak2023archeoviz1.3.3,
Title = {archeoViz. Visualisation, Exploration, and Web Communication of Archaeological Spatial Data},
Author = {Plutniak, Sébastien and Araujo, Renata and Coltofean, Laura and Delsol, Nicolas and Giardino, Sara and Laabs, Julian},
Year = {2023},
Doi = {10.5281/zenodo.8353270},
Note = {R package version 1.3.2},
Doi = {10.5281/zenodo.10200892},
Note = {R package version 1.3.3},
Url = {https://CRAN.R-project.org/package=archeoViz},
Langid = {american}
}
Expand Down Expand Up @@ -122,7 +122,7 @@ @Book{Wood2017
}

@Manual{Laurent2023,
title = {cxhull: Convex Hull},
title = {{cxhull}: Convex Hull},
author = {Laurent, Stéphane},
year = {2023},
note = {R package version 0.7.2},
Expand All @@ -131,7 +131,7 @@ @Manual{Laurent2023
}
@Manual{VaidyanathanEtal2023,
title = {htmlwidgets: HTML Widgets for {R}},
title = {{htmlwidgets}: {HTML} Widgets for {R}},
author = {Vaidyanathan, Ramnath and Xie, Yihui and Allaire, JJ and Cheng, Joe and Sievert, Carson and Russell, Kenton},
year = {2023},
note = {R package version 1.6.2},
Expand All @@ -157,7 +157,7 @@ @Book{Wickham2016


@Article{RoyerEtal2023,
Title = {SEAHORS: Spatial Exploration of ArcHaeological Objects in R Shiny},
Title = {SEAHORS: Spatial Exploration of ArcHaeological Objects in {R} Shiny},
Author = {Royer, Aurélien and Discamps, Emmanuel and Plutniak, Sébastien and Thomas, Marc},
Year = {2023},
Doi = {10.24072/pcjournal.289},
Expand All @@ -178,7 +178,7 @@ @Manual{Rcoreteam2023
}

@Manual{ChangEtal2020,
Title = {shiny: Web Application Framework for R},
Title = {{shiny}: Web Application Framework for {R}},
Author = {Chang, Winston and Cheng, Joe and Allaire, J.J. and Xie, Yihui and McPherson, Jonathan},
Year = {2020},
Note = {R package version 1.4.0.2},
Expand Down
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Unlike these centralised repositories, `archeoViz` is designed as the building b

Since the 1960s, numerous attempts at building up standards and repositories were made in archaeology. All projects tended to collect as much data as possible and several independent databases existed with the same themes. The pitfalls of this centralised approach were addressed in the early 2000s with the development of the semantic web, ontologies, and linked open data technologies.

`archeoViz` is designed along the same line. Rather than collecting all data in the same place as in the centralised approach, `archeoViz` users create a particular instance of `archeoViz` for each dataset to visualise and communicate. These instances can be deployed on the server of their choice (e.g., [shinyapps.io](https://www.shinyapps.io), [huma-num](https://huma-num.fr), or any other institutional or personal server). Nevertheless, `archeoViz` can be used in four ways, from purely local (on the user’s machine), to purely remote, assuming or not data publication on third-party repositories \autoref{fig:workflow}.
`archeoViz` is designed along the same line. Rather than collecting all data in the same place as in the centralised approach, `archeoViz` users create a particular instance of `archeoViz` for each dataset to visualise and communicate. These instances can be deployed on the server of their choice (e.g., [shinyapps.io](https://www.shinyapps.io), [huma-num](https://huma-num.fr), or any other institutional or personal server). Nevertheless, `archeoViz` can be used in four ways, from purely local (on the user’s machine), to purely remote, assuming or not data publication on third-party repositories (\autoref{fig:workflow}).


![**The four ways to use `archeoViz`**: local (green solid line), remote and dynamic (dashed line), remote and static with data publication on a third party service (black solid line), remote and static without data publication (blue solid line). \label{fig:workflow}](joss-figures/workflow-en.png)
Expand Down

0 comments on commit 16b3c43

Please sign in to comment.