Skip to content

Commit

Permalink
ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
nplatonov committed Aug 12, 2024
1 parent 581d39e commit 10fd098
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 0 deletions.
9 changes: 9 additions & 0 deletions platt.bib
Original file line number Diff line number Diff line change
Expand Up @@ -7385,3 +7385,12 @@ @inBook{Regehr2023
doi={10.35267/978-5-9904294-8-2-2023-247-252},
author={Regehr, E.V. and Belikov, S.E. and Gruzdev, A.R. and Babiy, U.V. and Melikhova, E.V. and Gnedenko, A.E. and Wilson, R.R.},
}
@misc{lakeice0726,
doi = {10.5067/HT4NQO7ZJF7M},
author = {Du, Jinyang and Kimball, John and Duguay, Claude},
title = {{Daily Lake Ice Phenology Time Series Derived from AMSR-E and AMSR2}},
version = {1},
publisher = {{NASA National Snow and Ice Data Center Distributed Active Archive Center}},
year = {2017},
urldate = {2024-01-27},
}
506 changes: 506 additions & 0 deletions site_libs/gwalkr-1.0.0/gwalkr-app.iife.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions site_libs/gwalkr-1.0.0/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:root{font-size:16px}
1 change: 1 addition & 0 deletions site_libs/gwalkr-1.0.0/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions site_libs/gwalkr-binding-0.1.4/gwalkr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
HTMLWidgets.widget({

name: 'gwalkr',

type: 'output',

factory: function(el, width, height) {

// TODO: define shared variables for this instance

return {

renderValue: function(x) {

GWalkRApp(x, el.id);

},

resize: function(width, height) {

// TODO: code to re-render the widget with a new size

}

};
}
});

0 comments on commit 10fd098

Please sign in to comment.