Scholarship Programs: Minority Access to Research Careers Minority Biomedical Research Support / Research Initiative for Scientific Enhancement The MARC and MBRS Programs at Hunter College are supported by the National Institutes of Health (NIH) and are intended to encourage talented undergraduate minority students to pursue a career in research and science. Students in both programs receive a scholarship and financial support for conducting research throughout the academic year in a Hunter College laboratory. For more information click here.
|
|
Hunter College Resources
Hunter College Home Page
|
|||||||||||||||||||||
|
|
|
<% SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") 'Edit this loction accordingly SET MyCouNtFile = MyFileObject.OpenTextFile(Server.MapPath("count.txt")) IF NOT MyCountFile.AtEndOfStream THEN 'Read the Visitor no. Visitor = MyCountFile.Readline Response.Write"This page has been visited " Response.Write(Visitor) Response.Write" times" End IF 'close object MyCountFile.close SET MyFileObject = Server.CreateObject("Scripting.FileSystemObject") SET MyCouNtFile = MyFileObject.CreateTextFile(Server.MapPath("count.txt")) MyCountFile.WriteLine Visitor+1 MyCountFile.Close %>