From 21af0edecededb5b9a90d212949776d724b48250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=90=86?= Date: Tue, 30 Jan 2024 14:33:10 +0800 Subject: [PATCH 1/2] Fix link --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ad0cb4760..b5e5c5d3b 100644 --- a/README.rst +++ b/README.rst @@ -156,7 +156,7 @@ See `GraphAr C++ Library`_ for details about the building of the C++ library. The Java Library ^^^^^^^^^^^^^^^^ -The GraphAr Java library is created with bindings to the C++ library (currently at version v0.10.0), utilizing [Alibaba-FastFFI](https://github.com/alibaba/fastFFI) for implementation. +The GraphAr Java library is created with bindings to the C++ library (currently at version v0.10.0), utilizing `Alibaba-FastFFI`_ for implementation. See `GraphAr Java Library`_ for details about the building of the Java library. The Spark Library @@ -262,3 +262,5 @@ Publication .. _GitHub Issues: https://github.com/alibaba/GraphAr/issues/new .. _Github Discussions: https://github.com/alibaba/GraphAr/discussions + +.. _Alibaba-FastFFI: https://github.com/alibaba/fastFFI From e1722d843dd8b81bf4a52ab872fad70dd9afaa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=90=86?= Date: Tue, 30 Jan 2024 14:43:07 +0800 Subject: [PATCH 2/2] update publication information --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b5e5c5d3b..cc7d1ed72 100644 --- a/README.rst +++ b/README.rst @@ -205,14 +205,14 @@ Publication ----------- - Xue Li, Weibin Zeng, Zhibin Wang, Diwen Zhu, Jingbo Xu, Wenyuan Yu, Jingren Zhou. - `GraphAr: An Efficient Storage Scheme for Graph Data in Data Lakes[J] `_. + `Enhancing Data Lakes with GraphAr: Efficient Graph Data Management with a Specialized Storage Scheme[J] `_. arXiv preprint arXiv:2312.09577, 2023. .. code:: bibtex @article{li2023enhancing, author = {Xue Li and Weibin Zeng and Zhibin Wang and Diwen Zhu and Jingbo Xu and Wenyuan Yu and Jingren Zhou}, - title = {GraphAr: An Efficient Storage Scheme for Graph Data in Data Lakes}, + title = {Enhancing Data Lakes with GraphAr: Efficient Graph Data Management with a Specialized Storage Scheme}, year = {2023}, url = {https://doi.org/10.48550/arXiv.2312.09577}, doi = {10.48550/ARXIV.2312.09577},