Skip to content

Departamento de Matematica

Sections
Personal tools
You are here: Home » Actividades » Seminarios » Seminario de Geometría Algebraica » index.html.rupert
Views
  • State: visible

index.html.rupert

Click here to get the file

Size 5.8 kB - File type text/html

File contents

<html>
<head>
<title>Seminario de Geometria Algebraica</title>
<script type="text/javascript" src="http://pc-quallbrunn.dm.uba.ar/sga/data.js" charset="UTF-8"></script>
</head>


<body style="font-size: 14px; font-family: arial; overflow-y: scroll;" bgcolor="lightgoldenrodyellow">


<p align="center">
<span style="font-size: 25px; font-weight: bold;">Seminario de Geometria Algebraica </span>

<br>

<span style="font-size: 20px; font-weight: bold;">Buenos Aires, Argentina</span>
</p>

<br>

<p>
Coordinadores: Fernando Cukierman, Carlos Di Fiore, C&eacute;sar Massri
<br>
</p>

<hr>

<p>
<span style="font-size: 16px; font-weight: bold;">Cronograma de charlas</span>
</p>

<ul>
<li> Cuatrimestre en curso:
<script type="text/javascript">
var d = new Date();
var year=d.getFullYear();
var cuat=1;
if(d.getMonth()>6){cuat=2;} // 7 es agosto
var num = eval(year+"0"+cuat);
document.write("<a href=\"#\" onclick='loadVar(" + num + ")'>" + cuat + "/" + year + "</a>, ");
</script>
</li>

<li>
Cuatrimestres anteriores:
<script type="text/javascript">
var d = new Date();
var year=d.getFullYear();
if(d.getMonth()>6){
	document.write("<a href=\"#\" onclick='loadVar(" + year + "0" + 1 + ")'>1/" + year + "</a>, ");
}

for (var i=year-1;i>2005;i--){
	for (var j=2; j>0; j--) {
		var num = eval(i+"0"+j);
		var cuat = j + "/" + i;
		document.write("<a href=\"#\" onclick='loadVar(" + num + ")'>" + cuat + "</a>, ");
	}
}
document.write("<a href=\"#\" onclick='loadVar(0)'> All </a>. ");
</script>
</li></ul>




<div id="fecha" style="font-size: 16px;"></div>

<br>

Aula de Seminarios, DM, FCEyN, UBA

<br>

Viernes 18 hs

<br>

<noscript>
	<br><ul><font color="red" size="4">
		You should have Javascript enabled on your browser to properly see this website.
	</font></ul>
</noscript>


<div id='show' style="display: block"></div>


<script type="text/javascript">


function Hideshow(which){
	if (!document.getElementById) {
		return;
	}
	if (which.style.display=="none") {
		which.style.display="block";
	} else {
		which.style.display="none";
	}
}


function loadVar(wich) {


	if ( (wich.toString())  == 0) {
		document.getElementById('fecha').innerHTML = "";
		document.getElementById('show').innerHTML = "";
		var d = new Date();
		var year=d.getFullYear();
		for (var j=year; j>=2006; j--) {
			try{		
				eval("charlas" + j + "0201");
				document.getElementById('show').innerHTML += "Segundo cuatrimestre " + j +":\n";
			}catch(err){}
			for (var i=30; i>0; i--) {
				var num = j + "020" + i;
				if (i>= 10) {num = j + "02" + i;}
				var tieneAbs=0;
				try{
					if( eval("abstract" + num).length >0 ){tieneAbs=1;}
				}catch(err) {}
				try{
					var textoVar = eval("charlas" + num);
					var texto =  "<ul>";
					if(Math.abs(Number(textoVar.substr(0,1)))<=3){
						texto += "<li>";
					}
					texto += textoVar;
					if (tieneAbs==1){ 
						texto+= "<br><span><a href=\"javascript:void()\" onclick=\"Hideshow(document.getElementById('abs" + num + "'))\">Abstract</a></span><br><ul><ul>";
						texto+="<span><div id='abs" + num + "' style=\"font-size: 14; background-color:Khaki; width:600px; display: block\"></div></span></ul></ul>";
					}
					texto += "</ul>";
					document.getElementById('show').innerHTML += texto;
					if (tieneAbs==1){ 
						document.getElementById("abs" + num).innerHTML = eval("abstract" + num);
					}
				} catch(err) {}
			}
			document.getElementById('show').innerHTML += "<hr><p></p>";


			document.getElementById('show').innerHTML += "Primer cuatrimestre " + j +":\n";
			for (var i=30; i>0; i--) {
				var num = j + "010" + i;
				if (i>= 10) {num = j + "01" + i;}
				var tieneAbs=0;
				try{
					if( eval("abstract" + num).length >0 ){tieneAbs=1;}
				}catch(err) {}
				try{
					var textoVar = eval("charlas" + num);
					var texto =  "<ul>";
					if(Math.abs(Number(textoVar.substr(0,1)))<=3){
						texto += "<li>";
					}
					texto += textoVar;
					if (tieneAbs==1){ 
						texto+= "<br><span><a href=\"javascript:void()\" onclick=\"Hideshow(document.getElementById('abs" + num + "'))\">Abstract</a></span><br><ul><ul>";
						texto+="<span><div id='abs" + num + "' style=\"font-size: 14; background-color:Khaki; width:600px; display: block\"></div></span></ul></ul>";
					}
					texto += "</ul>";
					document.getElementById('show').innerHTML += texto;
					if (tieneAbs==1){ 
						document.getElementById("abs" + num).innerHTML = eval("abstract" + num);
					}
				} catch(err) {}
			}
			document.getElementById('show').innerHTML += "<hr><p></p>";




		}

		return;
	}

	if ( (wich.toString()).substr(4,6) == 1) {
		document.getElementById('fecha').innerHTML = "Primer cuatrimestre " + (wich.toString()).substr(0,4);
	} else {
		document.getElementById('fecha').innerHTML = "Segundo cuatrimestre " + (wich.toString()).substr(0,4);
	}




	document.getElementById('show').innerHTML = "";
	for (var i=30; i>0; i--) {


		var num = wich + "0" + i;
		if (i>= 10) {num = wich + "" + i;}

		var tieneAbs=0;
		try{
			if( eval("abstract" + num).length >0 ){tieneAbs=1;}
		}catch(err) {}


		try{

			var textoVar = eval("charlas" + num);
			var texto =  "<ul>";
			if(Math.abs(Number(textoVar.substr(0,1)))<=3){
				texto += "<li>";
			}
			texto += textoVar;

			if (tieneAbs==1){ 
				texto+= "<br><span><a href=\"javascript:void()\" onclick=\"Hideshow(document.getElementById('abs" + num + "'))\">Abstract</a></span><br><ul><ul>";
				texto+="<span><div id='abs" + num + "' style=\"font-size: 14; background-color:Khaki; width:600px; display: none\"></div></span></ul></ul>";
			}
			texto += "</ul>";
			document.getElementById('show').innerHTML += texto;
			if (tieneAbs==1){ 
				document.getElementById("abs" + num).innerHTML = eval("abstract" + num);
			}

		} catch(err) {}


	}
	document.getElementById('show').innerHTML += "<hr><p></p>";

}

var d = new Date();
var year=d.getFullYear();
var cuat= "01";
if(d.getMonth()>6){ cuat = "02";}

document.onload  = loadVar(year + cuat);

</script>

</body>
</html>
Created by cmassri
Last modified 2019-09-13 07:31 PM
 

Powered by Plone