| owner | editor | visitor | page editor | login user | guest | |
|---|---|---|---|---|---|---|
| View | O | O | O | O | O | O |
| Edit | O | O | X | O | X | X |
| Download | O | O | X | O | X | X |
| Comment | O | O | X | O | X | X |
| Attachment | O | O | X | - | X | X |
| Submit | Δ | Δ | X | - | X | X |
| Page Creator | Page Visitor | Logon User | Guest | |
|---|---|---|---|---|
| View | O | O | O | O |
| Edit | O | O | O | O |
| Download | O | O | O | O |
| Comment | O | O | O | O |
| Attachment | O | O | O | O |

In GenoCon, JavaScript is used for programming. JavaScript@Scines is a library provided by RIKEN SciNetS which enables users to access SciNeS databases using SciNeS ID. The library is a cluster of functions beginning with `SciNetS`. For details of the cluster of functions, refer the following `JavaScript@SciNeS Function Samples. JavaScript sample programs are here. SciNeS databases are also accessible by using Semantic JSON. (For details.)
In order to display a string by using JavaScript@SciNetS, use function `SciNeS write` as follows:
SciNetS.write("string");
Click
to save the scripts
Click
to execute the scripts.
Use function `SciNetS.DB.get`already defined in RIKEN SciNeS
SciNetS.DB.get("/sw/name/language/SciNes ID")
In order to specify language, set `ja` for Japanese and `en` for English between name and SciNetS ID.

Use function `SciNetS.DB.get` defined in JavaScript @SciNeS twice as follows:

Use function `SciNetS.DB.get` defined in JavaScript@SciNeS as follows:

Use function `SciNetS.DB.put` as follows:
SciNetS.DB.put("/sw/dna",a string written in the file)
In this case, the file is saved as dna.txt.

Use function `SciNetS.DB.get` as follows:
SciNetS.DB.get("/sw/protein/SciNes ID");

