Lab Samples Database "JuliaBase" Published As Open Source 27
First time accepted submitter bronger writes After six years of closed-source development, the Research Centre Jülich published its database solution for laboratory samples and processes as open source, while continuing maintaining it. JuliaBase is a framework written in Python/Django that enables research institution or research group to set up browser-based samples tracking and measurement management easily. Next to Bika and LabLey, this is one of the very few open source LIMS systems, and in contrast to the others, not specialized in biomedicine or service labs.
LIS, LMS (Score:5, Interesting)
http://en.wikipedia.org/wiki/L... [wikipedia.org]
So much stuff one has never heard about.
Re: (Score:2)
Re:LIS, LMS (Score:4, Informative)
No I do not think so. I have used LIMS and database applications to track samples extensively. If you understand database normalization and Object Orientation you will find that most LIMS can follow a pattern very much the same regardless of the domain. You have samples, which then have tests, which mostly look for constituents, results of the tests, test methods (often ANSI or ISO), blanks, dupes, spikes, counts, densities or concentrations, some decay rates (chemical or radiological), and some other rates such as death rates of test subjects.
That's a huge chuck of chemistry and biology. I have used LIMS for hydrology; which included chemical and boilogical tests; geology; chemical and lithographic; and remediation; which included chemical and biological tests, and materials science which includes chemical and physical properties of materials.
I have seen and spoken with people in medicine and biology and the overlap is quite large with what I have written above. If it does not work either the standard is garbage or you do not understand how LIMS works.
Re:LIS, LMS, LIMS (Score:1)
Everything seems like a hammer to me (Score:2)
Full disclosure: I am a Drupal CMS web developer, and I know nothing about Python/Django.
I explored the demo and what I saw, to me, looked like in 2015 it would be most efficient to re-write the system using the Drupal CMS going forward, using the current system as a Functional Requirements specification to meet or better. The development bang-for-buck goes with Drupal for managing the content required, while gaining much from using Drupal, while lowering development costs. Since the system was closed-sourc
Re: (Score:2)
I just left Drupal forever. I had spent about 18 months beating on it. The documentation is 90/10: 90% wrong, 10% right. The API is abysmal. Unless you are doing something that everyone else is doing, you get nowhere very fast, and stay nowhere. Drupal is 'in the box'. If your project is 'out of the box' then Drupal is not your box. "Never Hack Core" but then you steal from core and hack that. I switched to another CMS. I won't mention it because you will only bash it. But it works immensely bette
Re: (Score:2)
But isn't the OP actually looking for a CMS, with roles-management? That's how I assessed it, but like I wrote in my original message, as a Drupal developer, ...everything looks like a hammer to me. My own lengthy experience with Drupal has been positive, and I don't share the complaints others here have written.
For one thing, Best Practices call for Continuous Integration and Unit Testing. When starting with solid Drupal code, building on top of that using a well-managed GIT workflow, well, that's how most
LIMS and CMS Re: Everything hammers to me (Score:1)
Re: (Score:2)
Comes Pre-Broken (Score:2)
So Yet Another Web Based Thingy ( YAWBT ) written by academics who don't understand how to write software. There I was in a sample and I clicked on the owner, was taken to the owners page, and yes, no obvious way to get back, except to hit the back button, which as we all know is perfection.
Re: (Score:2)
Does everything seriously need a breadcrumb these days? The back button works just fine; every browser has one.
Re: (Score:2)
Frankly, no; however, this is not just text as it wants to be taken seriously as a data portal and should therefor be written with just a little more polish and not have to rely simply on the back button.
Re: (Score:1)
Published but not released yet. (Score:2)
JuliaBase is organized in a public Git repository on GitHub. So far, there is no public release of JuliaBase 1.0. However, the master branch in the repository is a release candidate, ...
I'm not sure I would solely trust my lab results to a LIMS system that is pre-release.
Re: Published but not released yet. (Score:2)
Neither would I. Then again, I would trust my data to any single point of failure. That's why I have copies scattered around.
Re: Published but not released yet. (Score:2)
...wouldn't trust...
Re: (Score:2)
Julia Re:Juliabase? (Score:1)