Computer Science R Programming Science

Markov Chain Monte Carlo: A Practical Introduction

Markov Chain Monte Carlo simulation sounds, admittedly, like a method better left to professional practitioners and the like; but please don’t let the esoteric name fool you. MCMC, as we like to call is, is a powerful yet deceptively simple technique that can be useful in problems ranging throughout science and engineering. Since this promises […]

Continue Reading
Daily Dose Science Technology

Working with HYCOM

So far this week I’ve been focusing my energies on getting the Hybrid Coordinate Ocean Model (HYCOM) up and running on my computer. For those of you who don’t know what HYCOM is a modeling platform sponsored by the National Ocean Partnership Program which includes–among others–FSU. Simply put, the HYCOM platform is a powerful ocean-atmospheric […]

Continue Reading
Philosophy & Religion Science

Philosophy Monday: The Role of Instruments in Science

The use of instruments and tools to understand, measure, and record the natural world may be a staple of modern scientific inquiry, but the relationship between the instruments and their validity in describing the natural world has developed over time. This relationship has changed considerably since the earliest recorders of Greek natural philosophy started over […]

Continue Reading
Computer Science Daily Dose R Programming Science Technology

How Twitter Improved my Ecological Model

For a last couple weeks I’ve been working on a marine ecosystem model using a technique called Inverse Modeling[ref]I’ll be sure to do a writeup on what Inverse Modeling is and what makes it interesting in the future.[/ref]; and while there’s been lots of progress, I’m starting to get to the point where the model takes some […]

Continue Reading
Philosophy & Religion Science

Philosophy Monday: The Baconian Ideal

Francis Bacon (1561-1626) has been–and will continue to be–an infamous individual in the history of science for he managed to influence countless scientists from numerous generations through his keen understanding of human nature and his tremendous rhetorical skill. First in Novum Organum Scientiarum and later in New Atlantis, Bacon establishes his understanding of science along with a new methodology […]

Continue Reading
Computer Science Physics Science

Computational Fluid Dynamics: Improving FTCS

Today I wanted to share as series of interesting finite difference schema that is much less about the implementation and more about the mathematical underpinnings of the system. This is intended for someone who may be new to finite difference models yet found feel confident with the material I presented last time (Finite Difference Schema). […]

Continue Reading
Computer Science Daily Dose Science Technology

Paper of Note: Fast, Minimum Storage Ray-Triangle Intersection

Introduction Raytracing is modern computer graphics technique used to render life-like images for videos and animations. While it’s a relatively modern technique–coinciding with the birth of digital modeling–the inspiration for the methods can be traced back to ancient Greece. While some Greeks truly believed that our eye’s emit the ability to see and not that our […]

Continue Reading
Science

Paper of Note: Chirality from Achiral Reactants

Introduction Chirality, or the handedness, of chemical compounds is an intrinsic property of many chemical compounds, especially those of interest to biology. While anyone familiar with biology will know that amino acids–the building blocks of proteins–are enantiomerically pure, it remains a lingering question of how it became this way. Nature generally proceeds forward without favoring […]

Continue Reading
Back To Top