SCIENCE with Blockchain

This is a research project to develop a trustworthy, accountable, data sharing eco-system for biomedical research that utilizes knowledge representation and blockchain technologies to address the challenge of the costly and time-consuming effort needed to bring a biomedical innovation from the bench (basic research) to bedside (clinical level).

RPIrates Tutorial: Simple Database Access with R

Take some time out from your busy week to talk about database access with R!

In this informal tutorial we'll share some recent experiences using remote and in-memory SQL databases (MySQL and SQLite) to access and analyze near real time, aggregated RPI WiFi data for the RPI SafeCampus and StudySafe applications. As time permits we may also cover our use of ElasticSearch, esp. in our COVID Twitter project, and SPARQL endpoints (Blazegraph, StarDog) as data sources.

One Year In, Rensselaer Experts Keep Addressing COVID-19 Challenges in Inventive Ways

Posted March 4, 2021
The Rensselaer Plan 2024, the strategic plan that guides Rensselaer Polytechnic Institute, dedicated the university to innovative teaching and research “that addresses the most compelling global challenges.” In the last year, no challenge has consumed the globe more than the COVID-19 pandemic — and the Rensselaer community has stayed true to its mission.

RPIrates & Data INCITE Tutorial: Welcome to the tidyverse!

Data transformation and management are key to success with R, so we'll talk about Hadley Wickham's 'tidyverse', a collection of R packages that reinforce the principles of his "Tidy Tools Manifesto": * Reuse existing data structures. * Compose simple functions with the pipe operator. * Embrace functional programming. * Design for humans.