Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Reference brainweb, reorder sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jun 27, 2020
1 parent d7bab93 commit 357b8c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ async function directory(jQuery) {
// add HOWTO install
jQuery('#installation').prepend(
'<P style="margin-top: 0px;">Centralized registry of Jitsi audio-video conference rooms per each poster or software demo of OHBM 2020.</P>' +
'<P style="margin-top: 0px;">For every poster there is a dedicated Jitsi room, which would open in a "dedicated" new window/tab.</P>' +
'<P style="margin-top: 0px;"><b>We turned on paging, please search by poster number, keywords, names, etc.</b></P>' +
'<P style="margin-top: 0px;">"Online" counts are approximate and count only people attending through this page.</P>' +
'<P style="margin-top: 0px;">For every poster there is a dedicated Jitsi room, which would open in a "dedicated" new window/tab.</P>' +
'<P> More info, sources, issues, PRs: <a href="https://github.com/datalad-datasets/ohbm2020-posters" target="_github">https://github.com/datalad-datasets/ohbm2020-posters</a>.</p>'
);
'<P> More info, sources, issues, PRs: <a href="https://github.com/datalad-datasets/ohbm2020-posters" target="_github">https://github.com/datalad-datasets/ohbm2020-posters</a>.</p>' +
'<P> <b>Alternative interfaces</b>: <a href="https://brain-web.github.io/ohbm2020/" target="_brain-web">BrainWeb</a> - interactive posters map.</a>');

let table = jQuery('#directory').DataTable({
//async: true, // async get json
Expand Down

1 comment on commit 357b8c0

@katjaq
Copy link
Contributor

@katjaq katjaq commented on 357b8c0 Jun 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet! :) Thanks for linking BrainWeb ❤️

Please sign in to comment.