Difference between revisions of "Team:Greece/our team"

Line 27: Line 27:
  
  
<svg width="100%" height="300" viewBox="0 0 400 400"><!--min-x, min-y, width, height-->
+
<svg width="100%" height="500" viewBox="0 0 750 750">
 +
                              <!--min-x, min-y, width, height-->
 
<script role='Interactivity'>
 
<script role='Interactivity'>
 
console.log('This is interactivity script');
 
console.log('This is interactivity script');
Line 33: Line 34:
 
function changeStroke(id){
 
function changeStroke(id){
 
//Add boldStroke
 
//Add boldStroke
$('#'+id).addClass('boldStroke');
+
//$('#'+id).addClass('boldStroke');
 
//Make cursor as a pointer
 
//Make cursor as a pointer
 
$('#'+id).css( 'cursor', 'pointer' );
 
$('#'+id).css( 'cursor', 'pointer' );
 
}
 
}
function removeStroke(id){ $('#'+id).removeClass('boldStroke'); }
+
//function removeStroke(id){ $('#'+id).removeClass('boldStroke'); }
 
 
 
function displayProfile(id){
 
function displayProfile(id){
 
//Display profile
 
//Display profile
void(document.getElementById('profile').src = id+'.jpg');
+
void(document.getElementById('profile').src = document.getElementById(id + '_pic_big').value);
void(document.getElementById('details').innerText = document.getElementById('desc_'+id).value);
+
void(document.getElementById('details').innerText = document.getElementById(id + '_desc').value);
 
void(document.getElementById('profile').style.visibility = 'visible');
 
void(document.getElementById('profile').style.visibility = 'visible');
 
}
 
}
Line 48: Line 49:
 
 
 
<defs>
 
<defs>
<pattern id="Image" x="0%" y="0%" patternUnits="userSpaceOnUse" height="100%" width="100%">
+
<!-- CAUTION: The coordination must be set in the <pattern> NOT in the <image> !!! -->
  <image width='50%' height='40%' x="0" y="0" href="me.jpg"></image>
+
<pattern id="thomas_pic" x='-190' y='20' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/TarcXrZo0U.png'></image>
 +
</pattern>
 +
 
 +
<pattern id="eugene_pic" x='-452' y='108' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/Aq1BcgD-GO.png' ></image>
 
</pattern>
 
</pattern>
 
 
<pattern id="Image2" x="0%" y="0%" patternUnits="userSpaceOnUse" height="100%" width="100%">
+
<pattern id="asteris_pic" x='70' y='160' patternUnits="userSpaceOnUse" height="100%" width="100%">
<image width='50%' height='40%' x="160" y="-50" href="me2.jpg"></image>
+
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/5ssuGVHmUk.png'></image>
 
</pattern>
 
</pattern>
 
 
<pattern id="Image3" x="0%" y="0%" patternUnits="userSpaceOnUse" height="100%" width="100%">
+
<pattern id="charis_pic" x='340' y='160' patternUnits="userSpaceOnUse" height="100%" width="100%">
<image width='50%' height='40%' x="105" y="125" href="me2.jpg"></image>
+
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/_rpE2dSyHG.png'></image>
 +
</pattern>
 +
 +
<pattern id="constantine_pic" x='590' y='20' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/exUqOUr0Kb.png' ></image>
 +
</pattern>
 +
 +
<pattern id="ksamtsak_pic" x='895' y='20' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/ntqRhmLRTr.png' ></image>
 +
</pattern>
 +
 +
<pattern id="elisavet_pic" x="0%" y="0%" patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='615' y='280' xlink:href='https://cldup.com/ZYx0cGN36M.png' ></image>
 +
</pattern>
 +
 +
<pattern id="aggeliki_pic" x='-190' y='300' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
  <image width='120px' height='120px' x='0' y='0' xlink:href="https://cldup.com/UJYfvZ9Xhn.png"></image>
 +
</pattern>
 +
 +
<pattern id="my_pic" x='-475' y='390' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/NztGO_MVUI.png' ></image>
 +
</pattern>
 +
 
 +
<pattern id="thanasis_pic" x='160' y='437' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='120px' height='120px' x='0' y='0' xlink:href='https://cldup.com/-yUIXJvN_S.png' ></image>
 +
</pattern>
 +
 +
<pattern id="nausica_pic" x='503' y='475' patternUnits="userSpaceOnUse" height="100%" width="100%">
 +
<image width='125px' height='125px' x='0' y='0' xlink:href='https://cldup.com/VRDyL2hFDz.png'></image>
 
</pattern>
 
</pattern>
 
</defs>
 
</defs>
 
 
<circle cx="50" cy="100" r="35" stroke="green" stroke-width="2" fill="url(#Image)" id='circle1' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)'/>
+
<circle id='eugene' cx="-392" cy="168" r="60" stroke="green" stroke-width="2" fill="url(#eugene_pic)" id='eugene_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
 
 
<line x1="85" y1="85" x2="172" y2="55" stroke-width="4" stroke="red" />
+
<line x1="-335" y1="135" x2="-195" y2="90" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
<line x1="87" y1="95" x2="175" y2="65" stroke-width="4" stroke="red" />
+
<line x1="-330" y1="150" x2="-190" y2="105" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
 +
<circle id='thomas' cx="-130" cy="80" r="60" stroke="green" stroke-width="2" fill="url(#thomas_pic)" id='thomas_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
 
 
<circle cx="160" cy="220" r="35" stroke="green" stroke-width="2" fill="url(#Image2)" id='circle2' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
+
<line x1="-75" y1="115" x2="73" y2="190" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
 +
<circle id='asteris' cx="130" cy="220" r="60" stroke="green" stroke-width="2" fill="url(#asteris_pic)" id='asteris_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
 +
 
 +
<line x1="193" y1="200" x2="338" y2="200" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
<line x1="193" y1="215" x2="335" y2="215" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
<line x1="193" y1="230" x2="337" y2="230" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
 +
<circle id='charis' cx="400" cy="220" r="60" stroke="green" stroke-width="2" fill="url(#charis_pic)" id='charis_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
 +
 +
<line x1="460" y1="200" x2="602" y2="123" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
<line x1="455" y1="186" x2="594" y2="110" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 
 
<line x1="74" y1="124" x2="137" y2="189" stroke-width="4" stroke="red" />
+
<circle id='constantine' cx="650" cy="80" r="60" stroke="green" stroke-width="2" fill="url(#constantine_pic)" id='constantine_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
<line x1="67" y1="131" x2="128" y2="195" stroke-width="4" stroke="red" />
+
 
 
<circle cx="210" cy="51" r="35" stroke="green" stroke-width="2" fill="url(#Image3)" id='circle3' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
+
<line x1="715" y1="75" x2="890" y2="75" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
+
<line x1="193" y1="208" x2="260" y2="180" stroke-width="4" stroke="red" />
+
<circle id='ksamtsak' cx="955" cy="80" r="60" stroke="green" stroke-width="2" fill="url(#ksamtsak_pic)" id='ksamtsak_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
 +
 +
<line x1="462" y1="234" x2="620" y2="306" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
<line x1="458" y1="247" x2="614" y2="318" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
 +
<circle id='elisavet' cx="675" cy="340" r="60" stroke="green" stroke-width="2" fill="url(#elisavet_pic)" id='elisavet_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
  
<circle cx="295" cy="170" r="35" stroke="green" stroke-width="2" fill="url(#Image3)" id='circle4' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
+
<line x1="75" y1="253" x2="-68" y2="340" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 
 
<line x1="325" y1="187" x2="420" y2="230" stroke-width="4" stroke="red" />
+
<circle id='aggeliki' cx="-130" cy="360" r="60" stroke="green" stroke-width="2" fill="url(#aggeliki_pic)" id='aggeliki_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)'/>
 
+
<circle cx="450" cy="250" r="35" stroke="green" stroke-width="2" fill="url(#Image3)" id='circle5' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
+
<line x1="-180" y1="400" x2="-350" y2="450" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 +
<line x1="-190" y1="385" x2="-353" y2="432" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 
 
<line x1="320" y1="145" x2="400" y2="100" stroke-width="4" stroke="red" />
+
<circle id='my' cx="-415" cy="450" r="60" stroke="green" stroke-width="2" fill="url(#my_pic)" id='my_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
  
<circle cx="433" cy="83" r="35" stroke="green" stroke-width="2" fill="url(#Image3)" id='circle6' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
+
<line x1="140" y1="283" x2="185" y2="443" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
+
<line x1="155" y1="280" x2="200" y2="436" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
<line x1="125" y1="234" x2="48" y2="273" stroke-width="4" stroke="red" />
+
 
<line x1="130" y1="244" x2="57" y2="282" stroke-width="4" stroke="red" />
+
<circle id='thanasis' cx="220" cy="497" r="60" stroke="green" stroke-width="2" fill="url(#thanasis_pic)" id='thanasis_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
<line x1="140" y1="253" x2="63" y2="293" stroke-width="4" stroke="red" />
+
 
 
<circle cx="27" cy="305" r="35" stroke="green" stroke-width="2" fill="url(#Image3)" id='circle7' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
+
<line x1="285" y1="500" x2="500" y2="530" stroke-width="4" stroke="rgba(148, 159, 199, 1)" />
 
 
 +
<circle id='nausica' cx="565" cy="535" r="60" stroke="green" stroke-width="2" fill="url(#nausica_pic)" id='nausica_circle' class='svgGraphic' onclick="displayProfile(this.id)" onmouseover="changeStroke(this.id)" onmouseleave='removeStroke(this.id)' />
 +
 
</svg>
 
</svg>
  
Line 105: Line 158:
 
</table>
 
</table>
  
        <!-- Circle 1 -->
+
<!-- EUGENE _circle & _pic_big-->
<input type='hidden' id='desc_circle1' value="Colorectal cancer (CRC), also known as bowel cancer and colon cancer, is the development of cancer from the colon or rectum (parts of the large intestine). A cancer is the abnormal growth of cells that have the ability to invade or spread to other parts of the body.[9] Signs and symptoms may include blood in the stool, a change in bowel movements, weight loss, and feeling tired all the time. Most colorectal cancers are due to old age and lifestyle factors with only a small number of cases due to underlying genetic disorders.[2][3] Some risk factors include diet, obesity, smoking, and lack of physical activity. Dietary factors that increase the risk include red and processed meat as well as alcohol.[2] Another risk factor is inflammatory bowel disease, which includes Crohn's disease and ulcerative colitis.[2] Some of the inherited genetic disorders that can cause colorectal cancer include familial adenomatous polyposis and hereditary non-polyposis colon cancer; however, these represent less than 5% of cases.[2][3] It typically starts as a benign tumor, often in the form of a polyp, which over time becomes cancerous.[2]" />
+
<input type='hidden' id='eugene_pic_big' value='https://cldup.com/Aq1BcgD-GO.png' />
        <!-- Circle 2 -->
+
<input type='hidden' id='eugene_desc' value="Colorectal cancer (CRC), also known as bowel cancer and colon cancer,
<input type='hidden' value='This is the SECOND description' id='desc_circle2' />
+
is the development of cancer from the colon or rectum (parts of the large intestine).
<!-- Circle 3 -->
+
A cancer is the abnormal growth of cells that have the ability to invade or spread to other parts of the body.
        <input type='hidden' value='This is the THIRD description' id='desc_circle3' />
+
Signs and symptoms may include blood in the stool, a change in bowel movements, weight loss, and feeling tired all the time.
<!-- Circle 4 -->
+
Most colorectal cancers are due to old age and lifestyle factors with only a small number of cases due to underlying genetic disorders.
        <input type='hidden' value='This is the FOURTH description' id='desc_circle4' />
+
Some risk factors include diet, obesity, smoking, and lack of physical activity.
<!-- Circle 5 -->
+
Dietary factors that increase the risk include red and processed meat as well as alcohol.
        <input type='hidden' value='This is the FIFTH description' id='desc_circle5' />
+
Another risk factor is inflammatory bowel disease, which includes Crohn's disease and ulcerative colitis.
<!-- Circle 6 -->
+
Some of the inherited genetic disorders that can cause colorectal cancer include familial adenomatous polyposis and hereditary non-polyposis colon cancer; however, these represent less than 5% of cases.
        <input type='hidden' value='This is the SIXTH description' id='desc_circle6' />
+
It typically starts as a benign tumor, often in the form of a polyp, which over time becomes cancerous." />
<!-- Circle 7 -->
+
        <input type='hidden' value='This is the SEVENTH description' id='desc_circle7' />
+
<!-- THOMAS _circle & _pic_big-->
        <!-- Circle 8 -->
+
<input type='hidden' id='thomas_pic_big' value='https://cldup.com/TarcXrZo0U.png' />
        <input type='hidden' value='This is the EIGHTH description' id='desc_circle8' />
+
<input type='hidden' id='thomas_desc' value='THOMAS DESCRIPTION' />
        <!-- Circle 9 -->
+
        <input type='hidden' value='This is the NINENTINTH description' id='desc_circle9' />
+
<!-- ASTERIS _circle & _pic_big-->
        <!-- Circle 10 -->
+
<input type='hidden' id='asteris_pic_big' value='https://cldup.com/5ssuGVHmUk.png' />
        <input type='hidden' value='This is the TENTH description' id='desc_circle10' />
+
<input type='hidden' id='asteris_desc' value='ASTERIS DESCRIPTION' />
        <!-- Circle 11 -->
+
 
        <input type='hidden' value='This is the ELEVENTH description' id='desc_circle11' />
+
<!-- CHARIS _circle & _pic_big-->
        <!-- Circle 12 -->
+
<input type='hidden' id='charis_pic_big' value='https://cldup.com/_rpE2dSyHG.png' />
        <input type='hidden' value='This is the TWELVETH description' id='desc_circle12' />
+
<input type='hidden' id='charis_desc' value='CHARIS DESCRIPTION' />
        <!-- Circle 13 -->
+
        <input type='hidden' value='This is the THIRTEENTH description' id='desc_circle13' />
+
<!-- CONSTANTINE _circle & _pic_big-->
        <!-- Circle 14 -->
+
<input type='hidden' id='constantine_pic_big' value='https://cldup.com/exUqOUr0Kb.png' />
        <input type='hidden' value='This is the FOURTEENTH description' id='desc_circle14' />
+
<input type='hidden' id='constantine_desc' value='CONSTANTINE DESCRIPTION' />
        <!-- Circle 15 -->
+
 
        <input type='hidden' value='This is the FIFTEENTH description' id='desc_circle15' />
+
<!-- KSAMTSAK _circle & _pic_big-->
 +
<input type='hidden' id='ksamtsak_pic_big' value='https://cldup.com/ntqRhmLRTr.png' />
 +
<input type='hidden' id='ksamtsak_desc' value='KSAMTSAK DESCRIPTION' />
 +
 
 +
<!-- ELISAVET _circle & _pic_big-->
 +
<input type='hidden' id='elisavet_pic_big' value='https://cldup.com/ZYx0cGN36M.png' />
 +
<input type='hidden' id='elisavet_desc' value='ELISAVET DESCRIPTION' />
 +
 
 +
<!-- AGGELIKI _circle & _pic_big-->
 +
<input type='hidden' id='aggeliki_pic_big' value='https://cldup.com/UJYfvZ9Xhn.png' />
 +
<input type='hidden' id='aggeliki_desc' value='AGGELIKI DESCRIPTION' />
 +
 
 +
<!-- MY _circle & _pic_big-->
 +
<input type='hidden' id='my_pic_big' value='https://cldup.com/NztGO_MVUI.png' />
 +
<input type='hidden' id='my_desc' value='MY DESCRIPTION' />
 +
 
 +
<!-- THANASIS _circle & _pic_big-->
 +
<input type='hidden' id='thanasis_pic_big' value='https://cldup.com/-yUIXJvN_S.png' />
 +
<input type='hidden' id='thanasis_desc' value='THANASIS DESCRIPTION' />
 +
 
 +
<!-- NAUSICA _circle & _pic_big-->
 +
<input type='hidden' id='nausica_pic_big' value='https://cldup.com/VRDyL2hFDz.png' />
 +
<input type='hidden' id='nausica_desc' value='NAUSICA DESCRIPTION' />
  
 
<!-- The Navigation Menu -->
 
<!-- The Navigation Menu -->
Line 324: Line 399:
 
<!-- The SVG styling -->
 
<!-- The SVG styling -->
 
<style>
 
<style>
.boldStroke{ stroke-width: 5 }
+
/*.boldStroke{ stroke-width: 5 }*/
 
 
 
.detailBox{
 
.detailBox{

Revision as of 21:25, 6 August 2017