var fDesc=new Array(); fDesc[0] = "Academic Presenter is a software which enables users to prepare a special type of vector-based presentations. This unique software helps users to represents very huge graphs in addition to raster images, audios, and even videos. The software composed of two major sectors; the first sector is proposing handy tools to build graphs and frames in a minute. The second sector is animation which creates effulgence transitions in camera and elements for representing different parts of your presentation. The bottom line is that it is FREE.

We are Ph.D. students who coded this software for the sake of our own needs, however we found it very useful for others and this is why we are trying to keep it up and update this software. Nevertheless, this would not possible unless each of you who found this software useful support us. Please donate whatever you could for the sake of keeping good software free.

With Academic Presenter you can create big graphs like hierarchical graphs with different levels. In each level, you may want to add some pictures or even videos to clarify the subject and lessen your pain. Because of structural flexibility any further changes can be done without any problem. You can scroll and navigate in your graph easily both in designing phase and presentation.

Your created project would be computer independent and all the resources you want will be embedded in your presentation, even videos. Also, It has its own formula editor which utilizes an embedded compiler to put a side LATEX and other commercial equation editors' difficulties."; 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 = ''; } }