From 500ae64b905efd4025b3537f8fc4d0e5cfb5a6dd Mon Sep 17 00:00:00 2001 From: acezen Date: Thu, 18 Jan 2024 16:00:41 +0800 Subject: [PATCH 1/2] [Minor][Doc] Remove unused community channel and add publication citation --- README.rst | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index dd3f0d880..1e5e0f4cc 100644 --- a/README.rst +++ b/README.rst @@ -180,10 +180,8 @@ Getting Involved Join the conversation and help the community. Even if you do not plan to contribute to GraphAr itself or GraphAr integrations in other projects, we'd be happy to have you involved. -- Join the mailing list: send an email to `graphar+subscribe@googlegroups.com `_. - Share your ideas and use cases for the project. -- Join the `GraphAr Slack`_ channel. -- Follow our activity on `GitHub issues `_. +- Ask questions on `GitHub Discussions`_. We welcome all kinds of questions, from beginner to advanced! +- Follow our activity and ask for feature requests on `GitHub issues `_. - Join our `Weekly Community Meeting`_. Read through our `community introduction`_ to learn about our communication channels, governance, and more. @@ -195,6 +193,20 @@ License **GraphAr** is distributed under `Apache License 2.0`_. Please note that third-party libraries may not have the same license as GraphAr. +Publication +----------- + +``` +@misc{li2023enhancing, + title={Enhancing Data Lakes with GraphAr: Efficient Graph Data Management with a Specialized Storage Scheme}, + author={Xue Li and Weibin Zeng and Zhibin Wang and Diwen Zhu and Jingbo Xu and Wenyuan Yu and Jingren Zhou}, + year={2023}, + eprint={2312.09577}, + archivePrefix={arXiv}, + primaryClass={cs.DB} +} +``` + .. _Apache License 2.0: https://github.com/alibaba/GraphAr/blob/main/LICENSE From db21c0982aeca1a99a01ebb5968095e5f0482f42 Mon Sep 17 00:00:00 2001 From: acezen Date: Fri, 19 Jan 2024 10:29:43 +0800 Subject: [PATCH 2/2] Fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1e5e0f4cc..3a4aa4161 100644 --- a/README.rst +++ b/README.rst @@ -181,7 +181,7 @@ Join the conversation and help the community. Even if you do not plan to contrib to GraphAr itself or GraphAr integrations in other projects, we'd be happy to have you involved. - Ask questions on `GitHub Discussions`_. We welcome all kinds of questions, from beginner to advanced! -- Follow our activity and ask for feature requests on `GitHub issues `_. +- Follow our activity and ask for feature requests on `GitHub Issues`_. - Join our `Weekly Community Meeting`_. Read through our `community introduction`_ to learn about our communication channels, governance, and more.