Skip to content

Commit f09c849

Browse files
committed
Add more next items and rename section
1 parent a49d7ca commit f09c849

4 files changed

Lines changed: 81 additions & 21 deletions

File tree

assets/css/kp.css

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ html {
5858
h1, h2, h3, h4, h5, h6 {
5959
font-family: var(--headingsFont);
6060
color: var(--heading);
61-
line-height: 1.05em;
61+
line-height: 1.2em;
6262
font-weight: normal;
6363
}
6464

@@ -80,6 +80,7 @@ p {
8080

8181
a, a:active, a:visited {
8282
color: var(--accent);
83+
text-decoration: none;
8384
}
8485

8586
a:hover {
@@ -151,6 +152,7 @@ header logo img {
151152
header sub {
152153
color: var(--accent);
153154
font-size: 1em;
155+
line-height: 1.4em;
154156
}
155157
@media screen and (min-width: 576px) {
156158
header {
@@ -184,9 +186,9 @@ hero sub, section sub {
184186
hero container h1 {
185187
font-family: var(--headingsFont);
186188
color: var(--heading);
187-
line-height: 1.05em;
189+
line-height: 1.4em;
188190
font-weight: normal;
189-
font-size: 1.4em;
191+
font-size: 1.3em;
190192
}
191193

192194
@media screen and (min-width: 576px) {
@@ -196,7 +198,7 @@ hero container h1 {
196198
grid-template-columns: 2fr 1fr;
197199
}
198200
hero container h1 {
199-
font-size: 1.8em;
201+
font-size: 1.3em;
200202
}
201203
}
202204

@@ -224,7 +226,12 @@ section container column {
224226
}
225227

226228
ol, ul {
227-
/* list-style: none; */
229+
line-height: 1.4em;
230+
}
231+
232+
li {
233+
margin-left: 20px;
234+
margin-bottom: 10px;
228235
}
229236

230237
blockquote, q {

index.html

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Knowledge Pixels</title>
7-
<link rel="stylesheet" href="assets/css/kp.css?v=1.3">
7+
<link rel="stylesheet" href="assets/css/kp.css?v=1.4">
88

99
<link rel="apple-touch-icon" sizes="180x180" href="assets/icon/apple-touch-icon.png">
1010
<link rel="icon" type="image/png" sizes="32x32" href="assets/icon/favicon-32x32.png">
@@ -34,12 +34,10 @@ <h1>We provide software that boosts the sharing of scientific knowledge.</h1>
3434
</column>
3535

3636
<column>
37-
<h3>2022</h3>
38-
<p>founded in Zurich</p>
39-
<h3>2023</h3>
40-
<p><a href="https://nanodash.knowledgepixels.com/" target="_blank">Nanodash</a> beta release</p>
41-
<h3>2024</h3>
42-
<p><a href="https://github.com/knowledgepixels/nanopub-query" target="_blank">Nanopub Query</a> beta release</p>
37+
<p><b>2022:</b> founded in Zurich</p>
38+
<p><b>2023:</b> <a href="https://nanodash.knowledgepixels.com/" target="_blank">Nanodash</a> beta release</p>
39+
<p><b>2024:</b> <a href="https://github.com/knowledgepixels/nanopub-query" target="_blank">Nanopub Query</a> beta release</p>
40+
<p><b>2025:</b> <a href="https://github.com/knowledgepixels/nanopub-registry" target="_blank">Nanopub Registry</a> beta release</p>
4341
</column>
4442

4543
</container>
@@ -78,10 +76,16 @@ <h2>What we do</h2>
7876
</column>
7977

8078
<column>
81-
<h2>Projects and vision</h2>
82-
<p><a href="https://blog.pensoft.net/2023/09/12/nanopublications-tailored-to-biodiversity-data/" target="_blank">Launch of our biodiversity pilot with Pensoft</a>. (blog post)</p>
83-
<p><a href="https://www.eurekalert.org/news-releases/988615" target="_blank">Launch of our first pilot with Pensoft</a> and <a href="https://www.iospress.com/news/introducing-fair-findings-innovators-and-publishers-join-forces-to-make-scientific-articles" target="_blank">IOS Press</a>. (press release)</p>
84-
<p><a href="https://gist.github.com/tkuhn/1a99ce119d248f53689d52239512ec1f" target="_blank">Welcome to the New Era of Scientific Publishing</a>. (blog post)</p>
79+
<h2>News and posts</h2>
80+
<ul>
81+
<li>Our <a target="_blank" href="https://nanopub.net/docs/tutorials/eswc2025/">nanopublication tutorial at ESWC 2025</a> is coming up!</li>
82+
<li>Welcome <a href="index.html#ziroli">Ziroli</a> and <a href="index.html#virginia">Virginia</a> as our new team members</li>
83+
<li>We are heartbroken that our dear advisor and friend <a target="_blank" href="https://email.sagepub.com/optiext/optiextension.dll?ID=eMNeHZKcFlDW0b7cECeFolJhbKOO0CCQPEopRoIjjJd95LO0nkSk1ghm1BC3m0BTXFSbJEVpzexJx15nyJFe4_eh8TvKP">Einar Fredriksson has passed away</a></li>
84+
<li><a target="_blank" href="https://www.linkedin.com/posts/neverblink_nanopublication-fair-rdf-activity-7320814261679599616---n8/">NeverBlink partnering with Knowledge Pixels</a></li>
85+
<buttons>
86+
<a href="news.html" class="button">See all</a>
87+
</buttons>
88+
</ul>
8589

8690
</column>
8791

@@ -93,7 +97,8 @@ <h2>The team</h2>
9397
<container>
9498

9599
<column>
96-
<div class="portrait"><img src="assets/img/tobias.jpg" alt="Tobias Kuhn" /></div>
100+
<div class="portrait" id="tobias">
101+
<img src="assets/img/tobias.jpg" alt="Tobias Kuhn" /></div>
97102
<h3>Tobias Kuhn</h3>
98103
<p>Co-founder with a focus on software development and research</p>
99104
<buttons>
@@ -103,7 +108,7 @@ <h3>Tobias Kuhn</h3>
103108
</column>
104109

105110
<column>
106-
<div class="portrait">
111+
<div class="portrait" id="philipp">
107112
<img src="assets/img/philipp.jpg" alt="Philipp von Essen" />
108113
</div>
109114
<h3>Philipp von Essen</h3>
@@ -119,7 +124,7 @@ <h3>Philipp von Essen</h3>
119124
<container>
120125

121126
<column>
122-
<div class="portrait">
127+
<div class="portrait" id="ziroli">
123128
<img src="assets/img/ziroli.jpg" width=230px" alt="Ziroli Plutschow" />
124129
</div>
125130
<h3>Ziroli Plutschow</h3>
@@ -130,7 +135,7 @@ <h3>Ziroli Plutschow</h3>
130135
</column>
131136

132137
<column>
133-
<div class="portrait">
138+
<div class="portrait" id="virginia">
134139
<img src="assets/img/virginia.jpg" width=230px" alt="coming soon" />
135140
</div>
136141
<h3>Virginia Balseiro</h3>

news.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Knowledge Pixels: News and Posts</title>
7+
<link rel="stylesheet" href="assets/css/kp.css?v=1.3">
8+
9+
<link rel="apple-touch-icon" sizes="180x180" href="assets/icon/apple-touch-icon.png">
10+
<link rel="icon" type="image/png" sizes="32x32" href="assets/icon/favicon-32x32.png">
11+
<link rel="icon" type="image/png" sizes="16x16" href="assets/icon/favicon-16x16.png">
12+
<link rel="manifest" href="assets/icon/site.webmanifest">
13+
<link rel="mask-icon" href="assets/icon/safari-pinned-tab.svg" color="#5bbad5">
14+
<meta name="msapplication-TileColor" content="#db0b5b">
15+
<meta name="theme-color" content="#ffffff">
16+
</head>
17+
18+
<body>
19+
20+
<header>
21+
<logo><img src="assets/img/knowledge-pixels-logo-rgb.svg" alt="Knowledge Pixels logo" /></logo>
22+
<sub>publishing the meaning of science</sub>
23+
</header>
24+
25+
<section>
26+
27+
<buttons>
28+
<a href="." class="button">&lt; Back</a>
29+
</buttons>
30+
31+
32+
<h2>News and posts</h2>
33+
34+
<ul>
35+
<li>Our <a target="_blank" href="https://nanopub.net/docs/tutorials/eswc2025/">nanopublication tutorial at ESWC 2025</a> is coming up!</li>
36+
<li>Welcome <a href="index.html#ziroli">Ziroli</a> and <a href="index.html#virginia">Virginia</a> as our new team members</li>
37+
<li>We are heartbroken that our dear advisor and friend <a target="_blank" href="https://email.sagepub.com/optiext/optiextension.dll?ID=eMNeHZKcFlDW0b7cECeFolJhbKOO0CCQPEopRoIjjJd95LO0nkSk1ghm1BC3m0BTXFSbJEVpzexJx15nyJFe4_eh8TvKP">Einar Fredriksson has passed away</a></li>
38+
<li><a target="_blank" href="https://www.linkedin.com/posts/neverblink_nanopublication-fair-rdf-activity-7320814261679599616---n8/">NeverBlink partnering with Knowledge Pixels</a></li>
39+
<li><a target="_blank" href="https://blog.fairsharing.org/?p=971">FAIRsharing and FIPs: where we are, where we are headed</a></li>
40+
<li><a target="_blank" href="https://blog.pensoft.net/2023/09/12/nanopublications-tailored-to-biodiversity-data/" target="_blank">Launch of our biodiversity pilot with Pensoft</a></li>
41+
<li><a target="_blank" href="https://www.eurekalert.org/news-releases/988615" target="_blank">Launch of our first pilot with Pensoft</a> and <a href="https://www.iospress.com/news/introducing-fair-findings-innovators-and-publishers-join-forces-to-make-scientific-articles" target="_blank">IOS Press</a></li>
42+
<li><a target="_blank" href="https://gist.github.com/tkuhn/1a99ce119d248f53689d52239512ec1f" target="_blank">Welcome to the New Era of Scientific Publishing</a></li>
43+
</ul>
44+
</section>
45+
46+
47+
</body>
48+
</html>

software.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Knowledge Pixels: Biographies</title>
6+
<title>Knowledge Pixels: Software repositories</title>
77
<link rel="stylesheet" href="assets/css/kp.css?v=1.3">
88

99
<link rel="apple-touch-icon" sizes="180x180" href="assets/icon/apple-touch-icon.png">

0 commit comments

Comments
 (0)