CONTRIBUTORS.md 1.42 KB
Newer Older
1
2
3
4
## Contributing to DGL

Contribution is always welcomed. A good starting place is the roadmap issue, where
you can find our current milestones. All contributions must go through pull requests
Minjie Wang's avatar
Minjie Wang committed
5
6
and be reviewed by the committers. See our [contribution
guide](https://docs.dgl.ai/contribute.html) for more details.
7

Minjie Wang's avatar
Minjie Wang committed
8
9
Once your contribution is accepted and merged, congratulations, you are now a
contributor to the DGL project.  We will put your name in the list below.
10
11
12

Contributors
------------
Minjie Wang's avatar
Minjie Wang committed
13
14
15
* [Sheng Zha](https://github.com/szha): tree-lstm in MXNet
* [Yifei Ma](https://github.com/yifeim): GCN in MXNet
* [Yizhi Liu](https://github.com/yzhliu): RGCN in MXNet
16
17
18
19
* [@hbsun2113](https://github.com/hbsun2113): GraphSAGE in PyTorch
* [Tianyi Zhang](https://github.com/Tiiiger): SGC in PyTorch
* [Jun Chen](https://github.com/kitaev-chen): GIN in PyTorch
* [Aymen Waheb](https://github.com/aymenwah): APPNP in PyTorch
Mufei Li's avatar
Mufei Li committed
20
* [Chengqiang Lu](https://github.com/geekinglcq): MGCN, SchNet and MPNN in PyTorch
VoVAllen's avatar
VoVAllen committed
21
* [Gongze Cao](https://github.com/Zardinality): Cluster GCN
22
23
* [Yicheng Wu](https://github.com/MilkshakeForReal): RotatE in PyTorch
* [Hao Xiong](https://github.com/ShawXh): DeepWalk in PyTorch
Zhi Lin's avatar
Zhi Lin committed
24
* [Zhi Lin](https://github.com/kira-lin): Integrate FeatGraph into DGL
Minjie Wang's avatar
Minjie Wang committed
25
26
27
28
29
30

Other improvement
* [Brett Koonce](https://github.com/brettkoonce)
* [@giuseppefutia](https://github.com/giuseppefutia)
* [@mori97](https://github.com/mori97)
* Hao Jin