REMI Database Antall Fernandes. REMI ● A relational database to facilitate data - metadata organization of various research studies. ● Interface into.

Slides:



Advertisements
Similar presentations
Top 10 things you need to know about SharePoint Site Administration
Advertisements

Test test Please press the F5 key to begin. (Then, press the Page Up or Page Down keys to move through the following 3 slides.)
Comparison of EPrints 3.0 and DSpace digital library systems Kuzma Kudim, Galina Proskudina.
Presentation by Priyanka Sawarkar
Materials Data Curation System
AHRT: The Automated Human Resources Tool BY Roi Ceren Muthukumaran Chandrasekaran.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
VLab Web Application Architecture Xinyi Dong 10/1/
Semantic Web and Web Mining: Networking with Industry and Academia İsmail Hakkı Toroslu IST EVENT 2006.
Created by Brendan Ryan1 Apache Server A MySql Database A fully PhP Execution Easy PhP.
Metadata Server system software laboratory. Overview metadata service in Grid environment Grid environment Metadata server User query data search information.
Introducing Symposia : “ The digital repository that thinks like a librarian”
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
NewTech Book Store Faculty: Mr. Hieu Le Trung Student: Tan Do Nhat Batch code: B Centre: NIIT Saigon Project Report.
Sathya Chandrasekar.  Introduction  Architecture  Technology  Features  Software Model  Prototype  Product Comparison  Future Work  Conclusion.
ACAT 2008 Erice, Sicily WebDat: Bridging the Gap between Unstructured and Structured Data Jerzy M. Nogiec, Kelley Trombly-Freytag, Ruben Carcagno Fermilab,
Louisa Lambregts, What Makes a Web Site Successful and Effective? Bottom Line... Site are successful if they meet goals/expectations.
FTP. SMS based FTP Introduction Existing System Proposed Solution Block Diagram Hardware and Software Features Benefits Future Scope Conclusion.
m AUTHOR EXECUTIVE TRACK CONSULTANTMAUIDAN HOLME.
Team Ceres 486/CS/09-Projects/Ceres 486/CS/09-Projects/Ceres.
1 John Magee 9 November 2012 CS120 Lecture 17a: Publishing Web pages.
Content Management System Vicky Pan Oct e: Information Architecture and Design.
COMP 6471 Software Design Methodologies Winter 2006 Dr Greg Butler
Web Interface to Dissertation Database Matt Rotundo, Arun Jose, Brian Richards, Patrick Stankard, and Diah Schur.
PUBLISHING ONLINE Chapter 2. Overview Blogs and wikis are two Web 2.0 tools that allow users to publish content online Blogs function as online journals.
Last News of and
Student registers to the website Student login Student views current courses Register for available courses View the first course item. with order number.
GISC – Moscow Nikolay Michailov Alexander Besprozvannykh RIHMI-WDC, Roshydromet WMO RA VI Workshop on WIS (Sofia, Bulgaria, 1 – 3 November 2011) Federal.
EDI Project Adam Davie Clark Bedsole Tim Jansen Robert Jones.
1 Schema Registries Steven Hughes, Lou Reich, Dan Crichton NASA 21 October 2015.
Chapter 4 Database Processing Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall 4-1.
Rescuing EDL Data Presented by Adrian Tinio Jet Propulsion Laboratory, Pasadena, CA.
Apache Cocoon Part I 2/27/06 Kevin Davis. Learning Objectives Understand the function of Cocoon Create a working sitemap Make available a stylesheet-
From Fair Use to Fair Trading Creating a Digital Image Matchmaking Commons Collaborative collection building and sharing using MDID.
A Technical Guide to ERMS Bill Manago, CRM. What You Need to Plan For Implementing an Electronic Records Management System Out of the Box What you should.
Procedures System Overhaul Gary Hemming. 07/12/ Procedures System Overhaul Objectives Centralise proceduresCentralise procedures Facilitate easier.
Microsoft Dynamics CRM as an S+S Platform Michael McClary Developer and Platform Group - Microsoft UK
MarLIN: a research data metadatabase for CSIRO Marine Research Tony Rees Divisional Data Centre CSIRO Marine Research, Hobart contact:
Administrator Data Entry Training for Maintenance (Mx) LOSA and Ramp LOSA Database Software 11/26/2016.
® IBM Software Group ©IBM Corporation IBM Information Server Architecture Overview.
WebDat: A Web-based Test Data Management System J.M.Nogiec January 2007 Overview.
SDI for water resource management Theresia Freska & Wu Liqun.
SQL SERVER AUDITING. Jean Joseph DBA/Consultant Contact Info: Blog:
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
BLOG: ITMULTIMEDIA.RU, ZABROVSKIY ANATOLIY
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
“Information Sharing Portal for Indus Sub-System”
CUAHSI HIS Sharing hydrologic data
Use Cases and Requirements
Steering Group Member, Link Digital
VI-SEEM Data Repository
Administration GUI for the Authorization Manager
LCG Monte-Carlo Events Data Base: current status and plans
Common Security Mistakes
Principles of report writing
Charl Roberts University of the Witwatersrand, Johannesburg
Write Your Project Title Here VU Logo Here
Information Technology Ms. Abeer Helwa
Future Requirements of WIS Centres
HingX Project Overview
Chapter 1: The Database Environment
The Database Environment
Working Group on Rail Transport Statistics:
REST Easy - Instant APIs for Your Database
Integration Environment
TWIST A web interface to browse and download your NeXus Files
SDMX IT Tools SDMX Registry
Presentation transcript:

REMI Database Antall Fernandes

REMI ● A relational database to facilitate data - metadata organization of various research studies. ● Interface into such a system is currently a restful web-based interface.

System Layout

● Application developed on Ruby on Rails ● Representational State Transfer (REST) software architecture ● Apache as web server ● Also used to service uploads and downloads (subject to change based on performance)

Entity Relationship Diagram

Entity Relationship ● An Experiment can be of 9 different subtypes. ● An Experiment has one Researcher (User) ● User can have many Roles ● An Experiment can have many Files associated with it ● One file are associate itself with another file

Table Design(... to change)

Component/System Design

User Roles <= System Administrator Data Authorizer => <= Contributors Public Users =>

Authorization: System Administrator ● Manages ● Users ● Roles ● Permission based on Roles ● Categories and Sub Categories ● Change system configurations ● Display formats

Authorization: Data Authenticator ● Manages the data being uploaded to the system ● In charge of ● auditing the data ● publishing the data

Authorization: Contributors ● Can contribute data to the system ● Experiments ● Files associated with the experiment ● Subjects ● Machine Info

Authorization: Public Users ● 'Public User' as a user role entity does not exist within the system ● Any user that uses the system and has no roles assigned to him automatically is part of the 'Public User' category ● As a public user you are only allowed to search and download files from the system.

Thank You