• medicine
  • pre-clinical research
  • life science.
  • Its developments are mostly focused on three areas for the moment:
    • medical practice
    • imaging
    • bioinformatics.
    ")?>

    Please ask the site administrators to add your locale, or provide one yourself :).")?>

    ', ''), $msg); ?>

    $details) { switch ($details["role"]) { case "admin": $img = "/img/wh_green.png"; $alt = _("Project Administrator"); break; case "developer": default: $img = "/img/wh_grey.png"; $alt = _("Project Developer"); } ?>
    cache_dir = "./cache"; $rss->cache_time = 3600; if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) { // we show only the last 10 commits by default for ($i = 0; $i < 9; $i++) { $desc = html_entity_decode($rs["items"][$i]["description"]); preg_match("/(Commit by.*)(.*)<\/strong>/", $desc, $matches); $author = $matches[2]; $desc = preg_replace("/(Commit by.*.*<\/strong>.*)/", "", $desc); ?>
    ">»
    • use AJAX to make the commit feed "live";
    • add Packages information:
      • bug reports (w/AJAX);
      • upload status;
      • distributions versions;
      • buildd status;
    • use a general backend for retrieving information (i.e. do not put retrieving code directly into index.php);
    • dynamically generate members list from http://alioth.debian.org/project/memberlist.php?group_id=30063 — it also has links to personal pages and usernames!
    • bugs retrieval from Debian BTS;In progress