boinc/doc/papers.php

87 lines
3.2 KiB
PHP

<?php
require_once("docutil.php");
page_head("Papers related to BOINC");
echo"
<a href=http://boinc.berkeley.edu/boinc_papers/api/text.pdf>Designing a Runtime System for Volunteer Computing</a>
<br>
David P. Anderson, Carl Christensen and Bruce Allen.
<br> To appear in SC06 (the International Conference for
High Performance Computing, Networking, Storage and Analysis), November 2006.
<hr>
<a href=http://boinc.berkeley.edu/boinc_papers/internet/paper.pdf>The Computational and Storage Potential of Volunteer Computing</a>
<br> David P. Anderson and Gilles Fedak
<br> IEEE/ACM International Symposium on Cluster Computing and the Grid,
Singapore, May 16-19, 2006.
<hr>
<a href=http://www.climateprediction.net/science/pubs/cpdn-computing.pdf>The Challenge of Volunteer Computing With Lengthy Climate Model Simulations</a>
<br>
Carl Christensen, Tolu Aina and David Stainforth.
<br> First IEEE International Conference on e-Science and Grid Technologies
<br>5-8 December 2005, Melbourne
<hr>
<a href=server_perf.pdf>High-Performance Task Distribution for Volunteer Computing</a>
<br>
David P. Anderson, Eric Korpela, Rom Walton
<br> First IEEE International Conference on e-Science and Grid Technologies
<br>5-8 December 2005, Melbourne
<hr>
<a href=https://uimon.cern.ch/twiki/pub/LHCAtHome/LinksAndDocs/boincciemat06.pdf>A BOINC seminar by Juan Antonio Lopez Perez of CERN</a>,
presented at CIEMAT in Madrid, November 2005.
Also available in a
<a href=https://uimon.cern.ch/twiki/pub/LHCAtHome/LinksAndDocs/boincciematprint06.pdf>print version</a>.
<hr>
<a href=http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/proceedings/ipdps/&toc=comp/proceedings/ipdps/2005/2312/02/2312toc.xml&DOI=10.1109/IPDPS.2005.247>Homogeneous Redundancy: a Technique to Ensure Integrity of Molecular Simulation Results Using Public Computing</a>
<br>
M. Taufer, D. Anderson, P. Cicotti, C.L. Brooks III.
<br> from 19th IEEE International Parallel and Distributed Processing Symposium (IPDPS'05) Heterogeneous Computing Workshop.
<br>
April 4 2005, Denver CO.
<hr>
<a href=http://www.fatbat.dk/thesis/>
Developing Distributed Computing Solutions Combining Grid Computing and
Public Computing</a>.
<br> Jakob Gregor Pedersen & Christian Ulrik S&oslash;ttrup.
<br> Master's thesis from University of Copenhagen.
<br> March 2005.
<p>
Describes tools for transparently moving jobs between Condor and BOINC.
<hr>
<a href=grid_paper_04.pdf>BOINC: A System for Public-Resource Computing and Storage</a>
<br>David P. Anderson.
<br>5th IEEE/ACM International Workshop on Grid Computing,
<br>November 8, 2004, Pittsburgh, USA.
<p>
A more technical paper.
Also available in
<ul>
<li> <a href=http://boinc.oocp.org/grid_paper_04.html>Japanese</a>
</ul>
<hr>
<p>
<a href=boinc2.pdf>Public Computing: Reconnecting People to Science<a>
<br>David P. Anderson.
<br>Conference on Shared Knowledge and the Web,
<br>Residencia de Estudiantes, Madrid, Spain, Nov. 17-19 2003.
<p>
A paper about BOINC's goals.
Also available in
<ul>
<li> <a href=madrid.html>HTML</a>
<li> <a href=http://boinc.de/madrid_de.htm>HTML/German</a>
<li> <a href=http://www.seti.nl/content.php?c=boinc_berkeley_madrid>HTML/Dutch</a>
<li> <a href=http://boinc.oocp.org/madrid.html>Japanese</a>
</ul>
";
page_tail();
?>