Publications
"; while ( $row = mysql_fetch_array ( $rs ) ) { if( $row[0] == $aux ) { // Se añade el autor al String de autores if ( $nAutores > 1 ) $listadoAutores.=", ".$autor; else $listadoAutores.= $autor; } else { // Si no es el mismo // Hay un artículo más $nRegs++; // En el primer registro no podemos escribir nada porque no sabemos los autores pero para el resto // de ocasiones en que cambie el artículo de un registro a otro sí // $txt = "- "; if( $nrows > 0 ) { // Si hay más de un autor ponemos un 'and' antes del último if( $nAutores > 1 ) $listadoAutores.=" and ".$autor; else $listadoAutores.=" ".$autor; //echo "Autores: "; $txt = "
  • ".$listadoAutores.". "; $nAutores = 0; $txt .= "
    ".$titulo."
    ".$congRev.". "; if ( $volumen != '' ) $txt .= $volumen.". "; if ( $numero != '' ) $txt .= $numero.". "; if ( $paginas != '' ) $txt .= $paginas.". "; $txt .= $anho."
  • "; if( $salidaPDF ) { $pdf->SetFont(DEFAULT_FONT_TYPE,'',10); // $pdf->Cell(20, 5, $txt); $pdf->MultiCell(0,5, $txt); $pdf->Ln(); } else echo $txt; } $listadoAutores = ""; $autor= ""; } // Se cargan los nuevos datos y se pasa al siguiente registro $aux=$row[0]; $titulo = $row[1]; $anho = $row[2]; $congRev = $row[3]; $autor = $row[4]; $fichero = $row[6]; $volumen = $row[7]; $publico = $row[10]; if( $volumen != "" ) $volumen = " Volumen ".$volumen; $numero = $row[8]; if( $numero != "" ) $numero = " Numero ".$numero; $paginas = $row[9]; if( $paginas != "" ) $paginas = " pp. ".$paginas; $nAutores++; $nrows++; } if( $nrows > 0 ) { // Si hay más de un autor ponemos un 'and' antes del último if( $nAutores > 1 ) $listadoAutores.=" and ".$autor; else $listadoAutores.=" ".$autor; $txt = "
  • ".$listadoAutores.". "; $nAutores = 0; $txt .= "
    ".$titulo."
    ".$congRev.". "; if ( $volumen != '' ) $txt .= $volumen.". "; if ( $numero != '' ) $txt .= $numero.". "; if ( $paginas != '' ) $txt .= $paginas.". "; $txt .= $anho."
  • "; if( $salidaPDF ) { $pdf->SetFont(DEFAULT_FONT_TYPE,'',10); $pdf->MultiCell(0,5, $txt); $pdf->Ln(); } else echo $txt; } echo ""; mysql_free_result($rs); } $conn = mysql_connect("urano.dsic.upv.es","admin_gti","agiretgti") or $error = true; mysql_select_db("gti",$conn) or $error = true; $ssql = "SET OPTION SQL_BIG_TABLES = 1"; $idAutor = 43; $rs = mysql_query($ssql,$conn) or die (mysql_error()); $ssql = "SELECT DISTINCT GTH1.idArticulo, A.titulo, A.anho, A.nombCongRev, AG1.nick, GTH1.orden, A.fichero, A.volumen,A.numero,A.paginas,A.bibPublic FROM gtiHaEscrito GTH1, gtiHaEscrito GTH2, articulos A, autoresGti AG1, autoresGti AG2 WHERE GTH1.idArticulo = A.idArticulo AND GTH2.idArticulo = A.idArticulo AND AG1.idAutor = GTH1.idAutor AND AG2.idAutor = GTH2.idAutor AND congRev = 'r' AND SCI = 1 and LectureNotes = 0"; if( $_POST['year1'] != "" && $_POST['year2'] != "" ) $ssql.= " AND A.anho BETWEEN ".$_POST['year1']." AND ".$_POST['year2']." "; $ssql.= " AND AG2.idAutor = ".$idAutor; $ssql.=" ORDER BY A.anho DESC,GTH1.idArticulo DESC,GTH1.orden"; ?>

    SCI Journals

    LNCS/LNAI indexed in SCI

    Other Journals

    Book Chapters


    Papers in Conferences with stricted review process

    Papers in other Conferences