- MGR: Check initial function to launch v6graphics if it exists

in the slot directory.
        
        NOTE: Only implemented in the advanced view list controls
          for now.

    clientgui/
        Events.h
        ViewWork.cpp, .h

svn path=/trunk/boinc/; revision=12955
This commit is contained in:
Rom Walton 2007-06-18 11:46:01 +00:00
parent 059ae19fbb
commit 492dbda61b
5 changed files with 253 additions and 153 deletions

View File

@ -6338,6 +6338,13 @@ Janus 17 June 2007
html/bt/
torrent_cache.php (new)
Rom 17 June 2007
- MGR: Check initial function to launch v6graphics if it exists
in the slot directory.
NOTE: Only implemented in the advanced view list controls
for now.
clientgui/
Events.h
ViewWork.cpp, .h

View File

@ -106,6 +106,7 @@
#define ID_TASK_WORK_RESUME 9201
#define ID_TASK_WORK_SHOWGRAPHICS 9202
#define ID_TASK_WORK_ABORT 9203
#define ID_TASK_WORK_SHOWGRAPHICSNEW 9204
#define ID_TASK_TRANSFERS_RETRYNOW 9300
#define ID_TASK_TRANSFERS_ABORT 9301
#define ID_TASK_MESSAGES_COPYALL 9400

View File

@ -31,6 +31,8 @@
#include "ViewWork.h"
#include "Events.h"
#include "error_numbers.h"
#include "app_ipc.h"
#include "util.h"
#include "res/result.xpm"
@ -75,6 +77,7 @@ IMPLEMENT_DYNAMIC_CLASS(CViewWork, CBOINCBaseView)
BEGIN_EVENT_TABLE (CViewWork, CBOINCBaseView)
EVT_BUTTON(ID_TASK_WORK_SUSPEND, CViewWork::OnWorkSuspend)
EVT_BUTTON(ID_TASK_WORK_SHOWGRAPHICS, CViewWork::OnWorkShowGraphics)
EVT_BUTTON(ID_TASK_WORK_SHOWGRAPHICSNEW, CViewWork::OnWorkShowGraphicsNew)
EVT_BUTTON(ID_TASK_WORK_ABORT, CViewWork::OnWorkAbort)
EVT_CUSTOM_RANGE(wxEVT_COMMAND_BUTTON_CLICKED, ID_TASK_PROJECT_WEB_PROJDEF_MIN, ID_TASK_PROJECT_WEB_PROJDEF_MAX, CViewWork::OnProjectWebsiteClicked)
EVT_LIST_ITEM_SELECTED(ID_LIST_WORKVIEW, CViewWork::OnListSelected)
@ -107,6 +110,13 @@ CViewWork::CViewWork(wxNotebook* pNotebook) :
_("Show application graphics in a window."),
ID_TASK_WORK_SHOWGRAPHICS
);
pGroup->m_Tasks.push_back( pItem );
pItem = new CTaskItem(
_("Show new graphics"),
_("Show application v6 graphics in a window."),
ID_TASK_WORK_SHOWGRAPHICSNEW
);
pGroup->m_Tasks.push_back( pItem );
pItem = new CTaskItem(
@ -253,6 +263,78 @@ void CViewWork::OnWorkShowGraphics( wxCommandEvent& WXUNUSED(event) ) {
}
void CViewWork::OnWorkShowGraphicsNew( wxCommandEvent& WXUNUSED(event) ) {
wxLogTrace(wxT("Function Start/End"), wxT("CViewWork::OnWorkShowGraphicsNew - Function Begin"));
wxInt32 iAnswer = 0;
wxString strMachineName = wxEmptyString;
CMainDocument* pDoc = wxGetApp().GetDocument();
CAdvancedFrame* pFrame = wxDynamicCast(GetParent()->GetParent()->GetParent(), CAdvancedFrame);
wxASSERT(pDoc);
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
wxASSERT(pFrame);
wxASSERT(wxDynamicCast(pFrame, CAdvancedFrame));
wxASSERT(m_pTaskPane);
wxASSERT(m_pListPane);
pFrame->UpdateStatusText(_("Showing graphics for task..."));
// TODO: implement hide as well as show
#if (defined(_WIN32) || defined(__WXMAC__))
pDoc->GetConnectedComputerName(strMachineName);
if (!pDoc->IsComputerNameLocal(strMachineName)) {
iAnswer = ::wxMessageBox(
_("Are you sure you want to display graphics on a remote machine?"),
_("Show graphics"),
wxYES_NO | wxICON_QUESTION,
this
);
} else {
iAnswer = wxYES;
}
#else
iAnswer = wxYES;
#endif
if (wxYES == iAnswer) {
RESULT* result = pDoc->result(m_pListPane->GetFirstSelected());
if (!result->graphics_exec_path.empty()) {
wxString strCurrentDirectory = wxGetCwd();
wxString strSlotDirectory = result->slot_path.c_str();
char buf[512];
#ifdef __WXMSW__
HANDLE id;
#else
int id;
#endif
wxSetWorkingDirectory(strSlotDirectory);
boinc_resolve_filename("v6graphics", buf, sizeof(buf));
run_program(
(char*)result->slot_path.c_str(),
buf,
0,
NULL,
5,
id
);
wxSetWorkingDirectory(strCurrentDirectory);
}
}
pFrame->UpdateStatusText(wxT(""));
UpdateSelection();
pFrame->FireRefreshView();
wxLogTrace(wxT("Function Start/End"), wxT("CViewWork::OnWorkShowGraphics - Function End"));
}
void CViewWork::OnWorkAbort( wxCommandEvent& WXUNUSED(event) ) {
wxLogTrace(wxT("Function Start/End"), wxT("CViewWork::OnWorkAbort - Function Begin"));

View File

@ -61,6 +61,7 @@ public:
void OnWorkSuspend( wxCommandEvent& event );
void OnWorkShowGraphics( wxCommandEvent& event );
void OnWorkShowGraphicsNew( wxCommandEvent& event );
void OnWorkAbort( wxCommandEvent& event );
void OnProjectWebsiteClicked( wxEvent& event );

View File

@ -1,148 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<projects>
<project>
<name>Tanpaku</name>
<url>http://issofty17.is.noda.tus.ac.jp/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>To predict protein structure and function from genetic sequences, using the 'Brownian Dynamics' (BD) method. This method enables us to simulate more efficiently than conventional methods.</description>
<home>Tokyo University of Science</home>
<image>http://boinc.berkeley.edu/images/tanpaku.jpg</image>
</project>
<project>
<name>Malariacontrol.net</name>
<url>http://www.malariacontrol.net</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Epidemiology</specific_area>
<description>Simulation models of the transmission dynamics and health effects of malaria are an important tool for malaria control. They can be used to determine optimal strategies for delivering mosquito nets, chemotherapy, or new vaccines which are currently under development and testing. Such modeling is extremely computer intensive, requiring simulations of large human populations with a diverse set of parameters related to biological and social factors that influence the distribution of the disease. </description>
<home>The Swiss Tropical Institute</home>
<image>http://boinc.berkeley.edu/images/africaathome.gif</image>
</project>
<project>
<name>Rosetta@home</name>
<url>http://boinc.bakerlab.org/rosetta/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>Determine the 3-dimensional shapes of proteins in research that may ultimately lead to finding cures for some major human diseases. By running Rosetta@home you will help us speed up and extend our research in ways we couldn't possibly attempt without your help. You will also be helping our efforts at designing new proteins to fight diseases such as HIV, Malaria, Cancer, and Alzheimer's</description>
<home>University of Washington</home>
<image>http://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg</image>
</project>
<project>
<name>Proteins@Home</name>
<url>http://biology.polytechnique.fr/proteinsathome</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Protein structure prediction</specific_area>
<description>By joining Proteins@Home, you will be part of a large-scale protein structure prediction project and help to advance an important area of science. By increasing our knowledge of proteins, you will contribute to a better understanding of many diseases and pathologies, and to progress in both medicine and technology. Proteins@Home is not for profit.</description>
<home>Ecole Polytechnique, Paris</home>
<image>http://boinc.berkeley.edu/images/proteinsathome.gif</image>
</project>
<project>
<name>World Community Grid</name>
<url>http://www.worldcommunitygrid.org/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biomedicine</specific_area>
<description>Advance our knowledge of human disease.</description>
<home>IBM</home>
<image>http://boinc.berkeley.edu/images/wcg.jpg</image>
</project>
<project>
<name>SIMAP</name>
<url>http://boinc.bio.wzw.tum.de/boincsimap/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>Calculate similarities between proteins. SIMAP provides a public database of the resulting data, which plays a key role in many bioinformatics research projects.</description>
<home>Technical University of Munich</home>
<image>http://boinc.berkeley.edu/images/simaplogo.jpg</image>
</project>
<project>
<name>Climateprediction.net</name>
<url>http://climateprediction.net</url>
<general_area>Earth Sciences</general_area>
<specific_area>Earth sciences</specific_area>
<description>To investigate the approximations that have to be made in state-of-the-art climate models. By running the model thousands of times we hope to find out how the model responds to slight tweaks to these approximations - slight enough to not make the approximations any less realistic. This will allow us to improve our understanding of how sensitive our models are to small changes and also to things like changes in carbon dioxide and the sulphur cycle. This will allow us to explore how climate may change in the next century under a wide range of different scenarios.</description>
<home>Oxford University</home>
<image>http://boinc.berkeley.edu/images/cpn_logo_world_1.jpg</image>
</project>
<project>
<name>SETI@home</name>
<url>http://setiathome.berkeley.edu/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Astrophysics, astrobiology</specific_area>
<description>SETI (Search for Extraterrestrial Intelligence) is a scientific area whose goal is to detect intelligent life outside Earth. One approach, known as radio SETI, uses radio telescopes to listen for narrow-bandwidth radio signals from space. Such signals are not known to occur naturally, so a detection would provide evidence of extraterrestrial technology.</description>
<home>U.C. Berkeley Space Sciences Laboratory</home>
<image>http://boinc.berkeley.edu/images/seti_logo.png</image>
</project>
<project>
<name>uFluids@home</name>
<url>http://www.ufluids.net/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Physics/Aeronautics</specific_area>
<description>The uFluids project simulates two-phase fluid behavior in microgravity and microfluidics problems. Our goal is to design better satellite propellant management devices and address two-phase flow in microchannel and MEMS devices.</description>
<home>Purdue University</home>
<image>http://boinc.berkeley.edu/images/ufluids.gif</image>
</project>
<project>
<name>Spinhenge@home</name>
<url>http://spin.fh-bielefeld.de/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Chemical engineering and nanotechnology</specific_area>
<description>The study of molecular magnets and controlled nanoscale magnetism. These magnetic molecules may be used to develop tiny magnetic switches, with applications in medicine (such as local tumor chemotherapy) and biotechnology.</description>
<home>Bielefeld University of Applied Sciences</home>
<image>http://boinc.berkeley.edu/images/rotating-fe30-h90px.gif</image>
</project>
<project>
<name>Quantum Monte Carlo at Home</name>
<url>http://qah.uni-muenster.de/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Chemistry</specific_area>
<description>Study the structure and reactivity of molecules using Quantum Chemistry.</description>
<home>University of Muenster</home>
<image>http://boinc.berkeley.edu/images/logo_oben.jpg</image>
</project>
<project>
<name>Leiden Classical</name>
<url>http://boinc.gorlaeus.net/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Chemistry</specific_area>
<description>Surface science calculations using Classical Dynamics. In contrast to other projects, Leiden Classical allows volunteers, students and other scientist to submit their personal calculations to the grid. Each user has his own personal queue for Classical Dynamics jobs. In this way students have used the grid to simulate liquid argon, or to test the validity of the ideal gas law by actually doing the simulations through the grid.</description>
<home>Leiden University, The Netherlands</home>
<image>http://boinc.berkeley.edu/images/leiden_classical.png</image>
</project>
<project>
<name>LHC@home</name>
<url>http://lhcathome.cern.ch/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Physics</specific_area>
<description>The Large Hadron Collider (LHC) is a particle accelerator which is being built at CERN, the European Organization for Nuclear Research, the world's largest particle physics laboratory. When it switches on in 2007, it will be the most powerful instrument ever built to investigate on particles proprieties. LHC@home simulates particles traveling around the LHC to study the stability of their orbits.</description>
<home>CERN (European Organization for Nuclear Research)</home>
<image>http://boinc.berkeley.edu/images/lhc.jpg</image>
</project>
<project>
<name>Einstein@home</name>
<url>http://einstein.phys.uwm.edu/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Astrophysics</specific_area>
<description>Search for spinning neutron stars (also called pulsars) using data from the LIGO and GEO gravitational wave detectors. Einstein@Home is a World Year of Physics 2005 project supported by the American Physical Society (APS) and by a number of international organizations.</description>
<home>Univ. of Wisconsin - Milwaukee, Albert Einstein Institute</home>
<image>http://boinc.berkeley.edu/images/einstein.jpg</image>
</project>
<project>
<name>ABC@home</name>
<url>http://abcathome.com/</url>
<general_area>Mathematics and strategy games</general_area>
<specific_area>Mathematics</specific_area>
<description>Search for 'abc-triples': positive integers a,b,c such that a+b=c, a &lt; b &lt; c, a,b,c have no common divisors and c > rad(abc), where rad(n) is the product of the distinct prime factors of n. The ABC conjecture says that there are only finitely many a,b,c such that log(c)/log(rad(abc)) > h for any real h > 1. The ABC conjecture is currently one of the greatest open problems in mathematics. If it is proven to be true, a lot of other open problems can be answered directly from it.</description>
<home>Mathematical Institute of Leiden University / Kennislink</home>
</project>
<project>
<name>PrimeGrid</name>
<url>http://primegrid.com</url>
<general_area>Mathematics and strategy games</general_area>
<specific_area>Cryptography</specific_area>
<description>Primegrid is generating a public sequential prime number database, and is searching for large twin primes of the form k*2<sup>n</sup>+1 and k*2<sup>n</sup>-1</description>
<home>Private</home>
<image>http://boinc.berkeley.edu/images/primegrid_logo.png</image>
</project>
<project>
<name>Chess960@home</name>
<url>http://www.chess960athome.org/alpha/</url>
@ -152,14 +9,6 @@
<home>Chess-960.org</home>
<image>http://boinc.berkeley.edu/images/chess960athome.jpg</image>
</project>
<project>
<name>Riesel Sieve</name>
<url>http://boinc.rieselsieve.com/</url>
<general_area>Mathematics and strategy games</general_area>
<specific_area>Mathematics</specific_area>
<description>Find prime numbers of the form k*2<sup>n</sup>-1</description>
<home>Riesel Sieve community</home>
</project>
<project>
<name>Rectilinear Crossing Number</name>
<url>http://dist.ist.tugraz.at/cape5/</url>
@ -177,4 +26,164 @@
<home>MTA-SZTAKI Laboratory of Parallel and Distributed Systems (Budapest)</home>
<image>http://boinc.berkeley.edu/images/szdg1_small.jpg</image>
</project>
<project>
<name>Riesel Sieve</name>
<url>http://boinc.rieselsieve.com/</url>
<general_area>Mathematics and strategy games</general_area>
<specific_area>Mathematics</specific_area>
<description>Find prime numbers of the form k*2<sup>n</sup>-1</description>
<home>Riesel Sieve community</home>
</project>
<project>
<name>PrimeGrid</name>
<url>http://www.primegrid.com</url>
<general_area>Mathematics and strategy games</general_area>
<specific_area>Cryptography</specific_area>
<description>Primegrid is generating a public sequential prime number database, and is searching for large twin primes of the form k*2<sup>n</sup>+1 and k*2<sup>n</sup>-1</description>
<home>Private</home>
<image>http://boinc.berkeley.edu/images/primegrid_logo.png</image>
</project>
<project>
<name>ABC@home</name>
<url>http://abcathome.com/</url>
<general_area>Mathematics and strategy games</general_area>
<specific_area>Mathematics</specific_area>
<description>Search for 'abc-triples': positive integers a,b,c such that a+b=c, a &lt; b &lt; c, a,b,c have no common divisors and c > rad(abc), where rad(n) is the product of the distinct prime factors of n. The ABC conjecture says that there are only finitely many a,b,c such that log(c)/log(rad(abc)) > h for any real h > 1. The ABC conjecture is currently one of the greatest open problems in mathematics. If it is proven to be true, a lot of other open problems can be answered directly from it.</description>
<home>Mathematical Institute of Leiden University / Kennislink</home>
</project>
<project>
<name>Climateprediction.net</name>
<url>http://climateprediction.net</url>
<general_area>Earth Sciences</general_area>
<specific_area>Earth sciences</specific_area>
<description>To investigate the approximations that have to be made in state-of-the-art climate models. By running the model thousands of times we hope to find out how the model responds to slight tweaks to these approximations - slight enough to not make the approximations any less realistic. This will allow us to improve our understanding of how sensitive our models are to small changes and also to things like changes in carbon dioxide and the sulphur cycle. This will allow us to explore how climate may change in the next century under a wide range of different scenarios.</description>
<home>Oxford University</home>
<image>http://boinc.berkeley.edu/images/cpn_logo_world_1.jpg</image>
</project>
<project>
<name>Spinhenge@home</name>
<url>http://spin.fh-bielefeld.de/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Chemical engineering and nanotechnology</specific_area>
<description>The study of molecular magnets and controlled nanoscale magnetism. These magnetic molecules may be used to develop tiny magnetic switches, with applications in medicine (such as local tumor chemotherapy) and biotechnology.</description>
<home>Bielefeld University of Applied Sciences</home>
<image>http://boinc.berkeley.edu/images/rotating-fe30-h90px.gif</image>
</project>
<project>
<name>uFluids@home</name>
<url>http://www.ufluids.net/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Physics/Aeronautics</specific_area>
<description>The uFluids project simulates two-phase fluid behavior in microgravity and microfluidics problems. Our goal is to design better satellite propellant management devices and address two-phase flow in microchannel and MEMS devices.</description>
<home>Purdue University</home>
<image>http://boinc.berkeley.edu/images/ufluids.gif</image>
</project>
<project>
<name>Leiden Classical</name>
<url>http://boinc.gorlaeus.net/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Chemistry</specific_area>
<description>Surface science calculations using Classical Dynamics. In contrast to other projects, Leiden Classical allows volunteers, students and other scientist to submit their personal calculations to the grid. Each user has his own personal queue for Classical Dynamics jobs. In this way students have used the grid to simulate liquid argon, or to test the validity of the ideal gas law by actually doing the simulations through the grid.</description>
<home>Leiden University, The Netherlands</home>
<image>http://boinc.berkeley.edu/images/leiden_classical.png</image>
</project>
<project>
<name>LHC@home</name>
<url>http://lhcathome.cern.ch/lhcathome/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Physics</specific_area>
<description>The Large Hadron Collider (LHC) is a particle accelerator which is being built at CERN, the European Organization for Nuclear Research, the world's largest particle physics laboratory. When it switches on in 2007, it will be the most powerful instrument ever built to investigate on particles proprieties. LHC@home simulates particles traveling around the LHC to study the stability of their orbits.</description>
<home>CERN (European Organization for Nuclear Research)</home>
<image>http://boinc.berkeley.edu/images/lhc.jpg</image>
</project>
<project>
<name>Quantum Monte Carlo at Home</name>
<url>http://qah.uni-muenster.de/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Chemistry</specific_area>
<description>Study the structure and reactivity of molecules using Quantum Chemistry.</description>
<home>University of Muenster</home>
<image>http://boinc.berkeley.edu/images/logo_oben.jpg</image>
</project>
<project>
<name>SETI@home</name>
<url>http://setiathome.berkeley.edu/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Astrophysics, astrobiology</specific_area>
<description>SETI (Search for Extraterrestrial Intelligence) is a scientific area whose goal is to detect intelligent life outside Earth. One approach, known as radio SETI, uses radio telescopes to listen for narrow-bandwidth radio signals from space. Such signals are not known to occur naturally, so a detection would provide evidence of extraterrestrial technology.</description>
<home>U.C. Berkeley Space Sciences Laboratory</home>
<image>http://boinc.berkeley.edu/images/seti_logo.png</image>
</project>
<project>
<name>Einstein@home</name>
<url>http://einstein.phys.uwm.edu/</url>
<general_area>Astronomy/Physics/Chemistry</general_area>
<specific_area>Astrophysics</specific_area>
<description>Search for spinning neutron stars (also called pulsars) using data from the LIGO and GEO gravitational wave detectors. Einstein@Home is a World Year of Physics 2005 project supported by the American Physical Society (APS) and by a number of international organizations.</description>
<home>Univ. of Wisconsin - Milwaukee, Albert Einstein Institute</home>
<image>http://boinc.berkeley.edu/images/einstein.jpg</image>
</project>
<project>
<name>World Community Grid</name>
<url>http://www.worldcommunitygrid.org/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Humanitarian research on new and infectious disease, natural disasters and hunger.</specific_area>
<description>To further critical non-profit research on some of humanity's most pressing problems by creating the world's largest volunteer computing grid. Research includes HIV/AIDS, cancer, muscular dystrophy, dengue fever, and many more.</description>
<home>IBM Corporate Community Relations</home>
<image>http://boinc.berkeley.edu/images/wcg.jpg</image>
</project>
<project>
<name>Malariacontrol.net</name>
<url>http://www.malariacontrol.net</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Epidemiology</specific_area>
<description>Simulation models of the transmission dynamics and health effects of malaria are an important tool for malaria control. They can be used to determine optimal strategies for delivering mosquito nets, chemotherapy, or new vaccines which are currently under development and testing. Such modeling is extremely computer intensive, requiring simulations of large human populations with a diverse set of parameters related to biological and social factors that influence the distribution of the disease. </description>
<home>The Swiss Tropical Institute</home>
<image>http://boinc.berkeley.edu/images/africaathome.gif</image>
</project>
<project>
<name>Predictor@home</name>
<url>http://predictor.scripps.edu/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>Protein structure prediction starts from a sequence of amino acids and attempts to predict the folded, functioning, form of the protein. Predicting the structure of an unknown protein is a critical problem in enabling structure-based drug design to treat new and existing diseases.</description>
<home>Scripps Research Institute</home>
<image>http://boinc.berkeley.edu/images/predictor.jpg</image>
</project>
<project>
<name>Rosetta@home</name>
<url>http://boinc.bakerlab.org/rosetta/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>Determine the 3-dimensional shapes of proteins in research that may ultimately lead to finding cures for some major human diseases. By running Rosetta@home you will help us speed up and extend our research in ways we couldn't possibly attempt without your help. You will also be helping our efforts at designing new proteins to fight diseases such as HIV, Malaria, Cancer, and Alzheimer's</description>
<home>University of Washington</home>
<image>http://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg</image>
</project>
<project>
<name>Tanpaku</name>
<url>http://issofty17.is.noda.tus.ac.jp/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>To predict protein structure and function from genetic sequences, using the 'Brownian Dynamics' (BD) method. This method enables us to simulate more efficiently than conventional methods.</description>
<home>Tokyo University of Science</home>
<image>http://boinc.berkeley.edu/images/tanpaku.jpg</image>
</project>
<project>
<name>SIMAP</name>
<url>http://boinc.bio.wzw.tum.de/boincsimap/</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Biology</specific_area>
<description>Calculate similarities between proteins. SIMAP provides a public database of the resulting data, which plays a key role in many bioinformatics research projects.</description>
<home>Technical University of Munich</home>
<image>http://boinc.berkeley.edu/images/simaplogo.jpg</image>
</project>
<project>
<name>Proteins@Home</name>
<url>http://biology.polytechnique.fr/proteinsathome</url>
<general_area>Biology and Medicine</general_area>
<specific_area>Protein structure prediction</specific_area>
<description>By joining Proteins@Home, you will be part of a large-scale protein structure prediction project and help to advance an important area of science. By increasing our knowledge of proteins, you will contribute to a better understanding of many diseases and pathologies, and to progress in both medicine and technology. Proteins@Home is not for profit.</description>
<home>Ecole Polytechnique, Paris</home>
<image>http://boinc.berkeley.edu/images/proteinsathome.gif</image>
</project>
</projects>