From 1eeafa0ededfc18745480f51a9c4221343c7c4d6 Mon Sep 17 00:00:00 2001 From: Vijeinath Tissaveerasingham Date: Thu, 14 Dec 2023 16:05:54 +0100 Subject: [PATCH] add correspondences for Niklaus I Fuss --- src/app/biography/biography.component.html | 18 ++++++++++++++++++ src/app/biography/biography.component.ts | 5 +++++ 2 files changed, 23 insertions(+) diff --git a/src/app/biography/biography.component.html b/src/app/biography/biography.component.html index 984efe9e..994f4e6c 100644 --- a/src/app/biography/biography.component.html +++ b/src/app/biography/biography.component.html @@ -317,6 +317,24 @@

Biography

portrait of Nicolaus Fuss

[...]

+ + + +
+

Correspondence

+

Correspondence between + {{correspondences_Niklaus_I_Fuss.mainCorrespondent.name}} and + + + + + {{corr.correspondent2.name}} + + + +

+
diff --git a/src/app/biography/biography.component.ts b/src/app/biography/biography.component.ts index 8a900c95..a7914f3c 100644 --- a/src/app/biography/biography.component.ts +++ b/src/app/biography/biography.component.ts @@ -85,6 +85,7 @@ export class BiographyComponent implements OnInit, OnDestroy{ correspondences_Jacob_Hermann: CorrespondenceGroupWithSection; correspondences_Leonhard_Euler: CorrespondenceGroup; correspondences_Johann_Albrecht_Euler: CorrespondenceGroup; + correspondences_Niklaus_I_Fuss: CorrespondenceGroup; correspondences_Condorcet: CorrespondenceGroupWithSection; constructor( @@ -455,6 +456,10 @@ export class BiographyComponent implements OnInit, OnDestroy{ new Correspondence(Johann_Albrecht_Euler, Christian_Goldbach) ]); + this.correspondences_Niklaus_I_Fuss = new CorrespondenceGroup(FussNI, [ + new Correspondence(FussNI, Condorcet) + ]) + this.correspondences_Condorcet = new CorrespondenceGroupWithSection(Condorcet, [ new Section('Condorcet', [ new Correspondence(Condorcet, Leonhard_Euler),