Skip to content

Commit be94a97

Browse files
committed
Fix visual aspect for swsa call page
1 parent 4b4382d commit be94a97

File tree

1 file changed

+32
-29
lines changed

1 file changed

+32
-29
lines changed

src/components/calls/SwsaDistinguishedDissertationAward.jsx

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,36 +8,39 @@ export const SwsaDistinguishedDissertationAward = () => {
88
</div>
99

1010
<div className="container mx-auto px-4 lg:px-8 lg:pb-12 mt-12">
11-
<h1 className="text-3xl font-bold text-center text-[#e94607]">SWSA Distinguished Dissertation Award</h1>
11+
<div className="container mx-auto px-4 lg:px-8 lg:pb-12 mt-12">
12+
<h1 className="text-3xl font-bold text-center text-[#e94607]">SWSA Distinguished Dissertation Award</h1>
13+
</div>
14+
15+
<div className="flex justify-center mt-8 mb-8">
16+
<img
17+
src={ SWSAImage }
18+
alt="Semantic Web Science Association"
19+
className="w-full max-w-3xl rounded-xl shadow-md"
20+
/>
21+
</div>
22+
<div className="text-md lg:text-lg font-[300] lg:mx-10 sm:mx-2">
23+
<br />
24+
<p>The Semantic Web Science Association (SWSA) invites applications for the 2025 SWSA Distinguished Dissertation Award. </p>
25+
<p>The award will be presented during ISWC 2025.</p>
26+
<br />
27+
28+
<p>Eligibility: </p>
29+
<p>Eligible doctoral dissertations are those that present innovative research results related to the combination of semantics, data, and the Web, which have been awarded a PhD strictly between January 01, 2024 and June 30, 2025, and which have not previously been nominated for this award. The selection of the dissertation will be based on the originality, significance, and impact of the work. Evidence of such impact includes (but is not limited to) publications at highly selective conferences and journals in the field.</p>
30+
<br />
31+
32+
<p>Award committee: </p>
33+
<p>The award committee, which will comprise two members of SWSA and a number of external experts, will be the final arbiter in the decision process. The award committee may decide to consult additional external assessors and reserves the right not to award the prize if the applications do not meet the expected quality level.</p>
34+
<br />
35+
36+
<p>The award:</p>
37+
<p>The award includes a certificate and a 1000 euros payment. A free registration to ISWC 2025 will also be covered. In addition, IOS Press will invite the winner to publish the dissertation as a book in the "Studies on the Semantic Web" series.</p>
38+
39+
<br />
40+
<h2>HOW TO APPLY</h2>
41+
<p>Please refer to the application guidelines and instructions on the <a href="https://swsa.semanticweb.org/content/swsa-distinguished-dissertation-award" target="_blank" rel="noopener noreferrer">SWSA page</a></p>
42+
</div>
1243
</div>
13-
14-
<div className="flex justify-center mt-8 mb-8">
15-
<img
16-
src={ SWSAImage }
17-
alt="Semantic Web Science Association"
18-
className="w-full max-w-3xl rounded-xl shadow-md"
19-
/>
20-
</div>
21-
22-
<br />
23-
<p>The Semantic Web Science Association (SWSA) invites applications for the 2025 SWSA Distinguished Dissertation Award. </p>
24-
<p>The award will be presented during ISWC 2025.</p>
25-
<br />
26-
27-
<p>Eligibility: </p>
28-
<p>Eligible doctoral dissertations are those that present innovative research results related to the combination of semantics, data, and the Web, which have been awarded a PhD strictly between January 01, 2024 and June 30, 2025, and which have not previously been nominated for this award. The selection of the dissertation will be based on the originality, significance, and impact of the work. Evidence of such impact includes (but is not limited to) publications at highly selective conferences and journals in the field.</p>
29-
<br />
30-
31-
<p>Award committee: </p>
32-
<p>The award committee, which will comprise two members of SWSA and a number of external experts, will be the final arbiter in the decision process. The award committee may decide to consult additional external assessors and reserves the right not to award the prize if the applications do not meet the expected quality level.</p>
33-
<br />
34-
35-
<p>The award:</p>
36-
<p>The award includes a certificate and a 1000 euros payment. A free registration to ISWC 2025 will also be covered. In addition, IOS Press will invite the winner to publish the dissertation as a book in the "Studies on the Semantic Web" series.</p>
37-
38-
<br />
39-
<h2>HOW TO APPLY</h2>
40-
<p>Please refer to the application guidelines and instructions on the <a href="https://swsa.semanticweb.org/content/swsa-distinguished-dissertation-award" target="_blank" rel="noopener noreferrer">SWSA page</a></p>
4144
</div>
4245
)
4346
}

0 commit comments

Comments
 (0)