Skip to content

A respository for the development of a Schema to define Behavioural Experiments that are conducted on C. elegans nematodes.

Notifications You must be signed in to change notification settings

Si-elegans/behavioural_experiment_definition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C.elegans behavioural experiment encoding

Join the chat at https://gitter.im/Si-elegans/behavioural_experiment_definition A respository for the development of a Schema to define Behavioural Experiments that are conducted on C. elegans nematodes.

To validate files downloaded from Si elegans

Change:

<root>

by 

<root
    xmlns="http://www.w3schools.com"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3schools.com behav-exp-xsd1.0.xsd">  

To add xsd validated documents to Si elegans platform

Actually limited to admin users

Go to: https://platform.si-elegans.eu/restAPI/behaviouralExperiments_nested/

Makes sure that no description or about tag validated with the xsd is left empty, no <description/> or <about/> otherwise we will receive a "NULL not allowed" message

Change:

<root
    xmlns="http://www.w3schools.com"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3schools.com behav-exp-xsd1.0.xsd">  

by 

<root>

Select application/xml at the bottom, Ctrl+a (select all document), Ctrl+v (paste) on the Post section and click on POST

About

A respository for the development of a Schema to define Behavioural Experiments that are conducted on C. elegans nematodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published