Skip to content

Commit 0bf11e1

Browse files
committed
Adding Zenodo Link
1 parent b2bf9a7 commit 0bf11e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/MainPage/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const MainPage: React.FC<Props> = ({data}) => {
4747
<Typography variant="h5">Taxonomy of the ML best practices </Typography>
4848
<br/>
4949
<br/>
50-
<ImageContainer>
50+
<ImageContainer onClick={() => setOpenTax(true)}>
5151
<Image src={taxImage} alt="Taxonomy image"/>
5252
<br/>
5353
<Typography variant="caption" align="justify">Taxonomy of machine learning best practices, preview</Typography>
@@ -157,6 +157,7 @@ export const MainPage: React.FC<Props> = ({data}) => {
157157
<br/>
158158
<br/>
159159
<Typography variant="body1" align="justify"> <b>Taging process:</b> In th following <a href="https://github.com/TheSoftwareDesignLab/ML_best_practices/tree/main/tagging">link</a>, you will find the information related to the labels assigned to each post per each tagger. </Typography>
160+
<Typography variant="body1" align="justify"> <b>Dataset:</b> In th following Zenodo <a href="https://zenodo.org/record/7908722#.ZFkxOS8RqJ8">link</a>, you will find the original posts (i.e., questions and answers) used in this study.</Typography>
160161
</>
161162
: <TaxPage data={data} onBackClick={() => setOpenTax(false)}/>}
162163
</Container>

0 commit comments

Comments
 (0)