Skip to content

Commit

Permalink
Add incorrectly indexed paper to publication list, and small layout f…
Browse files Browse the repository at this point in the history
…ixes
  • Loading branch information
Anne Kemmeren committed Sep 1, 2024
1 parent aee270e commit 930da28
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 2,833 deletions.
5 changes: 0 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5152,16 +5152,11 @@ input, select, textarea {

.spotlight.style2 {
padding: 2.5rem 2rem 0.5rem 2rem ;
-moz-align-items: -moz-flex-start;
-webkit-align-items: -webkit-flex-start;
-ms-align-items: -ms-flex-start;
align-items: flex-start;
}

.spotlight.style2 .image {
width: 15.75rem;
height: 15.75rem;
margin: 0 2rem 2rem 0;
}

}
Expand Down
5 changes: 4 additions & 1 deletion assets/js/pubmed.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function updateValue() {
// Show loading message
log.innerHTML = '<tr><td colspan="8">Generating citations, this may take a few seconds... <br><br> But please refresh the page if it takes too long</td></tr>';

searchterm = '&term=Fu, EL [Author]';
searchterm = '&term=Fu, EL [Author] OR 37397081';
idURL = pubmedSearchAPI + database + returnmode + returnmax + searchterm;
console.log(idURL);

Expand Down Expand Up @@ -71,6 +71,9 @@ function formatReferences(summary) {
var i = 0;
while (i < authorCount - 1) {
var authorName = summary.result[refs].authors[i].name;
if (authorName === 'Fu E') {
authorName = 'Fu EL';
}
if (authorName === 'Fu EL') {
authorName = '<b>' + authorName + '</b>';
if (i === 0) {
Expand Down
Binary file removed images/in_Rome.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions images/in_Rome.jpg:Zone.Identifier

This file was deleted.

Binary file added images/in_rome.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,819 changes: 0 additions & 2,819 deletions index-demo.html

This file was deleted.

3 changes: 0 additions & 3 deletions index-demo.html:Zone.Identifier

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h2>Biography</h2>
</ul>
</div>
<div class="image">
<img src="images/in_Rome.jpg" alt="" />
<img src="images/in_rome.jpg" alt="" />
</div>
</section>
<div class="horizontal-line"></div>
Expand Down
2 changes: 1 addition & 1 deletion pages/talks.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h3 id="congresses">Orals at congresses</h3>
<td>ERA 2022</td><td>Impact of removing race from the CKD-EPI equation: analysis of 1.6 million Swedish adults</td><td>Best abstract by young author</td>
</tr>
<tr>
<td>ERA-EDTA 2021</td><td>When to initiate dialysis to reduce mortality and cardiovascular events in advanced CKD</td><td>Best abstract of congress</td><td></td>
<td>ERA-EDTA 2021</td><td>When to initiate dialysis to reduce mortality and cardiovascular events in advanced CKD</td><td>Best abstract of congress</td>
</tr>
<tr>
<td>ERA-EDTA 2021</td><td>Comparative effectiveness of SGLT2i versus DPP4i on cardiovascular and renal outcomes in routine-care settings (mini-oral)</td><td></td>
Expand Down

0 comments on commit 930da28

Please sign in to comment.