Skip to content

Commit 8f0b44f

Browse files
committed
resources
1 parent 0ec6c4b commit 8f0b44f

1 file changed

Lines changed: 42 additions & 14 deletions

File tree

src/pages/resources.js

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,42 @@ const ResourcesPage = () => (
4040
</div>
4141
<div className="container">
4242
<section className=" py-12">
43+
44+
<div className="text-lg my-10">
45+
<a
46+
rel="noopener"
47+
target={`_blank`}
48+
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
49+
to="https://arxiv.org/pdf/2207.14406.pdf"
50+
>
51+
Sequential Models in the Synthetic Data Vault
52+
</a>
53+
<p>Preprint, June 2022</p>
54+
<p>Kevin Zhang, Kalyan Veeramachaneni, Neha Patki</p>
55+
</div>
56+
4357
<div className="text-lg my-10">
44-
<Link
58+
<a
59+
rel="noopener"
60+
target={`_blank`}
4561
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
4662
to="https://dai.lids.mit.edu/wp-content/uploads/2020/02/Lei_SMThesis_neo.pdf"
4763
>
4864
Synthesizing Tabular Data using Conditional GAN
49-
</Link>
65+
</a>
5066
<p>S.M Thesis, Dept. of EECS, MIT, February 2020</p>
5167
<p>Lei Xu</p>
5268
</div>
5369

5470
<div className="text-lg my-10">
55-
<Link
71+
<a
72+
rel="noopener"
73+
target={`_blank`}
5674
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
5775
to="https://arxiv.org/pdf/1907.00503.pdf"
5876
>
5977
Modeling Tabular data using Conditional GAN (CTGAN)
60-
</Link>
78+
</a>
6179
<p>
6280
NeurIPS|2019, Proc. of Advances in Neural Information Processing
6381
Systems, 2019
@@ -69,12 +87,14 @@ const ResourcesPage = () => (
6987
</div>
7088

7189
<div className="text-lg my-10">
72-
<Link
90+
<a
91+
rel="noopener"
92+
target={`_blank`}
7393
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
7494
to="https://dai.lids.mit.edu/wp-content/uploads/2019/01/1812.01226.pdf"
7595
>
7696
Learning Vine Copula Models For Synthetic Data Generation
77-
</Link>
97+
</a>
7898
<p>
7999
AAAI-19, In Proc. 33rd AAAI Conference on Artificial Intelligence,
80100
2019
@@ -83,35 +103,41 @@ const ResourcesPage = () => (
83103
</div>
84104

85105
<div className="text-lg my-10">
86-
<Link
106+
<a
107+
rel="noopener"
108+
target={`_blank`}
87109
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
88110
to="https://arxiv.org/pdf/1811.11264.pdf"
89111
>
90112
Synthesizing Tabular Data using Generative Adversarial Networks
91113
(TGAN)
92-
</Link>
114+
</a>
93115
<p>Preprint, 27 November 2018</p>
94116
<p>Lei Xu, Kalyan Veeramachaneni</p>
95117
</div>
96118

97119
<div className="text-lg my-10">
98-
<Link
120+
<a
121+
rel="noopener"
122+
target={`_blank`}
99123
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
100124
to="https://dai.lids.mit.edu/wp-content/uploads/2018/12/Andrew_MEng.pdf"
101125
>
102126
SDV: An Open Source Library for Synthetic Data Generation
103-
</Link>
127+
</a>
104128
<p>M.Eng Thesis, Dept. of EECS, MIT, August 2018</p>
105129
<p>Andrew Montanez</p>
106130
</div>
107131

108132
<div className="text-lg my-10">
109-
<Link
133+
<a
134+
rel="noopener"
135+
target={`_blank`}
110136
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
111137
to="https://dai.lids.mit.edu/wp-content/uploads/2018/03/SDV.pdf"
112138
>
113139
The synthetic data vault
114-
</Link>
140+
</a>
115141
<p>
116142
DSAA -16, International Conference on Data Science and Advance
117143
Analytics, October 2016
@@ -120,13 +146,15 @@ const ResourcesPage = () => (
120146
</div>
121147

122148
<div className="text-lg my-10">
123-
<Link
149+
<a
150+
rel="noopener"
151+
target={`_blank`}
124152
className="text-sdv-secondary underline hover:no-underline hover:opacity-80"
125153
to="https://dspace.mit.edu/handle/1721.1/109616"
126154
>
127155
The Synthetic Data Vault: Generative Modeling for Relational
128156
Databases.
129-
</Link>
157+
</a>
130158
<p>M.Eng. Thesis, Dept. of EECS, MIT, June 2016</p>
131159
<p>Neha Patki</p>
132160
</div>

0 commit comments

Comments
 (0)