-
Web interface dashboard that allows observation of an active engagement. Data visualization would include, but not be limited to: host node graph with activity indicators and heat maps.
Writing the…
-
Waterloo (Bryan and Ming) have developed a routing model that takes into consideration the topography and lakes in flow routing, which allows building a raven distributed modelling file.
Right now…
-
As I'm working on a real-world application I'm noticing there's friction using
stores, and I'm becoming unsure if namspacing is the best construct available.
Nested data structures are hard to model …
-
**Submitting author:** @JeremyGelb (Jeremy Gelb)
**Repository:** https://github.com/JeremyGelb/geocmeans
**Version:** v0.1.1
**Editor:** Pending
**Reviewer:** Pending
**Managing EiC:** Arfon Smith
**…
-
**Submitting author:** @amandadsmith (Amanda D. Smith)
**Repository:** https://github.com/IMMM-SFA/diyepw/
**Version:** v1.2.1
**Editor:** @timtroendle
**Reviewers:** @samuelduchesne, @fneum
**Arc…
-
As one can see for the following Item, Senior Theses Items imported from submissions for certificate programs are members of multiple collections, one being the departmental collection, the other bein…
-
-
**Is your feature request related to a problem? Please describe.**
No specific problems, but would increase functionality and simplify a fair bit of the code.
**Describe the solution you'd like**
…
-
The purpose of this issue is to consider what are the merits and what are the drawbacks of allowing a term to appear in the graph position of an embedded triple. In other words, should RDF* deal expli…
-
Please consider this simple example
nb_samples = 100000
X = np.random.randn(nb_samples)
Y = X[1:]
X = X[:-1]
X = X.reshape((len(Y), 1, 1))
Y = Y.reshape((len(Y), 1)…