Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
-
height:
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
@@ -68,7 +68,7 @@
|
|
68 |
<body>
|
69 |
<div class="intro">
|
70 |
<h1>🔮 Mapping Nieman Lab's 2025 Journalism Predictions</h1>
|
71 |
-
<p>This interactive visualization maps over 100 predictions from Nieman Lab contributors about the future of journalism in the coming year, clustered by theme using natural language processing. Click on the points to read the original article and ❤️ this Space for updates with new predictions.</p>
|
72 |
</div>
|
73 |
<div id="viz">
|
74 |
<div id="popup"></div>
|
@@ -89,7 +89,7 @@ function createVisualization() {
|
|
89 |
|
90 |
// Set dynamic width and height for responsiveness
|
91 |
const width = window.innerWidth;
|
92 |
-
const height = window.innerHeight * 0.
|
93 |
|
94 |
const plot = Plot.plot({
|
95 |
width: width,
|
|
|
13 |
}
|
14 |
#viz {
|
15 |
width: 100%;
|
16 |
+
height: 68vh;
|
17 |
position: relative;
|
18 |
overflow: hidden;
|
19 |
}
|
|
|
68 |
<body>
|
69 |
<div class="intro">
|
70 |
<h1>🔮 Mapping Nieman Lab's 2025 Journalism Predictions</h1>
|
71 |
+
<p>This interactive visualization maps over <a href="https://www.niemanlab.org/collection/predictions-2025/" target="_blank">100 predictions from Nieman Lab contributors</a> about the future of journalism in the coming year, clustered by theme using natural language processing. Click on the points to read the original article and ❤️ this Space for updates with new predictions.</p>
|
72 |
</div>
|
73 |
<div id="viz">
|
74 |
<div id="popup"></div>
|
|
|
89 |
|
90 |
// Set dynamic width and height for responsiveness
|
91 |
const width = window.innerWidth;
|
92 |
+
const height = window.innerHeight * 0.68;
|
93 |
|
94 |
const plot = Plot.plot({
|
95 |
width: width,
|