This document presents two new parallel algorithms, dynamiclevelwisepr and dynamicmonolithicpr, for efficiently updating pagerank values in dynamic graphs after batch edge insertions and deletions. Experimental studies show that both algorithms significantly outperform static pagerank methods on CPUs and GPUs, with dynamicmonolithicpr being more suitable for GPU usage. The findings highlight the algorithms' efficiency in processing large graphs and improving computation speed through optimized memory locality and workload balance.