Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Dec 15, 2023
1 parent d790d14 commit e716691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/app/landing-page/landing-page.component.html
Expand Up @@ -102,7 +102,8 @@ <h4>{{leibniz.description}}</h4>
<h3>Visualizations</h3>
<p>The BEOL and third party correspondence data are visualized as interactive 3D force-directed graphs which
are also available in WebVR format. You can explore the correspondence network interactively at
<a target="_blank" href="https://vis.beol.dasch.swiss/">vis.beol.dasch.swiss</a>.</p>
<a target="_blank" href="https://vis.beol.dasch.swiss/">vis.beol.dasch.swiss</a>.
</p>
</section>

<mat-divider></mat-divider>
Expand Down
5 changes: 0 additions & 5 deletions src/app/landing-page/landing-page.component.ts
Expand Up @@ -37,19 +37,15 @@ export class LandingPageComponent implements OnInit {
* Generate Gravsearch query to search for The Newton project Correspondence.
*/
searchForNewtonCorrespondence() {

const gravsearch: string = this._beol.searchForNewtonCorrespondence(0);

this.submitQuery(gravsearch);
}

/**
* * Generate Gravsearch query to search for Leibniz Correspondence.
*/
searchForLeibnizCorrespondence() {

const gravsearch: string = this._beol.searchForLeibnizCorrespondence(0);

this.submitQuery(gravsearch);
}

Expand All @@ -59,7 +55,6 @@ export class LandingPageComponent implements OnInit {
* @param gravsearch the Gravsearch query to be executed.
*/
private submitQuery(gravsearch: string) {

this._router.navigate(['/search/gravsearch/', gravsearch], { relativeTo: this._route });
}
}

0 comments on commit e716691

Please sign in to comment.