Description

The analysis are in jupyter notebooks, if you click on either of them above github should render the output for them.

Multi bat species cohabitation at roost sites was explored. Bat species abundance counts were grouped and then clustering based on derived statistical values using the k-means algorithm. Silhouette analysis was used to judge clustering quality. This was then compared to actual cohabitation counts at roost sites.

Chisquared test was used to determine if the differences between roost and hibernation abundance is significant.

Description

The async web app messaging service found in static-server

Messages can be posted by multiple clients the page will then automatically update for all clients.

The messages are stored on a Mongodb database on mLab.

Made as part of a Lynda.com course.

Description

A Tictactoe game where you play either an AI or a human then guess if your opponent was human of AI.

This was made as part of a Lynda.com course called full stack react.

I used yarn for dependency management.