var fDesc=new Array(); fDesc[0] = "BIOGRAPH is a project funded by the Bijzonder Onderzoeksfonds from the University of Antwerp (GOA BOF UA) that aims at putting forward a new methodology for text mining from heterogeneous information sources. The final goal of the project is to show new results in mining for previously unknown relations between genes and phenotypes, and improved gene prioritisation catching non-obvious disease causing genes. The growing overload of textual information available to organizations and professionals hampers effective knowledge management and discovery by increasing the time needed to find relevant information and by causing crucial information to be missed. Especially in the health sciences this is seen as a vexing problem, as the huge and largely unexplored volume of published literature, in combination with structured databases representing experimental data and background knowledge, might lead to new discoveries."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }