2,597 reputation
21134
bio website connjur.uchc.edu
location Connecticut, USA
age 26
visits member for 1 year, 6 months
seen yesterday
stats profile views 162

I work in a scientific computing group on the CONNJUR project -- 100% open-source software for NMR (Nuclear Magnetic Resonance spectroscopy) software and data integration.

Sub-projects under the CONNJUR umbrella include:

  • CONNJUR-ST: Spectrum Translator; for converting time-domain and frequency-domain data between the various formats
  • CONNJUR-WB: Workflow Builder; for processing spectral data (time-domain to frequency domain)
  • RudolF: a sandbox for applying functional programming languages to NMR, data analysis, and protein bioinformatics. Currently we have Haskell and Clojure code, but are looking to add more languages!

Typical CONNJUR technologies:

  • Java
  • MySQL
  • github
  • CVS
  • Eclipse

May
20
answered Why is it a good idea for “lower” application layers not to be aware of “higher” ones?
May
17
answered Writing a Compiler Compiler - Insight on Use and Features
May
16
answered Is it possible to create a single tokenizer to parse this?
May
16
answered What is the name of a grammar which can change it's tokenizer in mid parse?
May
3
answered Is it possible to write a code without class methods, globals, and class variables?
Apr
5
answered What is the difference between “Syntax” and “Syntactic Sugar”
Apr
4
answered What are the practical benefits of LISP like syntax which Clojure uses over Java like syntax of Scala?
Apr
3
answered Map of functions vs switch statement
Mar
20
answered Language design suggestion on database query
Mar
14
answered How to choose a proper parser generator for PHP
Mar
13
answered Python potential for science applications?
Mar
1
answered Using natural language grammar in fluent API
Feb
25
asked How are line/column position data dealt with in parser combinator libraries?
Feb
17
answered Is changing the type of a variable partway through a procedure in a dynamically typed language bad style?
Feb
15
answered Strategy for keeping up with (Python) language changes
Feb
15
answered How to write useful Java programs without using mutable variables
Nov
30
answered What's special about currying or partial application?
Nov
8
asked Is having 'Util' classes a cause for concern?
Oct
24
answered Can higher-order functions in FP be interpreted as some kind of dependency injection?
Oct
19
asked What is the difference between functional relational programming and functional programming?