Skip to content

Commit

Permalink
Removed survey and prepared for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBetlem committed May 10, 2024
1 parent de70c0b commit 300da0d
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ content/lessons/l3/metashape/*
content/lessons/l3/metashape/**

_build.py
_build/*
_build/*
__pycache__/*
30 changes: 30 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"title": "Geo-SfM: Teaching geoscientific Structure-from-Motion photogrammetry processing",
"upload_type": "publication",
"publication_type": "book",
"creators": [
{
"affiliation": "The University Centre in Svalbard",
"name": "Betlem, Peter",
"orcid": "0000-0002-6017-9415"
},
{
"name": "Rodes, Nil",
"affiliation": "The University Centre in Svalbard",
"orcid": "0000-0002-6168-2936"
}
],
"access_right": "open",
"license": "CC-BY-NC-4.0",
"related_identifiers": [
{
"relation": "isSourceOf",
"identifier":"https://unisvalbard.github.io/Geo-SfM/"
},
{
"relation": "isSupplementedBy",
"identifier":"https://github.com/UNISvalbard/Geo-SfM"
}
],
"language": "eng"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a> [![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7057604.svg)](https://doi.org/10.5281/zenodo.7057604)

### About Geo-SfM
[Geo-SfM](https://unisvalbard.github.io/Geo-SfM/landing-page.html) is an open-source reference work for the acquisition, processing and analysis of structure-from-motion photogrammetry data in the geosciences.
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html:
use_repository_button: true
extra_navbar: ""
use_edit_page_button: true
announcement: 'Found this tutorial helpful? Please participate in the survey (<a href="https://unisvalbard.github.io/Geo-SfM/content/lessons/survey.html">click here</a>) & Star me! <iframe src="https://ghbtns.com/github-btn.html?user=UNISvalbard&repo=Geo-SfM&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>'
announcement: 'Found this tutorial helpful? Please Star me! [![GitHub Repo stars](https://img.shields.io/github/stars/UNISvalbard/Geo-SfM)](https://github.com/UNISvalbard/Geo-SfM)'
comments:
hypothesis: true
extra_path: ["slides"]
Expand Down
10 changes: 0 additions & 10 deletions _templates/announcement.html

This file was deleted.

4 changes: 0 additions & 4 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ parts:
- file: content/lessons/suppl/python-snippets.md
- file: content/lessons/about/zbiblio.md

- caption: Questionnaire
chapters:
- file: content/lessons/survey.md

- caption: About Geo-SfM
chapters:
- file: content/lessons/about/cite.md
Expand Down
14 changes: 13 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@
html_logo = './content/assets/logo.gif'
html_sourcelink_suffix = ''
html_theme = 'sphinx_book_theme'
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': '', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '', 'repository_url': 'https://github.com/UNISvalbard/Geo-SfM', 'repository_branch': 'main', 'extra_footer': '', 'home_page_in_toc': True, 'announcement': 'Found this tutorial helpful? Please participate in the survey (<a href="https://unisvalbard.github.io/Geo-SfM/content/lessons/survey.html">click here</a>) & Star me! <iframe src="https://ghbtns.com/github-btn.html?user=UNISvalbard&repo=Geo-SfM&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>', 'analytics': {'google_analytics_id': ''}, 'use_repository_button': True, 'use_edit_page_button': True, 'use_issues_button': True}
html_theme_options = {
'search_bar_text': 'Search this book...',
'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': '', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''},
'path_to_docs': '',
'repository_url': 'https://github.com/UNISvalbard/Geo-SfM',
'repository_branch':
'main', 'extra_footer': '',
'home_page_in_toc': True,
'announcement': 'Found this tutorial helpful? Please Star me <a href="https://github.com/UNISvalbard/Geo-SfM"> <img src="https://img.shields.io/github/stars/UNISvalbard/Geo-SfM"></a>',
'analytics': {'google_analytics_id': ''},
'use_repository_button': True,
'use_edit_page_button': True,
'use_issues_button': True}
html_title = 'Geo-SfM Course'
latex_engine = 'pdflatex'
myst_enable_extensions = ['colon_fence', 'dollarmath', 'linkify', 'substitution', 'tasklist']
Expand Down
3 changes: 0 additions & 3 deletions content/lessons/survey.md

This file was deleted.

2 changes: 2 additions & 0 deletions landing-page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Welcome to Geo-SfM

<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a> [![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7057604.svg)](https://doi.org/10.5281/zenodo.7057604)

````{margin} Part of the Geo-MOD series
This compendium forms part of the UNIS [Geo-MOD](https://unisvalbard.github.io/Geo-MOD/landing-page.html) series:
Expand Down

0 comments on commit 300da0d

Please sign in to comment.