diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 498c84e5ec9b5795afe1c0a1cf80e62b4e7946f4..10392b2efd36e3982d372f769b7b646313570ee7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # In case something goes horribly wrong, you can fall back to `image: ruby:2.5` -image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.1 +image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.4 stages: - build diff --git a/Gemfile b/Gemfile index 42d050cc854dd326eac148d44afd60d4a6d13d78..54d18230171b9cf9fc69a46fbba0bd1bd8a12a7a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0" gem "bundler", "> 2.0" gem "minima", "~> 2.5" -gem 'jekyll-theme-lcsb-default', '~> 0.3.2' +gem 'jekyll-theme-lcsb-default', '~> 0.3.6' # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. diff --git a/external/general/remote-working/remote-working.md b/external/general/remote-working/remote-working.md index 9d89526d4e50e1ccba562f3fe580ef42e3d46672..c159777fe20eba7b5fb76b36776f4000fa00f22f 100644 --- a/external/general/remote-working/remote-working.md +++ b/external/general/remote-working/remote-working.md @@ -9,13 +9,17 @@ redirect_from: # Work remotely In case you need to work remotely, there are several tools and services that you can use to -stay connected and continue your work: +stay connected and continue your work. An important reference is the [list of important links](https://howto.lcsb.uni.lu/?general:links). +<p style="color:grey"><b>Note:</b> If the link does not work, please refer to the section <b>Connecting to the university network</b> since you are most probably not connected to the university internal network.</p> + +There is also a set of [tutorials](https://remote.uni.lu/) prepared by the university IT department you can refer to. + ## Communication: Instant messaging -One of the recommended tools to communicate is Slack. Each resarch group can sign up for free and +One of the recommended tools to communicate is Slack. Each research group can sign up for free and create their own Slack instance: www.slack.com. The BioCore team uses [this channel](https://lcsbbioinfocore.slack.com). @@ -31,7 +35,7 @@ If you need help setting up and using Cisco Webex, you can follow [these instruc ## Connecting to the university network If you want to access the university infrastructure, such as the servers or storage, you can do so by connecting -via [Virtual Private Network (VPN)](http://vpn.uni.lu): . All details are given [here](https://howto.lcsb.uni.lu/?access:vpn-cerbere-access). +via [Virtual Private Network (VPN)](http://vpn.uni.lu). All details are given [here](https://howto.lcsb.uni.lu/?access:vpn-cerbere-access). ## Sharing files diff --git a/index.md b/index.md index c53551684a97dab6704f62a630d7ad7cc4220069..b7f3824faeb34ee00dba1faa4d993737fb651eee 100644 --- a/index.md +++ b/index.md @@ -4,51 +4,6 @@ title: Home order: 1 --- -{% comment %} This is to be moved to separate CSS file after feature is accepted {% endcomment %} - -<style> - .index-box-container { - display: flex; - flex-wrap: wrap; - justify-content: space-around; - } - - .index-box { - width: 38%; - padding: 10px 20px 0px 20px; - - border: solid 2px #efefef; - margin-bottom: min(35px, 5%); - border-radius: 0 0 15px 15px; - border-top: solid 5px #4085e4; - } - - @media (max-width: 800px) { - .index-box { - width: 100%; - margin-right: 0; - } - } - - .index-box:hover { - /* border-color: #60a5f4; */ - border-color: #ddd; - border-top: solid 5px #4085ef; - } - - .index-box > h3 { - font-size: 20pt; - color: #444; - margin-block-end: 10px; - border-bottom: solid 1px #e8e8e8; - } - - .index-box > ul { - margin-block-end: 12px; - } -</style> - - # LCSB How-to Cards The Bioinformatics Core and Lab Support teams assist researchers from the Luxembourg Centre for Systems Biomedicine ([LCSB](https://www.uni.lu/lcsb)) with the organization, management, and curation of research data through its R3 initiative. @@ -105,4 +60,4 @@ The How-to cards are intended to provide practical guidance in implementing Data </ul> </div> -</div> \ No newline at end of file +</div> diff --git a/search.md b/search.md index 516507a781354405ae1f56c3f19de90d4ceb3481..fef4ea45b6f7a66aed6aec7d1c8735438bb750ca 100644 --- a/search.md +++ b/search.md @@ -7,47 +7,6 @@ order: 4 <link rel="prefetch" href="index.js" /> -<style> - #search_query { - border: solid 2px #eee; - padding: 8px; - height: 20px; - font-size: 20px; - width: 500px; - min-width: 400px; - } - - button.search[type=submit] { - border: solid 2px #eee; - padding: 1px; - height: 35px; - width: 150px; - font-size: 20px; - color: #4c4c4c; - background: #efefef; - border-radius: 8px; - margin-top: 3px; - } - - #search_header { - margin-top: 50px; - display: none - } - - #search_results_table { - margin-top: 20px; - width: 100%; - } - - #search_results_placeholder_td { - border: none; - } - - h3.result { - font-size: large; - } -</style> - <form> <input class="search" placeholder="What are you looking for?" name="search_query" id="search_query" /><br /> <button class="search" type="submit">Find it</button>