CINXE.COM

Interprofessional Health Post-Baccalaureate Certificate Program in Pharmacy | UC San Francisco

<!doctype html> <html class="no-js" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>Interprofessional Health Post-Baccalaureate Certificate Program in Pharmacy | UC San Francisco</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="search" type="application/opensearchdescription+xml" href="/search/opensearch.xml" title="Catalog" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> <link href="/images/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" type="text/css" href="/css/reset.css" /> <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/fonts/font-awesome/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="/css/courseleaf.css" /> <link rel="stylesheet" type="text/css" href="/css/screen.css?v=2024-2025" media="screen" /> <link rel="stylesheet" type="text/css" href="/css/print.css" media="print" /> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/lfjs.js"></script> <script type="text/javascript" src="/js/lfjs_any.js"></script> <link rel="stylesheet" type="text/css" href="/js/lfjs.css" /> <script type="text/javascript" src="/js/courseleaf.js"></script> <script type="text/javascript" src="/js/custom.js?v=2024-2025"></script> </head> <body class=""> <nav aria-label="Skip content menu" class="accessible"> <div class="accessible-menu"> <ul> <li><a href="#contentarea" rel="section">Skip to Content</a></li> <li><a href="/azindex/">AZ Index</a></li> <li><a href="/">Catalog Home</a></li> </ul> </div> </nav> <header id="header"> <section class="header-universal"> <div class="wrap"> <p class="header-universal__title">University of California San Francisco</p> <a class="header-universal__give" href="https://giving.ucsf.edu/">Give to UCSF</a> </div> </section> <section class="header-main"> <div class="wrap"> <h1 id="site-title"><a href="/" rel="home">General Catalog</a></h1> <div class="mobile-toggles"> <button type="button" class="toggle-search" aria-controls="cat-search" aria-expanded="false" data-toggle="#cat-search"> <span class="sr-only">toggle search</span> <span class="toggle-search__icon" aria-hidden="true"></span> </button> <button id="hamburger" aria-controls="navigation" data-toggle="#navigation" aria-expanded="false"> <span class="sr-only">Toggle menu</span> <span class="burgertime" aria-hidden="true"> <span class="icon"></span> </span> </button> </div> <nav id="navigation" aria-label="Secondary" aria-hidden="false"> <ul id="main-nav" class="top clearfix"> <li class="isparent"> <button type="button">Courses</button> <ul> <li><a href="/course-catalog/">Course Listings</a></li> <li><a href="/course-search/">Search Courses</a></li> </ul> </li> <li><a href="/programs/">Academic Programs</a></li> <li class="isparent"> <button type="button">Schools and Programs</button> <ul> <li><a href="/schools/school-dentistry/">School of Dentistry</a></li> <li><a href="/schools/school-medicine/">School of Medicine</a></li> <li><a href="/schools/school-nursing/">School of Nursing</a></li> <li><a href="/schools/school-pharmacy/">School of Pharmacy</a></li> <li><a href="/schools/graduate-division/">Graduate Division</a></li> <li><a href="/schools/institute-global-health-sciences/">Institute for Global Health Sciences</a></li> </ul> </li> <li><a href="/university/">University Support Offices</a></li> <li><a href="/archive/">Archive</a></li> <li class="no-mobile"> <button type="button" class="toggle-search" aria-controls="cat-search" aria-expanded="false" data-toggle="#cat-search"> <span class="sr-only">open search</span> <span class="toggle-search__icon" aria-hidden="true"></span> </button> </li> </ul> <a class="header-main__give" href="https://giving.ucsf.edu/">Give to UCSF</a> </nav> <div class="search" id="cat-search"> <form action="/search/"> <label for="cat-search-term" class="sr-only">Search catalog</label> <input class="search-field" type="text" name="search" id="cat-search-term" placeholder="Search catalog..." /> <button class="search-button" type="submit"> <span class="sr-only">Submit search</span> </button> <!-- <input type="hidden" name="caturl" value="/programs" /> --> </form> </div> </div> </section> </header> <section id="content-container"> <div class="wrap"> <div id="col-content"> <nav id="breadcrumb" aria-label="Breadcrumbs"> <ul><li><a href="/">Home</a><span class="crumbsep">&gt;</span></li><li><a href="/programs/">Academic&nbsp;Programs</a><span class="crumbsep">&gt;</span></li><li><span class="active">Interprofessional Health Post-Baccalaureate Certificate Program in Pharmacy</span></li></ul> </nav> <main id="contentarea"> <header> <h1 class="page-title">Interprofessional Health Post-Baccalaureate Certificate Program in Pharmacy</h1> </header> <script type="text/javascript"> //<![CDATA[ var defshow = "text"; var bodycontainer = "#body"; var validhashes = ",text,requirementstext,"; if(window.location.hash.length) { var hash = cleanHash(window.location.hash); if(validhashes.indexOf("," + hash + ",") != -1) defshow = hash; } var ss = document.styleSheets; var workss = null; for(var i=0; i < ss.length; i++) { var currmedia = ""; if (typeof ss[i].media == "string") currmedia = ss[i].media else if (typeof ss[i].media == "object" && ss[i].media.mediaText) currmedia = ss[i].media.mediaText; if((currmedia == "screen" || currmedia == "all") && (ss[i].href.indexOf("/") == 0 || ss[i].href.indexOf(document.location.host) >= 0)) { workss = ss[i]; break; } } if(workss && workss.insertRule) { workss.insertRule(".tab_content { display: none; }", workss.cssRules.length) workss.insertRule(".sectionheader { display: none; }", workss.cssRules.length) workss.insertRule("#" + defshow + "container { display: block; }", workss.cssRules.length) } else if(workss && workss.addRule) { workss.addRule(".tab_content", "display: none"); workss.addRule(".sectionheader", "display: none"); workss.addRule("#" + defshow + "container", "display: block"); } else { if (window.console) window.console.log('screen.css <link> needs attribute media="screen"'); } //]]> </script> <nav id="tabs" aria-label="Page content tabs"> <ul class="clearfix" role="tablist"> <li id="texttab" role="presentation"> <a href="#textcontainer" role="tab" aria-controls="textcontainer" onclick="return showSection('text');">Overview</a></li> <li id="requirementstexttab" role="presentation"> <a href="#requirementstextcontainer" role="tab" aria-controls="requirementstextcontainer" onclick="return showSection('requirementstext');" >Details</a></li> </ul> </nav> <div id="textcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="texttab"> <p><a href="https://pharmd.ucsf.edu/admissions/postbacc" target="_blank" rel="noopener">Visit program website.</a></p><p><strong>Degree Offered:</strong> Certificate<br/> <strong>Program Leadership:</strong><br/> Sharon L. Youmans, PharmD, MPH, Vice Dean<br/> Joel W. Gonzales, Director of Admissions<br/> Lauren Anderson, Outreach and Recruitment Coordinator<br/> <strong>Admissions Inquiries:</strong><br/> <a href="mailto:lauren.anderson@ucsf.edu">Lauren Anderson</a>, Outreach and Recruitment Coordinator</p> <h2>Program Description</h2> <p>The Interprofessional Health Post-Baccalaureate Certificate Program represents a comprehensive educational opportunity designed for individuals from disadvantaged backgrounds, underserved communities, and/or from groups traditionally underrepresented in the health professions. Through a combination of advanced science coursework, test preparation, collaborative study, and personalized support in preparing for the professional school application process, participants are able to distinguish themselves as competitive candidates for health professional schools.</p> <p>Since 1999, post-baccalaureate students in the UCSF schools of dentistry and medicine have been successful in gaining admission to health professions schools throughout the United States. Both programs have consistently seen high acceptance rates: the medical program has an established acceptance rate of 93% and the dental program has a similarly successful acceptance rate of over 90%. In 2010, the School of Pharmacy launched a program modeled after those in the schools of dentistry and medicine, and in 2011 all three programs were united under the UCSF Interprofessional Health Post-Baccalaureate Certificate Program.</p> <p>Post-baccalaureate students complete coursework through UC Berkeley Extension and participate in seminars at UCSF to enrich their knowledge of the health professions and prepare them for the professional school application process. Students in all three programs benefit from personalized advising; students in medicine and dentistry also benefit from focused entrance exam preparation. As members of a formal university graduate certificate program, students participate in campus life and take advantage of student resources in areas of financial aid, health insurance, library services, learning assistance and more.</p> <p>The Interprofessional Health Post-Baccalaureate Certificate Program is offered by the UCSF Graduate Division and administered by the UCSF schools of dentistry, medicine, and pharmacy.</p> <p>The program aims to make students more competitive through a comprehensive and structured program. Using a combination of upper-division academic coursework, personalized support in application preparation, and constructive seminars, students will be able to strengthen their application to pharmacy school.</p> <h2>Admission Requirements</h2> <ol> <li>Have a minimum GPA of 2.8 or higher (including a minimum 2.8 GPA in the sciences). Exceptions can be made.</li> <li>Have completed the majority of prerequisites for pharmacy school, with no more than one semester or a quarter of outstanding prerequisite work remaining.</li> <li>Have completed the following courses: <ul> <li>One year of biology with laboratory</li> <li>One year of chemistry with laboratory</li> <li>One year of organic chemistry with laboratory</li> <li>One course of microbiology with laboratory</li> <li>Mathematics (calculus and statistics)</li> <li>English composition</li> <li>Upper-division biological sciences</li> <li>Humanities</li> </ul> </li> </ol> <h2>Learning Outcomes</h2> <p>The content of the program has been developed to facilitate the success of the program's 3 learning objectives: <em>Application Preparation (AP), Skill Development (SD)</em>, and <em>Interprofessional Education (IE)</em>. By the end of the program students will:</p> <p>Demonstrate understanding of strategic <em>Application Preparation (AP)</em> through:</p> <ol> <li>The ability to prepare written statements acceptable for submission to professional schools.</li> <li>Knowledge of best practices for identifying letter of evaluation/recommendation writers, soliciting writers, and providing appropriate information to the writers.</li> <li>Pharmacy students will create appropriate lists of professional organizations through the use of research, oral presentation and sharing resources.</li> <li>Knowledge of how to prepare for an applicant interview and practice interviewing.<br/> <br/> Demonstrate <em>Skill Development (SD)</em> in areas critical for success in professional school such as:</li> <li>Improved time management skills and academic strategies as demonstrated by an improvement in academic performance.</li> <li>Improved written and oral communication skills as assessed through course assignments.</li> <li>Demonstrated evidence of professionalism through their interactions with others in the course, the program, and the campus community.<br/> <br/> Demonstrate an understanding of and ability to apply the tenets of <em>Interprofessional Education (IE)</em>:</li> <li>Through increased knowledge of their intended profession as well as other health professions as evidenced through discussions, blog entries, and the ability to substantively participate in group activities.</li> <li>Through successfully contributing to collaborative projects such as the Interprofessional Research Symposium project to which they are assigned.</li> <li>Through increased awareness and knowledge of critical topics in healthcare as evidenced by their ability to fully participate in group discussions and activities.</li> </ol> <h2>Additional Information</h2> <h3>Program Core Faculty</h3> <ul> <li><em>Find a <a href="https://pharmacy.ucsf.edu/people/faculty" target="_blank">program faculty list</a> on the program website.</em></li> </ul></div><!--end #textcontainer --> <div id="requirementstextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="requirementstexttab" aria-hidden="true"> <a name="requirementstext"></a><h2>Degree Requirements</h2> <ol> <li>Attend all scheduled class sessions, workshops, seminars, study groups and individual/group meetings called by program personnel.</li> <li>Complete all assignments, projects, and presentations as assigned.</li> <li>Follow the recommendations of program personnel regarding the following: <ol> <li>UC Berkeley Extension course selections for fall and spring semesters</li> <li>Time spent outside of the program (i.e. working, volunteering, etc.)</li> </ol> </li> <li>Provide the program personnel with the following on a timely basis: <ol> <li>Midterm and final grades in all classes taken at UC Berkeley Extension.</li> <li>List(s) of pharmacy schools applied to.</li> <li>Program evaluation forms, as required.</li> </ol> </li> <li>Attend counseling sessions as needed or required throughout the duration of the program.</li> <li>Enroll in and complete a minimum of 9 units of UC Berkeley Extension science coursework and the 3-unit per quarter UCSF seminar.</li> <li>Recognize that the minimum in-progress grade point average considered satisfactory is 3.0.</li> </ol> <h2>Core Courses</h2> <p><span class="sc_courseinline"><a href="/search/?P=INTERDEPT%20205" title="INTERDEPT 205" class="bubblelink code" onclick="return showCourse(this, 'INTERDEPT 205');">INTERDEPT 205</a> Preparing for Health Professions School</span> (3 units in each term, taken in all terms)</p> <p>Pharmacy – UNEX science courses (18 units) - 3 courses per semester (course availability is subject to change): <a href="https://extension.berkeley.edu/academic-areas/sciences-mathematics-and-biotechnology/" target="_blank">https://extension.berkeley.edu/academic-areas/sciences-mathematics-and-biotechnology/</a></p> <h3>UCB Extension Courses</h3> <p><a href="https://extension.berkeley.edu/search/publicCourseSearchDetails.do?method=load&amp;courseID" target="_blank">https://extension.berkeley.edu/search/publicCourseSearchDetails.do?method=load&amp;courseID</a></p> <table class="sc_courselist"> <caption class="hidden noscript">Course List</caption> <colgroup> <col class="codecol"/> <col class="titlecol"/> <col align="char" char="." class="hourscol"/> </colgroup> <thead> <tr class="hidden noscript"> <th scope="col">Code</th> <th scope="col">Title</th> <th scope="col" class="hourscol">Units</th> </tr> </thead> <tbody> <tr class="even firstrow"><td colspan="2"><span class="courselistcomment">CHEM X19A</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">CHEM X36.1B</span></td><td class="hourscol">3</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">CHEM X36A</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">CHEM X36B</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">CHEM X416</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">INTEGBI X104</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">INTEGBI X109</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">INTEGBI X15B</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X110</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">MCELLBI X115A</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X126</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">MCELLBI X134</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X136</span></td><td class="hourscol">1.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">MCELLBI X138</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X143</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">MCELLBI X15A</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X420</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">MCELLBI X424</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X471</span></td><td class="hourscol">4.5</td></tr> <tr class="odd"><td colspan="2"><span class="courselistcomment">MCELLBI X474</span></td><td class="hourscol">4.5</td></tr> <tr class="even"><td colspan="2"><span class="courselistcomment">MCELLBI X499.5</span></td><td class="hourscol">4.5</td></tr> <tr class="odd lastrow"><td colspan="2"><span class="courselistcomment">MCELLBI XB32</span></td><td class="hourscol">4.5</td></tr> <tr class="listsum"><td colspan="2">Total Units</td><td class="hourscol">94.5</td></tr></tbody> </table> </div> </main> </div> <!-- end col-content --> <div id="col-nav"> <aside id="sidebar"> <div class="sidebar-item"> <h2 id="edition" class="sidebar-header"><a href="/">2024-2025 Edition</a></h2> <nav id="cl-menu" aria-label="Primary"> <ul class="nav levelzero" id="/"> <li><a href="/welcome/">Welcome from the Chancellor</a></li> <li class="isparent"><a href="/schools/">Schools and Programs</a></li> <li class="active isparent"><a href="/programs/">Academic Programs</a> <ul class="nav levelone" id="/programs/"> <li><a href="/programs/atcr-certificate/">Advanced Training in Clinical Research (Certificate)</a></li> <li><a href="/programs/ai-comp-drug-discovery-development/">Artificial Intelligence and Computational Drug Discovery and Development (MS)</a></li> <li><a href="/programs/biochem-molec-bio-tetrad/">Biochemistry and Molecular Biology (Tetrad) (PhD)</a></li> <li><a href="/programs/bioengineering/">Bioengineering (PhD)</a></li> <li><a href="/programs/biological-medical-informatics/">Biological and Medical Informatics (PhD)</a></li> <li><a href="/programs/biomedical-imaging/">Biomedical Imaging (MS)</a></li> <li><a href="/programs/biomedical-sciences/">Biomedical Sciences (PhD)</a></li> <li><a href="/programs/biophysics/">Biophysics (PhD)</a></li> <li><a href="/programs/cell-bio-tetrad/">Cell Biology (Tetrad) (PhD)</a></li> <li><a href="/programs/chemistry-chemical-biology/">Chemistry and Chemical Biology (PhD)</a></li> <li><a href="/programs/clinical-epidemiologic-research-mas/">Clinical and Epidemiological Research (MS)</a></li> <li><a href="/programs/computational-precision-health/">Computational Precision Health (PhD)</a></li> <li><a href="/programs/dentistry-post-graduate-certificate/">Dentistry Postgraduate Program -&#8203; Certificate</a></li> <li><a href="/programs/dscb/">Developmental and Stem Cell Biology (PhD)</a></li> <li><a href="/programs/doctor-dental-surgery/">Doctor of Dental Surgery (DDS)</a></li> <li><a href="/programs/medicine-md/">Doctor of Medicine (MD)</a></li> <li><a href="/programs/pharmd/">Doctor of Pharmacy (PharmD)</a></li> <li><a href="/programs/physical-therapy-dpt/">Doctor of Physical Therapy (DPT)</a></li> <li><a href="/programs/epidemiology-translational-science/">Epidemiology and Translational Science (PhD)</a></li> <li><a href="/programs/equity-in-brain-health-certificate/">Equity in Brain Health (Certificate)</a></li> <li><a href="/programs/genetic-counseling-ms/">Genetic Counseling (MS)</a></li> <li><a href="/programs/genetics-tetrad/">Genetics (Tetrad) (PhD)</a></li> <li><a href="/programs/global-health-sciences-ms/">Global Health Sciences (MS)</a></li> <li><a href="/programs/global-health-sciences/">Global Health Sciences (PhD)</a></li> <li><a href="/programs/health-data-sci-certificate/">Health Data Science (Certificate)</a></li> <li><a href="/programs/health-data-sci-ms/">Health Data Science (MS)</a></li> <li><a href="/programs/health-policy-and-law-ms/">Health Policy and Law (MS)</a></li> <li><a href="/programs/healthcare-administration-interprofessional-leadership-ms/">Healthcare Administration and Interprofessional Leadership (MS)</a></li> <li><a href="/programs/history-health-sciences-ma/">History of Health Sciences (MA)</a></li> <li><a href="/programs/history-health-sciences/">History of Health Sciences (PhD)</a></li> <li><a href="/programs/international-dentist-pathway-dds/">International Dentist Pathway (DDS)</a></li> <li><a href="/programs/interprofessional-health-postbac-dentistry/">Interprofessional Health Post-&#8203;Baccalaureate Certificate Program in Dentistry</a></li> <li><a href="/programs/interprofessional-health-postbac-medicine/">Interprofessional Health Post-&#8203;Baccalaureate Certificate Program in Medicine</a></li> <li class="active self"><a href="#" onclick="return false;">Interprofessional Health Post-&#8203;Baccalaureate Certificate Program in Pharmacy</a></li> <li><a href="/programs/medical-anthropology/">Medical Anthropology (PhD)</a></li> <li><a href="/programs/mstp/">Medical Scientist Training Program</a></li> <li><a href="/programs/neuroscience/">Neuroscience (PhD)</a></li> <li><a href="/programs/doctor-nursing-practice-dnp/">Nursing (DNP)</a></li> <li><a href="/programs/nursing-ms/">Nursing (MS)</a></li> <li><a href="/programs/phd-nursing/">Nursing (PhD)</a></li> <li><a href="/programs/nursing-mepn/">Nursing Master’s Entry Program</a></li> <li><a href="/programs/nursing-post-masters-certificate/">Nursing Post-&#8203;Master's Certificate Program</a></li> <li><a href="/programs/doctor-nursing-practice-post-bsn/">Nursing Practice (Post-&#8203;BSN)</a></li> <li><a href="/programs/oral-craniofacial-sciences-ms/">Oral and Craniofacial Sciences (MS)</a></li> <li><a href="/programs/oral-craniofacial-sciences-graduate/">Oral and Craniofacial Sciences (PhD)</a></li> <li><a href="/programs/oral-craniofacial-sciences-dds-phd/">Oral and Craniofacial Sciences DDS/&#8203;PhD Program</a></li> <li><a href="/programs/pharmaceutical-sciences-pharmacogenomics/">Pharmaceutical Sciences and Pharmacogenomics (PhD)</a></li> <li><a href="/programs/postgraduate-program-dental-public-health-certificate/">Postgraduate Program in Dental Public Health -&#8203; Certificate</a></li> <li><a href="/programs/postgraduate-program-oral-medicine-certificate/">Postgraduate Program in Oral Medicine -&#8203; Certificate</a></li> <li><a href="/programs/postgraduate-program-orthodontics-certificate/">Postgraduate Program in Orthodontics -&#8203; Certificate</a></li> <li><a href="/programs/pediatric-dentistry-certificate/">Postgraduate Program in Pediatric Dentistry -&#8203; Certificate</a></li> <li><a href="/programs/postgraduate-program-periodontology-certificate/">Postgraduate Program in Periodontology -&#8203; Certificate</a></li> <li><a href="/programs/rehabilitation-science-phd/">Rehabilitation Science (PhD)</a></li> <li><a href="/programs/sociology/">Sociology (PhD)</a></li> <li><a href="/programs/translational-medicine-mtm/">Translational Medicine (MTM)</a></li> <li><a href="/programs/ucsf-ucb-jmp/">UCSF/&#8203;UC Berkeley Joint Medical Program</a></li> </ul> </li> <li class="isparent"><a href="/residency-fellowship/">Residency and Fellowship Programs</a></li> <li class="isparent"><a href="/university/">University Support Offices</a></li> <li><a href="/academic-administrative-calendar/">Academic and Administrative Calendar</a></li> <li><a href="/accreditation/">Accreditation</a></li> <li class="isparent"><a href="/course-catalog/">Course Catalog</a></li> <li class="isparent"><a href="/course-search/">Search Courses</a></li> <li><a href="/catalogcontents/">Catalog Contents</a></li> <li><a href="/azindex/">Catalog A-&#8203;Z Index</a></li> </ul> </nav> </div> <div class="sidebar-item"> <button id="print-btn" href="#print-dialog" onclick="showPrintDialog(); return false;"> <span class="fa fa-print" aria-hidden="true"></span> Print Options </button> </div> </aside> </div> <!-- end col-nav --> </div> </section> <footer id="footer"> <div class="footer__bottom wrap"> <nav aria-label="footer" class="footer__nav"> <ul> <li><a href="//www.ucsf.edu/contact-us">Contact Us</a></li> <li><a href="https://websites.ucsf.edu/digital-accessibility">Accessibility</a></li> <li><a href="https://www.ucsf.edu/website-privacy-policy">Privacy Policy</a></li> <li><a href="https://websites.ucsf.edu/website-terms-use">Terms of Use </a></li> <li><a href="https://websites.ucsf.edu/azlist">A-Z Website List</a></li> </ul> </nav> <p class="footer__copyright">&copy; 2024-2025 The Regents of the University of California</p> </div> </footer> <aside id="print-dialog" aria-labelledby="dialog-title" class="screen" role="dialog"> <div class="print-header"> <button onclick="hidePrintDialog(); return false;" aria-controls="#print-dialog"> <span class="sr-only">Close this window</span> </button> <h2 id="dialog-title">Print Options</h2> </div> <div class="print-body"> <ul> <li> <p><a class="option-name" href="#" role="button" onclick="hidePrintDialog();window.print();return false">Send Page to Printer</a></p> <p class="option-desc">Print this page.</p> </li> <li><p><a class="option-name" href="/programs/interprofessional-health-postbac-pharmacy/interprofessional-health-postbac-pharmacy.pdf" role="button">Download Page (PDF)</a></p><p class="option-desc">The PDF will include all information unique to this page.</p></li><li><p><a class="option-name" href="/pdf/2024-25_UCSF_General_Catalog.pdf" target="_blank">Download Full 2024-25 Catalog</a></p><p class="option-desc">A PDF of the entire catalog.</p></li> </ul> </div> </aside> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10