Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoUsbeck committed Oct 16, 2018
1 parent 3858c62 commit 7d3e89c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<p> <a href='index.php?x=contact&q=".$q."'>Contact</a> <img src='pictures/list_arrow_gray.gif'> </p>
<p> &nbsp; </p>";
}
if ($q == "9") {
header("location:http://2018.nliwod.org/challenge");
}
if ($q == "8") {
header("location:https://project-hobbit.eu/challenges/qald-8-challenge/");
}
Expand Down Expand Up @@ -174,6 +177,12 @@
echo "September 2014 &sdot; Part of: <a href='http://nlp.uned.es/clef-qa/' class='sel'><b>QA Track at CLEF 2014&nbsp;&nbsp;</b></a>";
if ($q == "5")
echo "September 2015 &sdot; Part of: <a href='http://nlp.uned.es/clef-qa/' class='sel'><b>QA Track at CLEF 2015&nbsp;&nbsp;</b></a>";
if ($q == "7")
echo "May 2017 &sdot; Part of: <a href='http://2017.eswc-conferences.org/' class='sel'><b>Challenge at ESWC 2017&nbsp;&nbsp;</b></a>";
if ($q == "8")
echo "October 2017 &sdot; Part of: <a href='http://iswc2017.semanticweb.org' class='sel'><b>Part of NLIWOD workshop at ISWC 2017&nbsp;&nbsp;</b></a>";
if ($q == "9")
echo "October 2018 &sdot; Part of: <a href='http://iswc2018.semanticweb.org' class='sel'><b>Part of NLIWOD workshop at ISWC 2018&nbsp;&nbsp;</b></a>";

?>
</div>
Expand Down

0 comments on commit 7d3e89c

Please sign in to comment.