Skip to content

Commit bdf580a

Browse files
author
Sepideh Alassi
committed
fix euler page
1 parent 03f6026 commit bdf580a

4 files changed

Lines changed: 15 additions & 12 deletions

File tree

src/app/biography/biography.component.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ <h2>Correspondence</h2>
311311

312312
<section>
313313
<h2>Additional</h2>
314+
<h3>Third Person Correspondence</h3>
314315
<p>Correspondence between
315316
<strong>{{correspondences_Condorcet.mainCorrespondent.name}}</strong> and
316317
<!-- select list to choose the recipient name (among one or several choices) -->
@@ -325,17 +326,18 @@ <h2>Additional</h2>
325326
</mat-select>
326327
</mat-form-field>
327328
</p>
329+
<h3>Editorial Texts</h3>
328330
<p>
329331
<mat-card class="intro-card" appearance="outlined" routerLink="/leoo4A_4_intro">
330332
<mat-card-content>
331-
<mat-card-title>Introduction</mat-card-title>
332-
Leonhardi Euleri Opera Omnia 4A/4
333+
<mat-card-title>Introduction Opera Omnia IVA/4</mat-card-title>
334+
333335
</mat-card-content>
334336
</mat-card>
335337
<mat-card class="intro-card" appearance="outlined" routerLink="/lece_intro">
336338
<mat-card-content>
337-
<mat-card-title>Introduction</mat-card-title>
338-
Leonhardi Euleri Commercium Epistolicum
339+
<mat-card-title>Introduction Opera Omnia IVA/9</mat-card-title>
340+
339341
</mat-card-content>
340342
</mat-card>
341343
</p>

src/app/biography/biography.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,10 @@ export class BiographyComponent implements OnInit, OnDestroy {
364364
);
365365

366366
this.correspondences_Leonhard_Euler = new CorrespondenceGroup(this.Leonhard_Euler, [
367+
new Correspondence(this.Leonhard_Euler, this.Christian_Goldbach),
367368
new Correspondence(this.Leonhard_Euler, this.Condorcet),
368369
new Correspondence(this.Leonhard_Euler, this.Turgot),
369-
new Correspondence(this.Leonhard_Euler, this.Christian_Goldbach)
370+
370371
]);
371372

372373
this.correspondences_Johann_Albrecht_Euler = new CorrespondenceGroup(this.Johann_Albrecht_Euler, [
@@ -380,7 +381,6 @@ export class BiographyComponent implements OnInit, OnDestroy {
380381

381382
this.correspondences_Condorcet = new CorrespondenceGroupWithSection(this.Condorcet, [
382383
new Section('Condorcet', [
383-
new Correspondence(this.Condorcet, this.Leonhard_Euler),
384384
new Correspondence(this.Condorcet, this.Johann_Albrecht_Euler),
385385
new Correspondence(this.Condorcet, this.Lexell),
386386
new Correspondence(this.Condorcet, this.FussNI)

src/app/lece-leoo/lece-leoo.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="main-content" [ngSwitch]="url">
1515

1616
<ng-container *ngSwitchCase="'leoo4A_4_intro'">
17-
<h1>Leonhardi Euleri Opera Omnia 4A/4</h1>
17+
<h1>Opera Omnia IVA/4</h1>
1818

1919
<div class="row">
2020
<mat-card class="intro-card" appearance="outlined" routerLink="/introduction/leoo/goldbach_preface">
@@ -39,7 +39,7 @@ <h1>Leonhardi Euleri Opera Omnia 4A/4</h1>
3939
</ng-container>
4040

4141
<ng-container *ngSwitchCase="'lece_intro'">
42-
<h1>Leonhardi Euleri Commercium Epistolicum</h1>
42+
<h1>Opera Omnia IVA/9</h1>
4343
<div class="row">
4444
<mat-card class="intro-card" appearance="outlined" routerLink="/introduction/lece/CondorcetTurgot_preface">
4545
<mat-card-content>Préface</mat-card-content>

src/app/resource/manuscript-entry/manuscript-entry.component.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ <h4 class="subheading-2">Manuscript number</h4>
4949
<main>
5050

5151
<section *ngIf="props?.title[0]" class="title center">
52-
<p>
53-
<read-text-value [valueObject]="props?.title[0]" [bindEvents]="false" [resource]="resource.readResource">
54-
</read-text-value>
55-
</p>
52+
<h4>
53+
<read-text-value [valueObject]="props?.title[0]" [bindEvents]="false" [resource]="resource.readResource">
54+
</read-text-value>
55+
</h4>
56+
5657
</section>
5758
<ng-container *ngIf="isPartOfReisbuechlein">
5859
<section *ngIf="pages$ | async as page" class="transcription-btn">

0 commit comments

Comments
 (0)