Git Product home page Git Product logo

labsampledbalpha's Introduction

LabSampleDBAlpha

Database application for saving data from small mammals for laboratory studies. Database stores information of animals (host) and of different samples collected from each host. There is possibility to add information if DNA or RNA has been isolated from the sample. Updating information of hosts or samples is not yet possible.

Tietokantasovellus villien piennisäkkäiden laboratoriotutkimuksia varten. Tietokantaan voi tallentaa tietoja pyydystetyistä eläimistä (taudinkantajien isäntäeläimet, host) ja jokaisesta eläimestä kerätyistä erilaisista näytteistä (sample). Näytteistä voidaan tallentaa tieto siitä, onko näytteistä eristetty DNA ja/tai RNA. Isäntien ja näytteiden tietoja ei ole tällä hetkellä mahdollista päivittää.


Length restrictions of data in SQLite-file included (sample.db) and in PostgreSQL (in Heroku) / Tietojen pituusrajoitteita ohessa olevassa SQLite-tiedostossa ja PostgreSQL-tietokannassa Herokuun ladatussa sovelluksessa:

Host, code: 15 characters/merkkiä

Host, species: 31 char.

Host, sex: 7 char.

Host, age_group: 15 char.

Host, capture_site: 255 char.

Sample, code: 15 char.

Sample, host_code: 15 char.

Sample, organ: 15 char.

Database tables / tietokantataulut:

Host((pk) code:String, species:String, sex:String, age_group:String, capture_year:Integer, capture_site:String) Sample ((pk) code:String, (fk) host_code -> Host, organ:String, dna_isolated:Boolean, rna_isolated:Boolean)

labsampledbalpha's People

Contributors

kivistoilkka avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.