-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html~
More file actions
139 lines (108 loc) · 6.77 KB
/
publications.html~
File metadata and controls
139 lines (108 loc) · 6.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tiago Mendes Ferreira - ORCID</title>
<link rel="stylesheet" href="styles.css">
</head>
<script src="header.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
// Create a modal container dynamically
const modal = document.createElement("div");
modal.classList.add("image-modal");
modal.innerHTML = `
<span class="close">×</span>
<img id="modal-img" src="">
`;
document.body.appendChild(modal);
const modalImg = document.getElementById("modal-img");
const closeBtn = modal.querySelector(".close");
// Function to open the modal when clicking on an image
document.querySelectorAll(".member-photo").forEach(img => {
img.style.cursor = "pointer"; // Change cursor to indicate clickability
img.addEventListener("click", function() {
modal.style.display = "flex"; // Show modal
modalImg.src = this.src; // Set image source
});
});
// Function to close the modal
closeBtn.addEventListener("click", function() {
modal.style.display = "none";
});
// Close the modal if the user clicks outside the image
modal.addEventListener("click", function(e) {
if (e.target === modal) {
modal.style.display = "none";
}
});
});
</script>
<body>
<main>
<section id="publications" style="text-align: center;">
<p>For a full list of publications, visit my <a href="https://orcid.org/0000-0002-0312-1479" target="_blank">ORCID profile</a></p>
<h3 class="news-header">Selected Publications</h3>
<p>Anika Wurl, Maria Ott, Christian Schwieger, Tiago M. Ferreira*<br>
"<a href="https://doi.org/10.1021/acs.jpcb.4c04332">Crystallization of <i>n</i>-Alkanes under Anisotropic Nanoconfinement in Lipid Bilayers"</a><br>
<i><strong>J. Phys. Chem. B (2025)</strong></i>.</p>
<img src="https://pubs.acs.org/cms/10.1021/acs.jpcb.4c04332/asset/images/medium/jp4c04332_0009.gif"
alt="Online Image"
style="width: 30%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Anne M. Kiirikki <em>et al.</em> (NMRlipids)<br>
"<a href="https://doi.org/10.1038/s41467-024-45189-z">Overlay Databank Unlocks Data-Driven Analyses of Biomolecules for All</a>"<br>
<i><strong>Nat. Commun. (2024)</strong></i>.</p>
<img src="natcomm.png"
alt="Online Image"
style="width: 40%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Anika Wurl, Kay Saalwächter and Tiago M. Ferreira*<br>
"<a href="https://doi.org/10.5194/mr-4-115-2023">Time-domain proton-detected local-field NMR for molecular structure determination in complex lipid membranes"</a><br>
<i><strong>Magn. Reson. (2023)</strong></i>.</p>
<img src="https://mr.copernicus.org/articles/4/115/2023/mr-4-115-2023-avatar-web.png"
alt="Online Image"
style="width: 25%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Hanne Antila*, Anika Wurl, O.H. Samuli Ollila, Markus Miettinen and Tiago M. Ferreira*<br>
"<a href="https://doi.org/10.1016/j.bpj.2021.12.003">Rotational decoupling between the hydrophilic and hydrophobic regions in lipid membranes"</a><br>
<i><strong>Biophys. J. (2022)</strong></i>.</p>
<img src="BiophysJ.png"
alt="Online Image"
style="width: 40%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Hanne Antila*, Tiago M. Ferreira, O.H. Samuli Ollila and Markus Miettinen*<br>
"<a href="https://doi.org/10.1021/acs.jcim.0c01299">Using Open Data to Rapidly Benchmark Biomolecular Simulations: Phospholipid Conformational Dynamics"</a><br>
<i><strong>J. Chem. Inf. Model. (2021)</strong></i>.</p>
<img src="https://pubs.acs.org/cms/10.1021/acs.jcim.0c01299/asset/images/medium/ci0c01299_0008.gif"
alt="Online Image"
style="width: 40%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Amélie Bacle <em>et al.</em> (NMRlipids)<br>
"<a href="https://doi.org/10.1021/jacs.1c05549">"Inverse Conformational Selection in Lipid–Protein Binding"</a><br>
<i><strong>J. Am. Chem. Soc. (2021)</strong></i>.</p>
<img src="https://pubs.acs.org/cms/10.1021/jacs.1c05549/asset/images/medium/ja1c05549_0004.gif"
alt="Online Image"
style="width: 30%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Jenny Marie Andersson, Carl Grey, Marcus Larsson, Tiago M. Ferreira*, Emma Sparr*<br>
"<a href="https://doi.org/10.1073/pnas.1701239114">"Effect of Cholesterol on the Molecular Structure and Transitions in a Clinical-Grade Lung Surfactant Extract"</a><br>
<i><strong>Proc. Natl. Acad. Sci. U.S.A. (2017)</strong></i>.</p>
<img src="pnas.png"
alt="Online Image"
style="width: 40%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Tiago M. Ferreira*, O. H. Samuli Ollila, Roberta Pigliapochi, Aleksandra P. Dabkowska and Daniel Topgaard<br>
"<a href="https://doi.org/10.1063/1.4906274">"Model-free estimation of the effective correlation time for C–H bond reorientation in amphiphilic bilayers: 1H–13C solid-state NMR and MD simulations"</a><br>
<i><strong>J. Chem. Phys. (2015)</strong></i>.</p>
<img src="jcp.png"
alt="Online Image"
style="width: 30%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
<p>Tiago M. Ferreira*, Filipe Coreta-Gomes, O. H. Samuli Ollila, Maria J. Moreno, Winchil L. C. Vaz and Daniel Topgaard <br>
"<a href="https://doi.org/10.1039/C2CP42738A">"Cholesterol and POPC segmental order parameters in
lipid membranes: solid state 1H–13C NMR and MD simulation studies"</a><br>
<i><strong>Phys. Chem. Chem. Phys. (2013)</strong></i>.</p>
<img src="https://pubs.rsc.org/en/Image/Get?imageInfo.ImageType=GA&imageInfo.ImageIdentifier.ManuscriptID=C2CP42738A&imageInfo.ImageIdentifier.Year=2013"
alt="Online Image"
style="width: 30%; height: auto; border: 4px solid #222; border-radius: 12px; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); padding: 6px;">
</section>
</main>
<div style="text-align: center;">
<p>© 2024 Tiago Mendes Ferreira</p>
</div>
</body>
</html>