Skip to content

Commit

Permalink
first commit, all files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Magnus committed Jan 30, 2017
0 parents commit 750ef6a
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# StopHIVInf
Design a webtool to predict protective antibody levels against HIV infection
Binary file added StopHIVInf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StopHIVInf.pdf
Binary file not shown.
31 changes: 31 additions & 0 deletions gsoc_projectdescription.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural

\f0\fs24 \cf0 Google Summer of Code 2017\
\
\
Project: StopHIVInf\
\
Design a web tool to predict protective antibody levels against HIV infection\
\
\
Rationale:\
Each new HIV infection starts with virus entering an uninfected host, e.g. through sexual intercourse. Antibodies can bind the incoming virus particles and neutralise them before they can start a new infection. Until now, no vaccine achieved to mount an immune response that confers protective immunity. This was mostly due to antibodies of lesser quality. However, antibodies must also be present in sufficiently high concentrations. Given a mathematical model developed in our group earlier, one can estimate the antibody concentrations that would be required for reducing the risk of infection below a certain threshold. This information can be used to evaluate a vaccine induced immune response as well as the required concentrations of an antibody based microbicide. The goal of this project is to design an interactive web tool to calculate these levels and make them visually accessible.\
\
Approach:\
- We use the earlier derived mathematical framework for estimating protective antibody levels. This framework has to be adapted for faster computational power.\
- We then set up an interactive webpage that allows direct visualisation of protective antibody levels.\
\
Challenges:\
- Adaptation of the earlier derived framework requires reprogramming in C or C++. The code available at the moment is computationally slow as it was written in R.\
- Setting up the website should be the less challenging part.\
\
Requirements:\
- For this project pre-knowledge in programming in C or C++ as well as basic knowledge of R are desirable. The candidate should not be a complete newbie to web design either. \
\
\
\
}
27 changes: 27 additions & 0 deletions templates/StopHIVInf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

##### Rationale


Each new HIV infection starts with virus entering an uninfected host, e.g. through sexual intercourse. Antibodies can bind the incoming virus particles and neutralise them before they can start a new infection. Until now, no vaccine achieved to mount an immune response that confers protective immunity. This was mostly due to antibodies of lesser quality. However, antibodies must also be present in sufficiently high concentrations. Given a mathematical model developed in our group earlier, one can estimate the antibody concentrations that would be required for reducing the risk of infection below a certain threshold. This information can be used to evaluate a vaccine induced immune response as well as the required concentrations of an antibody based microbicide. The goal of this project is to design an interactive web tool to calculate these levels and make them visually accessible.

![StopHIVInf](data/projects/images/StopHIVInf.jpg)



##### Approach


- We use the earlier derived mathematical framework for estimating protective antibody levels. This framework has to be adapted for faster computational power.

- In a second step, we set up an interactive webpage that allows direct visualisation of protective antibody levels.


##### Challenges

- Adaptation of the earlier derived framework requires reprogramming in C or C++. The code available at the moment is computationally slow as it was written in R.
- Setting up a nice web-based graphical interface.


##### Requirements

- For this project pre-knowledge in programming in C or C++ as well as basic knowledge of R are desirable. The candidate should not be a complete newbie to web design either.
40 changes: 40 additions & 0 deletions templates/projects.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
projects = [
{
"name" : "Cellosaurus Web-Tool and Wikidata bot",
"desc" : "The students should develop a web tool to compare STR Marker profile for a cell line and a Wikidata bot",
"issues" : [
"https://github.com/calipho-sib/cellosaurus/issues"
],
"mentors" : [
"ddtxra",
"vrechdelaval"
],
"keywords" : ["cell line", "ExPasy"],
"links" : ["http://web.expasy.org/cellosaurus/", "http://web.expasy.org/cellosaurus/description.html", "https://github.com/calipho-sib/cellosaurus", "https://github.com/calipho-sib/cellosaurus-syntax-checker"],
"skills" : ["scala", "python", "java", "rdf", "git"],
"markdown": "cellosaurus.md"
},
{
"name" : "SugarBuilder",
"desc" : "Design an intuitive online interface for drawing Glycan structures on the web",
"issues" : [
"https://github.com/alodavide/sugarBuilder"
],
"mentors" : [
"alodavide","julienmariethoz"
],
"keywords" : ["Glycomics", "ExPASy", "sugars", "carbohydrates", "javascript", "web-interface", "drawing tool"],
"links" : ["http://www.expasy.org/glycomics", "http://www.sib.swiss/lisacek-frederique/","https://github.com/alodavide/sugarBuilder","http://glycopedia.eu/"],
"skills" : ["creativity", "design", "javascript", "D3js", "Google Polymer"],
"markdown": "sugarbuilder.md"
},
{
“name” : “StopHIVInf”,
“desc” : “Design a web tool to predict protective antibody levels against HIV infection”,
“issues” : [
“https://github.com/cmagnus/StopHIVInf”
]
}


]

0 comments on commit 750ef6a

Please sign in to comment.