diff options
author | komalsheth286 | 2016-10-20 11:05:00 +0530 |
---|---|---|
committer | komalsheth286 | 2016-10-20 11:05:00 +0530 |
commit | cc5284a3ed78d4840a9365ca24bdd91e3fa9c77c (patch) | |
tree | 6150881b20b789e06a164e2fcf71450e603354c7 /website/templates/submit-cfw.html | |
parent | fcbde471b480536fa041312e3faeb38a65f3d1ad (diff) | |
download | SciPy2016-cc5284a3ed78d4840a9365ca24bdd91e3fa9c77c.tar.gz SciPy2016-cc5284a3ed78d4840a9365ca24bdd91e3fa9c77c.tar.bz2 SciPy2016-cc5284a3ed78d4840a9365ca24bdd91e3fa9c77c.zip |
Html tags errors removd
Diffstat (limited to 'website/templates/submit-cfw.html')
-rwxr-xr-x | website/templates/submit-cfw.html | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/website/templates/submit-cfw.html b/website/templates/submit-cfw.html index 75e8a95..ea051b5 100755 --- a/website/templates/submit-cfw.html +++ b/website/templates/submit-cfw.html @@ -68,12 +68,23 @@ <h2><u>Proposal Guidelines</u></h2> <!-- <li>To be announced</li><br> --> <ul> - <li>The project you are willing to present should be an actual implementation rather than just an idea. - <li>Dscription should be of 300 to 700 words describing the topic, including its relevance to scientific computing. - <li>Proposals with an aim to promote a commercial product or service will be rejected. - <li>In your abstract mention about various tools/libraries used for development. - <li>Notification for selection/rejection of your proposal will be given through email. - <li>All selected proposals must be presented at the conference by at least one author. + <li>Please note that there are two parallel tracks, one for beginners and one for advanced users.</li> + <li>Please make sure the workshops are hands-on with plenty of exercises for the users.</li> + <li>It is usually a good idea to pick a particular problem or set of problems and orient your workshop around how to solve those using the package you plan to talk about.</li> + <li>Please provide us with links to any resources you have already prepared for the workshop.</li> + <li>The more detail you provide on your workshop, the easier it will be for us to pick it.</li> + <li>Provide us with the following sections: + <ul> + <li>Duration</li> + <li>Track: beginner or advanced</li> + <li>Intended audience</li> + <li>Why should someone attend your workshop? What will they get at the end of it?</li> + <li>Outline of workshop with a reasonable breakup in terms of time.</li> + <li>Possibly provide any material or similar material you plan to use.</li> + <li>A small paragraph about you with an emphasis on your experience in the area and teaching this material. Essentially, why are you well suited to teach this workshop?</li> + + </ul> + </li> </ul> <form action="" method=POST enctype="multipart/form-data"> |