Skip to content

Commit

Permalink
Update version to 1.0 with updated info/DOI from the published article
Browse files Browse the repository at this point in the history
  • Loading branch information
whyjz committed Jun 10, 2022
1 parent 5a4665a commit d08a60a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# pejzero

Supplemental materials (including documentation, workflows, figures, and code) presented in "Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds."
The repository is home to all supplemental material (including documentation, workflows, figures, and code) presented in the article "Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds."

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5641954.svg)](https://doi.org/10.5281/zenodo.5641954)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5641953.svg)](https://doi.org/10.5281/zenodo.5641953)
[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://whyjz.github.io/pejzero/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/whyjz/pejzero/HEAD)

### Article link

Zheng, W.: Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds, The Cryosphere Discuss. [preprint], https://doi.org/10.5194/tc-2021-345, in review, 2021.
Zheng, W. (2022). Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds. The Cryosphere, 16(4), 1431–1445. https://doi.org/10.5194/tc-16-1431-2022

### License

© Whyjay Zheng 2021-2022. MIT and CC-BY 4.0 dual licensed.
© Whyjay Zheng 2021-2022. MIT and CC-BY 4.0 dual licensed. See `LICENSE` for more information.
6 changes: 3 additions & 3 deletions jupyter-book/index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Supplemental material for "Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds"

Whyjay Zheng<sup>1, 2</sup>
**Whyjay Zheng**<sup>1, 2</sup>

<sup>1</sup>Department of Earth and Atmospheric Sciences, Cornell University, Ithaca, NY, USA

<sup>2</sup>Department of Statistics, University of California Berkeley, Berkeley, CA, USA

Corresponding author and email: Whyjay Zheng <[email protected]>
**Correspondence** Whyjay Zheng ([email protected])

## Article link

Zheng, W.: Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds, The Cryosphere Discuss. [preprint], https://doi.org/10.5194/tc-2021-345, in review, 2021.
Zheng, W. (2022). Glacier geometry and flow speed determine how Arctic marine-terminating glaciers respond to lubricated beds. The Cryosphere, 16(4), 1431–1445. https://doi.org/10.5194/tc-16-1431-2022

## Content of this Jupyter Book

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name = "pejzero",
version = "0.2.0",
version = "1.0.0",
author = "Whyjay Zheng",
author_email = "[email protected]",
description = 'Supplmental materials presented in "Characteristics of marine-terminating glaciers vulnerable to lubricated bed"',
Expand All @@ -19,9 +19,8 @@
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
],
python_requires = '>= 3.8',
install_requires = requirements,
)

# License to be decided: "License :: OSI Approved :: BSD License",

0 comments on commit d08a60a

Please sign in to comment.