Links

Element used to represent links that are related to a submission section. A link doesn’t necessarily mean a web page but it can also relate to other elements like genes, expressions, FTP locations, etc.

Whenever a link is defined, it’ll be attached to the immediately previously defined section or subsection. Links can be represented in two ways: single link or links table.

Represents a single link related to a section or subsection. The reserved word Link is used to define a single link.

Syntax

Link	URL
<Attributes>

Examples

Link	ftp://ftp.biostudies.ebi.ac.uk/pub/S-BSMS/S-BSMS0-99/S-BSMS6/raw_data
Type	Raw data

Represents a group of links attached to a section or subsection. The reserved word Links is used to define a links table

Syntax

Links	Attr1	Attr2	AttrN
Link1 Url	Attr1 Value	Attr2 Value	AttrN Value
Link2 Url	Attr1 Value	Attr2 Value	AttrN Value
Link3 Url	Attr1 Value	Attr2 Value	AttrN Value

Examples

Last updated