black hole evaporation
and other phenomena.
";
echo "
Astropulse is based on BOINC,
which is being beta-tested.
We currently have enough volunteers for the beta test.
Stay tuned for an expanded beta test in the upcoming months.
Beta testers: click here
for instructions and news.
";
}
function project_banner($user) {
echo "
Astropulse
|
\n
";
if ($user) {
echo "Logged in as $user->name";
} else {
echo " ";
}
echo " |
\n";
}
function show_profile_heading1() {
row1("Your personal background.");
}
function show_profile_question1() {
rowify("
Tell us about yourself. You could tell us where you're from, your age, occupation, hobbies, or anything else about yourself. HTML formatting tags are allowed (other tags will be removed), and responses are limited to 2000 characters.
");
}
function show_profile_heading2() {
row1("Your opinions about " . PROJECT);
}
function show_profile_question2() {
rowify("
Tell us your thoughts about " . PROJECT . "
- Why do you run " . PROJECT . "?
- What are your views about the project?
- Any suggestions?
");
}
?>