elixir-toolkit-theme 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fe5e9440e3e34682666b6d049cf15eb286c6e61146aadd3c033f0455525176e
4
- data.tar.gz: 91f7d940d74aa3f6400fc11057dd6294bb41f227102cbff06b7184c7f5b1fb48
3
+ metadata.gz: dd7c840ddd6bc288ebc91fe2668c8eb61bbf41e3b8e5e6ce363efe8277226e88
4
+ data.tar.gz: 35542051eee4a4791172916ef213d618cc6307327c9d69c416134df87ad02790
5
5
  SHA512:
6
- metadata.gz: 8852094035cbd6f5e5f0fdf9faae34ff652a89ffe8a65088bcb173534cf557eb9d39b88b1cb34c6e8a8bc3c2d6688719fc0f46e085d0da6b33c6fe3a6d747af4
7
- data.tar.gz: ee765a134f076c02f0410f3a42b82de1eeb090c4b1e903bc31981fdce26c1c669dab0ddebdbe3eeb8513aea988f37c78d36ffc85a7ca48b045548238afbdc159
6
+ metadata.gz: 8ed10a4573f13c03b45cb8aece155b215efe339f984aa413885506d9fa4ae9fafb3dd40159f018760c5d0919c74913858082616a721fa07d3440f0ff9f815e0d
7
+ data.tar.gz: cf2710ff17423374936decb1be36b798019e02d7cebf82a35964cb2f9649078b74e55e6fa32811b5368ba2603f0b5863558fa54eda4ae830ee2930c16a589dd8
data/README.md CHANGED
@@ -48,7 +48,7 @@ theme: elixir-toolkit-theme
48
48
 
49
49
  ## Usage
50
50
 
51
- [View the documentation](https://elixir-belgium.github.io/elixir-toolkit-theme/) for usage information.
51
+ [View the documentation](https://elixir-belgium.github.io/elixir-toolkit-theme/) for usage information (under development).
52
52
 
53
53
  ## Deployment
54
54
 
@@ -103,6 +103,7 @@ This will start the docker container and serve the website locally. Make sure th
103
103
  - [RDMGuide](https://rdm.elixir-belgium.org/)
104
104
  - [Infectious Diseases Toolkit](https://www.infectious-diseases-toolkit.org/)
105
105
  - [Applied Bioinformatics and Biostatistics intranet page](https://intranet.psb.ugent.be/abb/)
106
+ - [FAIRDOM](https://fair-dom.org/)
106
107
 
107
108
 
108
109
  ## Used packages
@@ -26,7 +26,7 @@
26
26
  {%- endif %}
27
27
  </div>
28
28
  {%- endcapture %}
29
- <a tabindex="0" role="button" class="btn contributor-link hover-primary m-1 position-relative" data-bs-trigger="focus" data-bs-html="true" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="top" data-bs-content='{{html_code}}' title="{{contributor}}">
29
+ <a tabindex="0" role="button" class="btn btn-sm contributor-link hover-primary m-1 position-relative" data-bs-trigger="focus" data-bs-html="true" data-bs-container="body" data-bs-toggle="popover" data-bs-placement="top" data-bs-content='{{html_code}}' title="{{contributor}}">
30
30
  <div class="d-flex align-items-center">
31
31
  <div class="flex-shrink-0">
32
32
  {%- if contributors[contributor].image_url %}
@@ -39,18 +39,17 @@
39
39
  {{ contributor }}
40
40
  </div>
41
41
  </div>
42
+ {%- if page.coordinators %}
43
+ {%- for coordinator in page.coordinators %}
44
+ {%- if coordinator == contributor %}
42
45
  <div class="position-absolute top-0 start-100 translate-middle">
43
- {%- if page.coordinators %}
44
- {%- for coordinator in page.coordinators %}
45
- {%- if coordinator == contributor %}
46
46
  <div class="rounded-circle coordinator-crown">
47
47
  <i class="fa fa-crown"></i>
48
48
  </div>
49
- {%- endif %}
50
- {%- endfor %}
51
- {%- endif %}
52
49
  </div>
53
- </a>
54
- {%- endfor %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- endif %}
53
+ </a>{%- endfor %}
55
54
  </div>
56
55
  {%- endif %}
data/_includes/head.html CHANGED
@@ -18,7 +18,7 @@
18
18
  <meta name="apple-mobile-web-app-title" content="{{site.title}}">
19
19
  <meta name="msapplication-TileColor" content="#{{site.theme_variables.theme_color | default: 0d6efd }}">
20
20
  <meta name="theme-color" content="#{{site.theme_variables.theme_color | default: 0d6efd }}">
21
- {%- if page.search_exclude == true and page.url != "/index.html" %}
21
+ {%- if page.no_robots %}
22
22
  <meta name="robots" content="noindex" />
23
23
  {%- endif %}
24
24
  {%- if page.type %}
@@ -8,7 +8,7 @@
8
8
  <div class="table-responsive mt-4 mb-5">
9
9
  <table id="tooltable" class="table display">
10
10
  <thead>
11
- <tr>
11
+ <tr class="text-nowrap">
12
12
  <th>Tool or resource {%- if include.tag -%}
13
13
  <a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all tools or resources that exist for this topic are listed here. This is mainly because we do not intend to be a registry. In most cases you will only find back the tools or resources that are mentioned in this page.">
14
14
  <i class="fas fa-info-circle"></i>
@@ -60,18 +60,18 @@
60
60
  {%- endfor %}
61
61
  {%- endcapture %}
62
62
  <td>{{related_pages}}</td>
63
- <td class="align-middle text-center">
63
+ <td>
64
64
  {%- if tool.registry.biotools %}
65
- <a data-bs-toggle="tooltip" data-bs-original-title="Bio.tools" href="https://bio.tools/{{tool.registry.biotools}}"><span class="badge bg-dark text-white hover-primary">Tool info</span></a>
65
+ <a data-bs-toggle="tooltip" data-bs-original-title="Bio.tools" href="https://bio.tools/{{tool.registry.biotools}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-info me-2"></i>Tool info</span></a>
66
66
  {%- endif %}
67
67
  {%- if tool.registry.fairsharing %}
68
- <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing" href="https://fairsharing.org/FAIRsharing.{{tool.registry.fairsharing}}"><span class="badge bg-dark text-white hover-primary">Standards/Databases</span></a>
68
+ <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing" href="https://fairsharing.org/FAIRsharing.{{tool.registry.fairsharing}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-database me-2"></i>Standards/Databases</span></a>
69
69
  {%- endif %}
70
70
  {%- if tool.registry.fairsharing-coll %}
71
- <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing collection" href="https://fairsharing.org/{{tool.registry.fairsharing-coll}}"><span class="badge bg-dark text-white hover-primary">Standards/Databases</span></a>
71
+ <a data-bs-toggle="tooltip" data-bs-original-title="FAIRsharing collection" href="https://fairsharing.org/{{tool.registry.fairsharing-coll}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-database me-2"></i>Standards/Databases</span></a>
72
72
  {%- endif %}
73
73
  {%- if tool.registry.tess %}
74
- <a data-bs-toggle="tooltip" data-bs-original-title="TeSS" href="https://tess.elixir-europe.org/search?q={{tool.registry.tess}}"><span class="badge bg-dark text-white hover-primary">Training</span></a>
74
+ <a data-bs-toggle="tooltip" data-bs-original-title="TeSS" href="https://tess.elixir-europe.org/search?q={{tool.registry.tess}}"><span class="badge bg-dark text-white hover-primary"><i class="fas fa-graduation-cap me-2"></i>Training</span></a>
75
75
  {%- endif %}
76
76
  </td>
77
77
  </tr>
@@ -5,12 +5,8 @@
5
5
  <div class="table-responsive mt-4 mb-5">
6
6
  <table id="tooltable" class="table display">
7
7
  <thead>
8
- <tr>
9
- <th>Resource {%- if include.tag -%}
10
- <a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all tools or resources that exist for this topic are listed here. This is mainly because we do not intend to be a registry. In most cases you will only find back the tools or resources that are mentioned in this page.">
11
- <i class="fas fa-info-circle" style="color:var(--main-text-color);"></i>
12
- </a>{%- endif %}
13
- </th>
8
+ <tr class="text-nowrap">
9
+ <th>Resource</th>
14
10
  <th>Description</th>
15
11
  <th>Related pages</th>
16
12
  </tr>
@@ -2,7 +2,7 @@
2
2
  <div class="table-responsive mt-4 mb-5">
3
3
  <table id="trainingtable" class="table display">
4
4
  <thead>
5
- <tr>
5
+ <tr class="text-nowrap">
6
6
  <th>Name
7
7
  <a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all trainings that exist for a certain topic are listed here. This is mainly because we do not intend to be a registry. In most cases you will only find back the tools or resources that are mentioned in this page.">
8
8
  <i class="fas fa-info-circle"></i>
data/assets/css/main.scss CHANGED
@@ -498,6 +498,7 @@ footer {
498
498
  /*--------Page contributors---------*/
499
499
  .page-contributors {
500
500
  background-color: $contr-bg;
501
+ font-size: 0; /* Gets rid of extra white space */
501
502
  .contributor-link {
502
503
  background-color: $contr-link-bg;
503
504
  .contributor-img-sm {
@@ -505,10 +506,10 @@ footer {
505
506
  }
506
507
 
507
508
  .coordinator-crown {
508
- font-size: 0.7em;
509
- width: 1.9em;
510
- height: 1.9em;
511
- line-height: 1.9;
509
+ font-size: 0.60em;
510
+ width: 1.8em;
511
+ height: 1.8em;
512
+ line-height: 1.8;
512
513
  background-color: $contr-crown-bg;
513
514
 
514
515
  .fa {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elixir-toolkit-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bedroesb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-25 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll