From cf897a7512de139510216245678ea17c59f5b093 Mon Sep 17 00:00:00 2001 From: Scott Kolodziej Date: Tue, 27 Nov 2018 18:47:08 -0600 Subject: [PATCH] Minor formatting adjustments to paper.md --- paper/paper.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index b4d1508d..593e7a2b 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -1,3 +1,4 @@ +--- title: 'The SuiteSparse Matrix Collection Website Interface' tags: - data repository @@ -85,7 +86,7 @@ The SuiteSparse Matrix Collection web application allows real-time filtering by Additionally, matrix details are displayed on each matrix's individual page, including the matrix's rank, condition number, and information regarding its singular value decomposition. A variety of visualizations are also presented, including sparsity patterns, force-directed graph (or bipartite graph) visualizations [@hu2005efficient], Dulmage-Mendelsohn permuted sparsity patterns, and singular values plotted in decreasing size. -Matrices can also be quickly accessed by URL route matching. For example, the information page for the matrix HB/west0479 can be accessed directly by visiting https://sparse.tamu.edu/**HB/west0479**. Information on the Mycielski group of matrices can be accessed by visiting https://sparse.tamu.edu/**Mycielski**. +Matrices can also be quickly accessed by URL route matching. For example, the information page for the matrix HB/west0479 can be accessed directly by visiting https://sparse.tamu.edu/HB/west0479. Information on the Mycielski group of matrices can be accessed by visiting https://sparse.tamu.edu/Mycielski. ## Matrix Data Download