This document discusses implementing various graph algorithms using GraphBLAS kernels. It describes how degree filtered breadth-first search, k-truss detection, calculating the Jaccard index, and non-negative matrix factorization can be expressed using operations like SpGEMM, SpMV, element-wise multiplication, and scaling. The goal is to demonstrate how common graph analytics can utilize the linear algebra approach of the GraphBLAS framework.