-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 1.0 with updated info/DOI from the published article
- Loading branch information
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"', | ||
|
@@ -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", |