mirror of https://github.com/BOINC/boinc.git
BOINC web: update project list
This commit is contained in:
parent
4094edd180
commit
d9558b87fb
|
@ -421,6 +421,16 @@ $astro_phys_chem = array(
|
||||||
$mixed = array(
|
$mixed = array(
|
||||||
tra("Multiple applications"),
|
tra("Multiple applications"),
|
||||||
array(
|
array(
|
||||||
|
array(
|
||||||
|
"Citizen Science Grid",
|
||||||
|
"http://volunteer.cs.und.edu/csg/",
|
||||||
|
"University of North Dakota",
|
||||||
|
"Molecular biology, Computer Science",
|
||||||
|
"The Citizen Science Grid is dedicated to supporting a wide range of research and educational projects using volunteer computing and citizen science.",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"Support science from the University of North Dakota"
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
"CAS@home",
|
"CAS@home",
|
||||||
"http://casathome.ihep.ac.cn/",
|
"http://casathome.ihep.ac.cn/",
|
||||||
|
@ -476,16 +486,16 @@ $mixed = array(
|
||||||
$math = array(
|
$math = array(
|
||||||
tra("Mathematics, computing, and games"),
|
tra("Mathematics, computing, and games"),
|
||||||
array(
|
array(
|
||||||
array(
|
// array(
|
||||||
"SubsetSum@Home",
|
// "SubsetSum@Home",
|
||||||
"http://volunteer.cs.und.edu/subset_sum/",
|
// "http://volunteer.cs.und.edu/subset_sum/",
|
||||||
"University of North Dakota, Computer Science Department",
|
// "University of North Dakota, Computer Science Department",
|
||||||
tra("Computer Science"),
|
// tra("Computer Science"),
|
||||||
"Research in computational complexity",
|
// "Research in computational complexity",
|
||||||
"",
|
// "",
|
||||||
"",
|
// "",
|
||||||
"Study the Subset Sum problem"
|
// "Study the Subset Sum problem"
|
||||||
),
|
// ),
|
||||||
array(
|
array(
|
||||||
"OProject@Home",
|
"OProject@Home",
|
||||||
"http://oproject.info/",
|
"http://oproject.info/",
|
||||||
|
@ -506,16 +516,16 @@ $math = array(
|
||||||
"",
|
"",
|
||||||
"Do research in algebraic number theory"
|
"Do research in algebraic number theory"
|
||||||
),
|
),
|
||||||
array(
|
// array(
|
||||||
"VolPEx",
|
// "VolPEx",
|
||||||
"http://volpex.cs.uh.edu/VCP/",
|
// "http://volpex.cs.uh.edu/VCP/",
|
||||||
"University of Houston",
|
// "University of Houston",
|
||||||
"Computer science",
|
// "Computer science",
|
||||||
"Creating effective parallel computing on multiple volatile nodes. Apply research on REMD Protein Folding.",
|
// "Creating effective parallel computing on multiple volatile nodes. Apply research on REMD Protein Folding.",
|
||||||
"",
|
// "",
|
||||||
"",
|
// "",
|
||||||
"Study parallel computing across multiple computers"
|
// "Study parallel computing across multiple computers"
|
||||||
),
|
// ),
|
||||||
array(
|
array(
|
||||||
"SAT@home",
|
"SAT@home",
|
||||||
"http://sat.isa.ru/pdsat/",
|
"http://sat.isa.ru/pdsat/",
|
||||||
|
@ -585,16 +595,16 @@ $math = array(
|
||||||
"",
|
"",
|
||||||
"Study the factorization of large integers"
|
"Study the factorization of large integers"
|
||||||
),
|
),
|
||||||
array(
|
// array(
|
||||||
"VTU@home",
|
// "VTU@home",
|
||||||
"http://boinc.vgtu.lt/vtuathome/",
|
// "http://boinc.vgtu.lt/vtuathome/",
|
||||||
tra("Vilnius Gediminas Technical University and Kaunas University of Technology (Lithuania)"),
|
// tra("Vilnius Gediminas Technical University and Kaunas University of Technology (Lithuania)"),
|
||||||
tra("Software testing"),
|
// tra("Software testing"),
|
||||||
tra("The aim of this project is to provide a powerful distributed computing platform for scientists of Vilnius Gediminas Technical University (VGTU) as well as others Lithuanian academic institutions. Current applications involve the study of Monte-Carlo based software testing."),
|
// tra("The aim of this project is to provide a powerful distributed computing platform for scientists of Vilnius Gediminas Technical University (VGTU) as well as others Lithuanian academic institutions. Current applications involve the study of Monte-Carlo based software testing."),
|
||||||
"vtuathome-white.gif",
|
// "vtuathome-white.gif",
|
||||||
"",
|
// "",
|
||||||
"Help Lithuanian researchers"
|
// "Help Lithuanian researchers"
|
||||||
),
|
// ),
|
||||||
// array(
|
// array(
|
||||||
// "AQUA@home",
|
// "AQUA@home",
|
||||||
// "http://aqua.dwavesys.com/",
|
// "http://aqua.dwavesys.com/",
|
||||||
|
@ -701,6 +711,16 @@ $math = array(
|
||||||
// tra("Surveill@Home is a research project that conducts end-to-end fine-grained monitoring of web sites. The project will deploy thousands of probes, each of which repeatedly performs transactions on web sites. This approach provides end-user failure and performance statistics."),
|
// tra("Surveill@Home is a research project that conducts end-to-end fine-grained monitoring of web sites. The project will deploy thousands of probes, each of which repeatedly performs transactions on web sites. This approach provides end-user failure and performance statistics."),
|
||||||
// "surveill.png"
|
// "surveill.png"
|
||||||
// ),
|
// ),
|
||||||
|
array(
|
||||||
|
"Gerasim@Home",
|
||||||
|
"http://gerasim.boinc.ru/",
|
||||||
|
"Southwest State University (Russia)",
|
||||||
|
"Computer engineering",
|
||||||
|
"Testing and comparison of heuristic methods for getting separations of parallel algorithms working in the CAD system for designing logic control systems",
|
||||||
|
"gerasim.gif",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue