Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="row">
- <div class="span2">
- <img src="{image}" alt="{First}{Last}" style="margin: 0 10px 10px 10px;">
- </div>
- <div class="span10">
- <h1>{Last}, {First}</h1>
- <p><strong>Contact</strong>: {PID}@cs.vt.edu.</p>
- <p>{bio}</p>
- </div> <!-- span10 -->
- </div> <!-- row -->
- <div class="row">
- <div class="span12">
- <h2>Academics</h2>
- <p><strong>Degree</strong>: {degree}
- <!-- Potential format is /[FS]\d\d/. So "F12" -> "Fall 2012". -->
- <p><strong>Expected Graduation</strong>: {graduation}</p>
- <!-- I doubt we'll be able to link to actual pages, unless we want students to optionally specify a url. -->
- <p><strong>Other Degrees In-progress</strong>:<ul>
- <li>{other_degree}</li>
- <li>{other_degree}</li>
- </ul></p>
- <!-- E.g. "BS at University of Delaware", "MS at Georgia Tech". -->
- <p><strong>Complete Degrees</strong>:<ul>
- <li>{completed_degree}</li>
- <li>{completed_degree}</li>
- </ul></p>
- </div>
- <div class="span6">
- <h2>Research</h2>
- <!-- "Advisers" should be conditionally pluralized. Links to their user page on the CS website and looks up their names in a table. -->
- <p><strong>Advisers</strong>: <a href="http://www.cs.vt.edu/user/{adviser}">{adviser}</a>, <a href="http://www.cs.vt.edu/user/{adviser}">{adviser}</a></p>
- <!-- If students only have one desk, shouldn't be a list. -->
- <p><strong>Desks</strong>:<ul>
- <li>{desk}</li>
- <li>{desk}</li>
- </ul></p>
- <!-- Ideally, students should use common keywords. They can then be used to search for other students with similar keywords. -->
- <p><strong>Interests</strong>: <a href="http://gradcouncil.cs.vt.edu/search?interest={interest}"><span class="label label-info">{interest}</span></a>,
- <a href="http://gradcouncil.cs.vt.edu/search?interest={interest}"><span class="label label-info">{interest}</span></a></p>
- <!-- Ideally, students should use common keywords. They can then be used to search for other students with similar keywords. -->
- <p><strong>Skills</strong>: <a href="http://gradcouncil.cs.vt.edu/search?skill={skill}"><span class="label label-success">{skill}</span></a>,
- <a href="http://gradcouncil.cs.vt.edu/search?skill={skill}"><span class="label label-success">{skill}</span></a></p>
- <h2>Demographic</h2>
- <!-- Needs to be a string, not just a binary option! -->
- <p><strong>Gender</strong>: {gender}</p>
- <!-- Should be geocode-able. -->
- <p><strong>From</strong>: {origin}</p>
- </div><!-- span12 -->
- </div> <!-- row -->
Advertisement
Add Comment
Please, Sign In to add comment