Skip to content

Commit fe9fa31

Browse files
authored
Merge pull request #8 from iswc-conf/dev
fixed the issues in the P&D call as per Gong Cheng
2 parents b7e80a1 + 47dfd85 commit fe9fa31

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

src/components/calls/Posters.jsx

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@ export const Posters = () => {
2323
<h2 style={{ color: '#e94607' }} className="text-lg font-medium mt-4">Topics of Interest</h2>
2424
<p>We invite submissions relevant to the areas of Semantic Web, Knowledge Graphs, and Linked Data, which address, but are not limited to, the topics of the Research Track, the Resources Track, the In-Use Track, and the Industry Track. Visionary ideas, position statements, negative results, and outrageous ideas are also welcome.</p>
2525

26-
<h4 style={{ color: '#e94607' }} className="text-md font-medium mt-3">Posters:</h4>
27-
<p>Submissions should describe research work (ongoing or completed), resource projects, or systems (both academic and commercial) relevant to the topics above.</p>
26+
<div style={{ marginBottom: '20px' }}></div>
2827

29-
<h4 style={{ color: '#e94607' }} className="text-md font-medium mt-3">Demos:</h4>
30-
<p>Submissions should showcase innovative implementations, tools, or technologies from academia or industry. Demos must highlight a novel solution to a well-defined problem and avoid being purely promotional or commercial.</p>
28+
<ul className="list-disc ml-16 text-md lg:text-lg font-[300]">
29+
<li> <strong>Posters</strong>:
30+
<p> Submissions should describe research work (ongoing or completed), resource projects, or systems (both academic and commercial) relevant to the topics above.</p>
31+
</li>
32+
<li> <strong>Demos</strong>:
33+
<p> Submissions should showcase innovative implementations, tools, or technologies from academia or industry. Demos must highlight a novel solution to a well-defined problem and avoid being purely promotional or commercial.</p>
34+
</li>
35+
</ul>
3136
<br />
3237
<p>We welcome submissions from Industry, provided they focus on technical contributions rather than product advertisements. Authors of full papers accepted in the Research, Resources, and In-Use Tracks are encouraged to submit a poster or a demonstration. The submission should be formatted as other submissions to this track. Still, it must cite the accepted full paper and include a description of how it complements or adds value to the full paper. The added value could include:</p>
3338
<ul className="list-disc ml-16 text-md lg:text-lg font-[300]">
@@ -40,6 +45,10 @@ export const Posters = () => {
4045

4146
<h2 style={{ color: '#e94607' }} className="text-lg font-medium mt-4">Submission Details</h2>
4247

48+
<p><strong>All submissions should follow the single anonymous submission policy (i.e., authors are named, reviewers are anonymous).</strong></p>
49+
50+
<div style={{ marginBottom: '20px' }}></div>
51+
4352
<ul className="list-disc ml-16 text-md lg:text-lg font-[300]">
4453
<li>
4554
All submissions must be in English and in PDF format.
@@ -58,8 +67,9 @@ export const Posters = () => {
5867
We require the authors to specify the submission type (poster or demo) in the submission form at the time of submission.
5968
</li>
6069
</ul>
70+
<div style={{ marginBottom: '20px' }}></div>
6171
<p>
62-
All submissions must be made electronically via EasyChair at <a href="https://easychair.org/conferences/?conf=iswc2025" target="_blank" rel="noopener noreferrer">this link</a>.
72+
All submissions must be made electronically via EasyChair at <a href="https://easychair.org/conferences/?conf=iswc2025" target="_blank" rel="noopener noreferrer" style={{ color: '#e94607' }}>this link</a>.
6373
</p>
6474

6575
<h2 style={{ color: '#e94607' }} className="text-lg font-medium mt-4">Conference Attendance and Presentation Format</h2>
@@ -77,7 +87,7 @@ export const Posters = () => {
7787
<p>
7888
<b>Shenghui Wang</b>, University of Twente, The Netherlands
7989
</p>
80-
<p>Contact email: <a href="mailto:[email protected]">[email protected]</a></p>
90+
<p>Contact email: <a style={{ color: '#e94607' }} href="mailto:[email protected]">[email protected]</a></p>
8191

8292
</div>
8393
</div>

0 commit comments

Comments
 (0)