Skip to content

Commit b29dccb

Browse files
committed
fix: remove Twitter links and timeline from sidebar and PED page
1 parent ad9cd34 commit b29dccb

4 files changed

Lines changed: 170 additions & 105 deletions

File tree

_includes/sidebar.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
<div class="sidebar sticky-top">
2-
<a href="https://twitter.com/proteinensemble"> @BioComputingUP</a>
3-
<a class="twitter-timeline" href="https://twitter.com/BioComputingUP"
4-
data-chrome="nofooter noheader transparent" data-aria-polite="assertive" data-tweet-limit="2">
5-
</a>
6-
</div>
2+
</div>

_layouts/default.html

Lines changed: 99 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,123 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6-
<link rel="icon" href="{{ site.baseurl }}/{{site.favicon}}">
7-
<title>{{ page.title }} | {{site.title}}</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<link rel="icon" href="{{ site.baseurl }}/{{site.favicon}}">
8+
<title>{{ page.title }} | {{site.title}}</title>
89

9-
<link href="{{ site.baseurl }}/assets/css/theme.css" rel="stylesheet">
10-
<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet">
10+
<link href="{{ site.baseurl }}/assets/css/theme.css" rel="stylesheet">
11+
<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet">
1112

1213

1314

1415
</head>
1516

1617
{% capture layout %}{% if page.layout %}layout-{{ page.layout }}{% endif %}{% endcapture %}
18+
1719
<body class="{{ layout }}">
1820

1921

20-
<!-- Menu Navigation
22+
<!-- Menu Navigation
2123
================================================== -->
22-
<div class="navigation-wrap start-header start-style">
24+
<div class="navigation-wrap start-header start-style">
2325
<nav class="navbar navbar-expand-lg">
24-
<div class="container my-0 py-0">
25-
26-
<a class="navbar-brand text-dark big d-flex align-items-center my-0 py-0" href="{{site.baseurl}}/">
27-
28-
<span class="font-weight-bold mx-2" style="margin-right: 1rem"> BioComputing UP</span> <span>Blogs </span>
29-
</a>
30-
31-
32-
<div class="d-flex align-items-center">
33-
34-
35-
</div>
36-
37-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
38-
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-three-dots-vertical" viewBox="0 0 16 16">
39-
<path d="M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>
40-
</svg>
41-
</button>
42-
43-
<div class="collapse navbar-collapse" id="navbarResponsive">
44-
<ul class="navbar-nav ml-auto font-weight-bold d-flex align-items-center">
45-
{% for item in site.data.menus.topmenu %}
46-
<li class="nav-item">
47-
<a class="nav-link px-3 {% if item.class %}{{item.class}}{% endif %}" href="{% unless item.external %}{{site.baseurl}}/{% endunless %}{{item.url}}" alt="{{item.title}}">{{item.title}}</a>
48-
</li>
49-
{% endfor %}
50-
</ul>
51-
</div>
26+
<div class="container my-0 py-0">
27+
28+
<a class="navbar-brand text-dark big d-flex align-items-center my-0 py-0" href="{{site.baseurl}}/">
29+
30+
<span class="font-weight-bold mx-2" style="margin-right: 1rem"> BioComputing UP</span> <span>Blogs </span>
31+
</a>
32+
33+
34+
<div class="d-flex align-items-center">
35+
5236

5337
</div>
54-
</nav>
55-
</div>
56-
57-
58-
<!-- Container
59-
================================================== -->
60-
<main class="container">
61-
{{ content }}
62-
</main>
63-
64-
<!-- Footer
65-
================================================== -->
66-
<footer class="footer container text-left">
67-
<div class="row small mb-2">
68-
69-
<div class="col" style="max-width: 120px"><a class="mr-2" rel="license" href="https://biocomputingup.it/">
70-
<img
71-
style="border-width:0; max-width: 60px"
72-
src="{{site.baseurl}}/assets/images/logo.png"/>
73-
</a></div>
74-
<div class="col align-self-center" >
75-
76-
<span>
77-
This work is maintained by BioComputing UP
78-
</span>
79-
</div> </div> <div class="row small">
80-
81-
<div class="col" style="max-width: 120px">
82-
<a class="mr-2" rel="license" href="http://creativecommons.org/licenses/by/4.0/">
83-
<img alt="Creative Commons License"
84-
style="border-width:0"
85-
src="https://i.creativecommons.org/l/by/4.0/88x31.png"/>
86-
</a>
87-
</div> <div class="col align-self-center">
88-
<span>This work is licensed under a
89-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
90-
Creative Commons Attribution 4.0 International License
91-
</a>.
92-
</span>
93-
</div>
38+
39+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
40+
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
41+
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor"
42+
class="bi bi-three-dots-vertical" viewBox="0 0 16 16">
43+
<path
44+
d="M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z" />
45+
</svg>
46+
</button>
47+
48+
<div class="collapse navbar-collapse" id="navbarResponsive">
49+
<ul class="navbar-nav ml-auto font-weight-bold d-flex align-items-center">
50+
{% for item in site.data.menus.topmenu %}
51+
<li class="nav-item">
52+
<a class="nav-link px-3 {% if item.class %}{{item.class}}{% endif %}"
53+
href="{% unless item.external %}{{site.baseurl}}/{% endunless %}{{item.url}}"
54+
alt="{{item.title}}">{{item.title}}</a>
55+
</li>
56+
{% endfor %}
57+
</ul>
58+
</div>
59+
60+
</div>
61+
</nav>
9462
</div>
95-
<!-- <div class="copyright small">-->
96-
<!-- <div class="align-self-center">-->
97-
<!-- -->
98-
<!-- -->
99-
<!-- <br>-->
100-
<!-- -->
10163

102-
<!-- </div>-->
64+
65+
<!-- Container
66+
================================================== -->
67+
<main class="container">
68+
{{ content }}
69+
</main>
70+
71+
<!-- Footer
72+
================================================== -->
73+
<footer class="footer container text-left">
74+
<div class="row small mb-2">
75+
76+
<div class="col" style="max-width: 120px"><a class="mr-2" rel="license" href="https://biocomputingup.it/">
77+
<img style="border-width:0; max-width: 60px" src="{{site.baseurl}}/assets/images/logo.png" />
78+
</a></div>
79+
<div class="col align-self-center">
80+
81+
<span>
82+
This work is maintained by BioComputing UP
83+
</span>
84+
</div>
85+
</div>
86+
<div class="row small">
87+
88+
<div class="col" style="max-width: 120px">
89+
<a class="mr-2" rel="license" href="http://creativecommons.org/licenses/by/4.0/">
90+
<img alt="Creative Commons License" style="border-width:0"
91+
src="https://i.creativecommons.org/l/by/4.0/88x31.png" />
92+
</a>
93+
</div>
94+
<div class="col align-self-center">
95+
<span>This work is licensed under a
96+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
97+
Creative Commons Attribution 4.0 International License
98+
</a>.
99+
</span>
100+
</div>
101+
</div>
102+
<!-- <div class="copyright small">-->
103+
<!-- <div class="align-self-center">-->
104+
<!-- -->
105+
<!-- -->
106+
<!-- <br>-->
107+
<!-- -->
108+
109+
<!-- </div>-->
103110

104111

105-
<!-- </div>-->
106-
</footer>
112+
<!-- </div>-->
113+
</footer>
107114

108-
<!-- JavaScript
109-
================================================== -->
110-
<script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
111-
<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
112-
<script src="{{ site.baseurl }}/assets/js/theme.js"></script>
113-
<script src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
115+
<!-- JavaScript
116+
================================================== -->
117+
<script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
118+
<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
119+
<script src="{{ site.baseurl }}/assets/js/theme.js"></script>
114120

115121
</body>
116-
117-
</html>
122+
123+
</html>
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
layout: post
3+
4+
title: 'DisProt 2026_06 - New thematic dataset of Stress response proteins'
5+
6+
date: 2026-06-06 09:00:00 +0200
7+
8+
author: "Maria Cristina Aspromonte"
9+
10+
headline: 'With this new DisProt thematic dataset, we showcase how intrinsic disorder enables cells to cope with environmental challenges.'
11+
12+
topic: "disprot"
13+
---
14+
<br/>
15+
**Dataset curation & revision**: Maria Victoria Nugnes
16+
<br/>
17+
**Curators**: Ximena Aixa Castro, Rita Pancsa, Erzsébet Fichó, Jaime Santos Suárez, Bernadett Juhász, Gabriel Alejandro Rivas
18+
19+
# How do cells survive stress?
20+
21+
Living organisms are constantly exposed to stressful conditions such as heat shock, oxidative stress, nutrient starvation, dehydration, and many other environmental challenges. To survive, cells change and activate mechanisms that protect proteins, restore cellular balance, and adapt to the new conditions.
22+
23+
Intrinsically disordered proteins (IDPs) and intrinsically disordered regions (IDRs) play an important role in these processes. With the latest DisProt thematic dataset, we focus on stress response proteins and highlight how intrinsic disorder contributes to cellular adaptation in different organisms and biological systems.
24+
25+
The dataset includes proteins involved in heat shock responses, stress signaling, transcriptional regulation, protein quality control, and environmental adaptation. Together, these proteins show that intrinsic disorder is a conserved strategy used by cells to respond to stress across evolution.
26+
27+
---
28+
29+
# Overview of the dataset
30+
31+
- 142 curated proteins
32+
- 2629 different organisms
33+
- 176 curated publications
34+
- Proteins involved in heat shock response, oxidative stress, integrated stress response, and plant stress adaptation
35+
36+
---
37+
38+
# Examples of disordered stress-response proteins
39+
40+
## Protein name: Heat shock protein beta-6
41+
42+
**DisProt ID:** [DP01131](https://disprot.org/DP01131)
43+
**Organism:** *Homo sapiens*
44+
45+
Heat Shock Protein Beta-6 (HSPB6) is a small heat shock protein that helps cells maintain protein homeostasis during stress. DisProt annotates IDRs that undergo a disorder-to-order transition when HSPB6 binds its partners. Structural evidence from SAXS and X-ray crystallography shows that these flexible regions become structured during complex formation.
46+
47+
The newly curated functional annotations show that IDRs mediate self-interaction, which is important for oligomer formation, and 14-3-3 protein binding, an interaction involved in stress-related signaling pathways.
48+
49+
---
50+
51+
## Protein name: NAC domain-containing protein 13
52+
53+
**DisProt ID:** [DP03136](https://disprot.org/DP03136)
54+
**Organism:** *Arabidopsis thaliana*
55+
56+
NAC013 is a membrane-associated transcription factor involved in the response to mitochondrial and oxidative stress in plants. DisProt contains experimental evidence about disorder structural annotations, disorder-to-order transitions, and a pre-molten globule state, showing the high structural flexibility of its regulatory regions.
57+
58+
These regions are also annotated with several functions, including protein binding, self-assembly, and transcription regulator activator activity.
59+
60+
---
61+
62+
## Protein name: Protein Phosphatase 1 Regulatory Subunit 15A
63+
64+
**DisProt ID:** [DP01203](https://disprot.org/DP01203)
65+
**Organism:** *Homo sapiens*
66+
67+
PPP1R15A, also known as GADD34, is an important regulator of the Integrated Stress Response (ISR), a conserved pathway that helps cells recover from different types of stress. DisProt annotates the full-length protein as intrinsically disordered, highlighting how structural flexibility is essential for its function.
68+
69+
Its disordered regions mediate Protein Phosphatase 1 (PP1) binding, eukaryotic initiation factor eIF2 binding, and protein phosphatase regulator activity. These interactions are required to assemble the PP1 regulatory complex, which restores protein synthesis after stress and helps cells return to normal conditions.

pages/ped.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@
2727
{% endfor %}
2828
</div>
2929
</div>
30-
<div class="col-sm-4">
31-
<a href="https://twitter.com/proteinensemble"> @proteinEnsemble</a>
32-
<a class="twitter-timeline" href="https://twitter.com/proteinEnsemble"
33-
data-chrome="nofooter noheader transparent" data-aria-polite="assertive" data-tweet-limit="2">
34-
</a>
35-
</div>
36-
</section>
30+
</section>

0 commit comments

Comments
 (0)