<% 'open data connection Call OpenConn() %> <%'Include ADO constants include file for VBScript%> <% dim PM PM=request.querystring("PM") %> Vitesse Re-Skilling<%If level1 <> "" Then Response.Write " :: " & GetSectionName(level1)%><%If level2 <> "" Then Response.Write " :: " & GetSectionName(level2)%><%If level3 <> "" Then Response.Write " :: " & GetSectionName(level3)%> <% If (PM <> 1) then %> <%If Not(bolAltTemplate) Then%> <%Else%> <%End If%> <%If Not(bolAltTemplate) Then%> <%Else%> <%End If%> <%If Not(bolAltTemplate) Then%> <%Else%> <%End If%> <%If Not(bolAltTemplate) Then%> <%Else%> <%End If%> <%If Not(bolAltTemplate) Then%> <%Else%> <%End If%> <%End If %> <%If Not(bolAltTemplate) Then%> <% If (PM <> 1) then %> <%End If%> <%Else%> <%End If%>
Vitesse Re-Skilling Canada Inc.
<% If (PM <> 1) then %> <%End If%>
<%If level2 <> "" Then Response.Write GetSectionName(level3) Else Response.Write "" End If%> <% 'dim strCurrentURL - The strCurrentURL variable is defined in the getSections.asp file. dim bolContentIsDynamic 'get the status of the current page with regards to its content (dynamic or not) bolContentIsDynamic = ContentIsDynamic(strCurrentURL) 'if the content of this page is dynamic (generated from the database) If bolContentIsDynamic Then %> <% 'if the content of this page is static (directly coded into this page) Else %> <% ON ERROR RESUME NEXT dim strSysFeedBack 'if the contact us form has been submitted then... If Request.Form <> "" Then 'email variables dim objMailer dim strSubject dim strBody dim strRecipientEmail dim strEmail 'Bioinformatics survey Form variables: dim stroracle dim strunix dim strperl dim strsql dim strmodeling dim strconstraints dim strdatabase dim strclustering dim strneural dim strwebtools dim strprediction dim strgenomics dim strvisualization dim strpatternmotif dim strpredication dim strmapping dim strgrail dim strgenes dim strmzef dim strgenscan dim strblast dim strfasta dim stremboss dim strclustalw dim strmicroarray dim strprotein dim strchemistry dim strstructure dim strmolecule dim strgeneanalysis dim strncbi dim strexpasy dim strorganism dim strphylogenetic dim strdna dim strproteinstruc dim strgenestruc dim strterminology dim streducation dim stracademic dim strrelevantcan dim strrelevantfor dim strpersonal 'dim strlanguage dim strpreviouscan dim strpreviousfor dim strappearance dim strincome dim strhobbies dim strOtherComments stroracle = Request.Form("oracle") strunix = Request.Form("unix") strperl = Request.Form("perl") strsql = Request.Form("sql") strmodeling = Request.Form("modeling") strconstraints = Request.Form("constraints") strdatabase = Request.Form("database") strclustering = Request.Form("clustering") strneural = Request.Form("neural") strwebtools = Request.Form("webtools") strprediction = Request.Form("prediction") strgenomics = Request.Form("genomics") strvisualization = Request.Form("visualization") strpatternmotif = Request.Form("patternmotif") strpredication = Request.Form("predication") strmapping = Request.Form("mapping") strgrail = Request.Form("grail") strgenes = Request.Form("genes") strmzef = Request.Form("mzef") strgenscan = Request.Form("genscan") strblast = Request.Form("blast") strfasta = Request.Form("fasta") stremboss = Request.Form("emboss") strclustalw = Request.Form("clustalw") strmicroarray = Request.Form("microarray") strprotein = Request.Form("protein") strchemistry = Request.Form("chemistry") strstructure = Request.Form("structure") strmolecule = Request.Form("molecule") strgeneanalysis = Request.Form("geneanalysis") strncbi = Request.Form("ncbi") strexpasy = Request.Form("expacy") strorganism = Request.Form("organism") strphylogenetic = Request.Form("phylogenetic") strdna = Request.Form("rdna") strproteinstruc = Request.Form("proteinstruc") strgenestruc = Request.Form("genestruc") strterminology = Request.Form("terminology") streducation = Request.Form("education") stracademic = Request.Form("academic") strrelevantcan = Request.Form("relevantcan") strrelevantfor = Request.Form("relevantfor") strpersonal = Request.Form("personal") strlanguage = Request.Form("language") strpreviouscan = Request.Form("previouscan") strpreviousfor = Request.Form("previousfor") strappearance = Request.Form("appearance") strincome = Request.Form("income") strhobbies = Request.Form("hobbies") strOtherComments = Request.Form("OtherComments") 'set the email address of the person that is to receive the contact us emails strRecipientEmail = "anton.minkov@vitesse.ca" 'strRecipientEmail = "selina.stevenson@vitesse.ca" strEmail = "anton.minkov@vitesse.ca" 'strEmail = "selina.stevenson@vitesse.ca" 'set the subject attribute of the Mailer object strSubject = "Bioinformatics Survey" 'get competencies info strBody = strBody & "Bioinformatics Survey" & vbCRLF strBody = strBody & "Oracle: " & stroracle & vbCRLF strBody = strBody & "Unix: " & strunix & vbCRLF strBody = strBody & "Perl: " & strperl & vbCRLF strBody = strBody & "SQL: " & strsql & vbCRLF strBody = strBody & "Modeling: " & strmodeling & vbCRLF strBody = strBody & "Constraints: " & strconstraints & vbCRLF strBody = strBody & "Datasbase Design: " & strdatabase & vbCRLF strBody = strBody & "Clustering Methods: " & strclustering & vbCRLF strBody = strBody & "Neural Networks: " & strneural & vbCRLF strBody = strBody & "Web Portal Tools: " & strwebtools & vbCRLF strBody = strBody & "Gene Prediction Algorithms: " & strprediction & vbCRLF strBody = strBody & "Comparative Genomics: " & strgenomics & vbCRLF strBody = strBody & "Data Visualization: " & strvisualization & vbCRLF strBody = strBody & "Pattern, Motif and Domain Analysis: " & strpatternmotif & vbCRLF strBody = strBody & "Gene Predication Algorhythms: " & strpredication & vbCRLF strBody = strBody & "Mapping Databases and Repositories: " & strmapping & vbCRLF strBody = strBody & "GRAIL: " & strgrail & vbCRLF strBody = strBody & "GENES: " & strgenes & vbCRLF strBody = strBody & "MZEF: " & strmzef & vbCRLF strBody = strBody & "GENSCAN/GENOMESCAN: " & strgenscan & vbCRLF strBody = strBody & "BLAST: " & strblast & vbCRLF strBody = strBody & "FASTA: " & strfasta & vbCRLF strBody = strBody & "EMBOSS: " & stremboss & vbCRLF strBody = strBody & "CLUSTALW: " & strclustalw & vbCRLF strBody = strBody & "DNA Microarray Chips: " & strmicroarray & vbCRLF strBody = strBody & "Prediction of Protein Structure: " & strprotein & vbCRLF strBody = strBody & "Combinatorial Chemistry: " & strchemistry & vbCRLF strBody = strBody & "Structure-function Prediction: " & strstructure & vbCRLF strBody = strBody & "Molecular Modeling: " & strmolecule & vbCRLF strBody = strBody & "Phylogenetic Analysis: " & strgeneanalysis & vbCRLF strBody = strBody & "NCBI Toolkit: " & strncbi & vbCRLF strBody = strBody & "EXPASy: " & strexpasy & vbCRLF strBody = strBody & "Organism-specific Database: " & strorganism & vbCRLF strBody = strBody & "Phylogenetic: " & strphylogenetic & vbCRLF strBody = strBody & "DNA Structure and Function: " & strdna & vbCRLF strBody = strBody & "Protein Structure and Function: " & strproteinstruc & vbCRLF strBody = strBody & "Gene Structure and Function: " & strgenestruc & vbCRLF strBody = strBody & "Genetic Terminology: " & strterminology & vbCRLF strBody = strBody & "Level of Education: " & streducation & vbCRLF strBody = strBody & "Academic Achievement: " & stracademic & vbCRLF strBody = strBody & "Relevant Canadian Experience: " & strrelevantcan & vbCRLF strBody = strBody & "Relevant Foreign Experience: " & strrelevantcan & vbCRLF strBody = strBody & "Personal Chemistry: " & strpersonal & vbCRLF strBody = strBody & "Language Skills: " & strlanguage & vbCRLF strBody = strBody & "Previous Canadian Employment: " & strpreviouscan & vbCRLF strBody = strBody & "Previous Foreign Employment: " & strpreviousfor & vbCRLF strBody = strBody & "Personal Appearance: " & strappearance & vbCRLF strBody = strBody & "Income Expectations: " & strincome & vbCRLF strBody = strBody & "Hobbies: " & strhobbies & vbCRLF If strOtherComments <> "" Then strBody = strBody & "Other Comments: " & vbCRLF & strOtherComments & vbCRLF End If 'begin: using the CDONTS mail object to accomodate Magma's server component limitations Set objMail = server.CreateObject("CDONTS.NewMail") objMail.BodyFormat = 1 'plain text objMail.MailFormat = 0 objMail.From = strEmail objMail.To = strRecipientEmail 'set the subject attribute of the Mailer object objMail.subject = strSubject 'set the body attribute of the Mailer object objMail.Body = strBody objMail.Send 'if an error occured while sending the email then... If err.number <> 0 Then 'set the strFeedBack variable with a message to let the user know that the sending of the email failed strSysFeedBack = "*** An error occured while sending your information to Vitesse, please try again later. ***" 'if the email was sent successfully then... Else 'set the strFeedBack variable with a message to let the user know that the sending of the email was a success strSysFeedBack = "*** Thank you, your information was successfully sent to Vitesse. ***" End If Set objMail = nothing 'end: using the CDONTS mail object to accomodate Magma's server component limitations End If ON ERROR GOTO 0 %> <%If strSysFeedBack <> "" Then%><%=("

" & strSysFeedBack & "

")%><%End If%>
Technical Skills Very
Important
Important Somewhat
Important
Not
Needed
No
Opinion
Knowledge of Oracle
Knowledge of Unix
Knowledge of Perl
Knowledge of SQL queries, embedded SQL
Entity relationship modeling
Data constraints and normalization
Database Design
Clustering Methods
Neural Neworks
Web portal tools
Gene Prediction Algorithms
Comparative Genomics
Data Visualization
Pattern, Motif and Domain Analysis
Gene Predication Algorhythms
Mapping Databases
GRAIL
GENES
MZEF
GENSCAN / GENOMESCAN
BLAST
FASTA
EMBOSS
CLUSTALW
DNA Microarray Chips
Prediction of protein Structure
Combinational Chemistry
Structure-function prediction
Molecular Modeling
Phylogenetic Analysis
NCBI Toolkit
EXPASy
Organism-specific Databases
Phylogenetics
DNA Structure and Function
Protein Structure and Function
Gene Structure and Function
Genetic Terminology
Level of Education
Academic Achievement
Relevant Canadian Experience
Relevant Foreign Experience
Personal Chemistry
Language Skills
Previous Canadian Employment
Previous Foreign Experience
Personal Appearance
Income Expectations
Hobbies
Other comments:  
   
<% End If %>
<% If (PM <> 1) then %> <% End If %> <% 'close data connection Call CloseConn() %>