Skip to content

Commit 0dd76ab

Browse files
committed
updated research section
1 parent 5309b13 commit 0dd76ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ function App() {
205205
const research = [
206206
{
207207
value: "graphblas",
208-
title: <>graphBLAS</>,
209-
link: <></>,
208+
title: <>LAGraph algorithms | </>,
209+
link: <a href="http://github.com/hmukesh5/LAGraph-coloring/" target="_blank" className={`underline ${darkmodeSwitcher}`}>github</a>,
210210
content: <>
211211
Currently, I'm doing research at Texas A&M in {lagraphlink}, which is a library of user-friendly graph algorithms built on top of {suitesparselink}, which is a C implementation of {graphblaslink}, which is a standard that defines a set of sparse matrix operations.
212212
Go ahead and re-read that.
213-
These matrix operations, when performed on adjacency matrices, can be a parallel approach to computing graph algorithms.
214-
I am developing an algorithm in LAGraph for graph coloring, where a graph is colored such that no 2 nodes share the same color.
213+
These matrix operations, when performed on adjacency matrices, is a parallel approach to computing graph algorithms.
214+
I am developing an algorithm in LAGraph for graph coloring (where a graph is colored such that no 2 nodes share the same color), to see if there are any performance gains over other coloring algorithms.
215215
This research is being done through the {urslink} (2024-2025 cohort), and a paper and presentation will be available in spring 2025.
216216
<div className="h-2" />
217217
<span className="italic">{lagraphlink} | {suitesparselink}</span>

0 commit comments

Comments
 (0)