Climate911.org – An inspiring 50-something family physician is bicyle-touring across the country to educate the public about the health effects of climate change
Growingupwild.org – (A non-profit organization based in Corralitos, CA, whose mission is to provide wilderness education to urban youth)
HunterByrdBooks.com - An independent author in McKinleyville, Ca. Also a new music composer.
Marinfashioncamps.com- A summer camp and private party service for girls. Built on Wordpress with Woocommerce integrated with PayPal merchant services.
Michael Barrett Donovan Music - Plays multiple instruments, tutors, composes original music, and commissions work. Update of a squarespace site to use more of the features.
Rebeccasatthetannery.com – Website for the awesome restaurant at the Tannery Arts Center. Check it out.
Rebeccasmuffins.com – (Completely rebuilt this website for Rebecca's Mighty Muffins)
RedwoodEnergy.net - Multifamily housing design and Zero Net Energy firm.
Currently offline, but it should be back up soon. Here is the wayback machine archive:
WomenPowerPossibilities.net
ZNERetreat.com - The best Zero Net Energy conference and retreat in California, maybe the US and the world. Presentations, design charettes, massages - all at the beach in Trinidad, CA.
Programming
Part of my environmental engineering education required learning the Fortran programming language to solve engineering problems that require a numerical method to solve efficiently. Here is a short list of some of the programs I've written:
Secant method and Newton's Method root finders
Gauss Elimination to solve a system of linear equations
Use of Minpack subroutine library to solve a system of nonlinear equations
Romberg integration with trapezoid rule to integrate any user-defined function
Runge-Kutta-Fehlberg (RKF) algorithm to solve a system of ordinary differential equations
RKF with shooting method to solve boundary value problem
Transient groundwater pumping problem (parabolic partial differential equation) solved with successive over-relaxation algorithm using finite difference space and time discretization.