diff --git a/docs/_includes/results_display.html b/docs/_includes/results_display.html
index 9e33bdc..32b878f 100644
--- a/docs/_includes/results_display.html
+++ b/docs/_includes/results_display.html
@@ -120,6 +120,13 @@
Movie Character Name Influence
};
graphContainer.appendChild(iframe);
+
+ if (graphFile === "titanic") {
+ const footnote = document.createElement('p');
+ footnote.textContent = "Note: 'Dawson' is the last name of the main character Jack.";
+ graphContainer.appendChild(footnote);
+ }
+
})
.catch(error => {
console.error('Error loading graph:', error);
diff --git a/emile_evolution_temporelle.ipynb b/emile_evolution_temporelle.ipynb
index ebb8d27..802fba2 100644
--- a/emile_evolution_temporelle.ipynb
+++ b/emile_evolution_temporelle.ipynb
@@ -5004,7 +5004,7 @@
},
{
"cell_type": "code",
- "execution_count": 6,
+ "execution_count": 27,
"metadata": {},
"outputs": [],
"source": [
@@ -5093,7 +5093,7 @@
"\n",
" # Update layout\n",
" fig.update_layout(\n",
- " title=f\"Impact of {movname} on for {name}\",\n",
+ " title=f\"Impact of {movname} on {name}\",\n",
" xaxis_title='Year',\n",
" yaxis_title='Count',\n",
" legend_title='Legend',\n",
@@ -5107,7 +5107,7 @@
},
{
"cell_type": "code",
- "execution_count": 7,
+ "execution_count": 28,
"metadata": {},
"outputs": [
{
@@ -5142,7 +5142,7 @@
},
{
"cell_type": "code",
- "execution_count": 23,
+ "execution_count": 29,
"metadata": {},
"outputs": [
{
@@ -6191,7 +6191,7 @@
}
},
"title": {
- "text": "Impact of Mission: Impossible Ii on the evolution of the name count for ETHAN"
+ "text": "Impact of Mission: Impossible Ii on ETHAN"
},
"xaxis": {
"title": {
@@ -7255,7 +7255,7 @@
}
},
"title": {
- "text": "Impact of Pulp Fiction on the evolution of the name count for MIA"
+ "text": "Impact of Pulp Fiction on MIA"
},
"xaxis": {
"title": {
@@ -8319,7 +8319,7 @@
}
},
"title": {
- "text": "Impact of Star Wars Episode IV: A New Hope on the evolution of the name count for LUKE"
+ "text": "Impact of Star Wars Episode IV: A New Hope on LUKE"
},
"xaxis": {
"title": {
@@ -9383,7 +9383,7 @@
}
},
"title": {
- "text": "Impact of Titanic on the evolution of the name count for DAWSON"
+ "text": "Impact of Titanic on DAWSON"
},
"xaxis": {
"title": {
@@ -10447,7 +10447,7 @@
}
},
"title": {
- "text": "Impact of The Little Mermaid on the evolution of the name count for ARIEL"
+ "text": "Impact of The Little Mermaid on ARIEL"
},
"xaxis": {
"title": {
@@ -11511,7 +11511,7 @@
}
},
"title": {
- "text": "Impact of Doctor Zhivago on the evolution of the name count for TONYA"
+ "text": "Impact of Doctor Zhivago on TONYA"
},
"xaxis": {
"title": {
@@ -12575,7 +12575,7 @@
}
},
"title": {
- "text": "Impact of Charlie and the Chocolate Factory on the evolution of the name count for CHARLIE"
+ "text": "Impact of Charlie and the Chocolate Factory on CHARLIE"
},
"xaxis": {
"title": {
@@ -13639,7 +13639,7 @@
}
},
"title": {
- "text": "Impact of The Nightmare Before Christmas on the evolution of the name count for JACK"
+ "text": "Impact of The Nightmare Before Christmas on JACK"
},
"xaxis": {
"title": {