2,597 reputation
21134
bio website connjur.uchc.edu
location Connecticut, USA
age 26
visits member for 1 year, 6 months
seen 6 hours ago
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

Dec
13
awarded  Citizen Patrol
Dec
13
comment What does “automated build” mean?
I've tagged with both builds and build because I didn't know which one to use.
Dec
13
asked What does “automated build” mean?
Dec
9
awarded  Nice Question
Dec
8
accepted Allowing the user to specify the location of a logfile
Dec
7
revised Allowing the user to specify the location of a logfile
added 9 characters in body
Dec
7
asked Allowing the user to specify the location of a logfile
Dec
2
awarded  Quorum
Dec
1
comment Where is the M in MVC?
Took me a second to parse the Domain Model (what's mapping to your database). Nice answer!
Dec
1
revised Where is the M in MVC?
deleted 31 characters in body
Dec
1
comment Where is the M in MVC?
Sorry, I meant "any suggestions for refactoring I want the data in the DB to have a life and meaning beyond the application?"
Dec
1
comment Where is the M in MVC?
Thanks for the clarification! +1
Dec
1
comment Where is the M in MVC?
@YannisRizos -- I would definitely appreciate help refactoring that statement. Data is an enterprise asset, right? It doesn't belong to the app -- so the app isn't allowed to create some crazy denormalized model that makes it very easy for the app, if that makes reusing the data from other apps very difficult. Any suggestions?
Dec
1
comment Where is the M in MVC?
So from the perspective of the C and V, that there is a database is just an implementation detail of M?
Dec
1
revised Where is the M in MVC?
added 80 characters in body
Dec
1
comment Where is the M in MVC?
@YannisRizos -- there is BL in the DB, but what I meant by that is that I want the data in the DB to have a life and meaning beyond the application.
Dec
1
comment Where is the M in MVC?
I apologize for poor word-choice in my comment -- what I meant to say was that I'm not sure what's in the database, with respect to MVC. Is the database outside of MVC? Is it part of the model? Is it part of V or C (probably not, but you get the point).
Dec
1
revised Where is the M in MVC?
added 11 characters in body
Dec
1
comment How important is learning Algorithms for high level language programmers
@TomSquires -- I'm not sure if you're joking or not.
Dec
1
accepted What is the difference between requirements and specifications?