table, th, td { border:1px solid black; } * { box-sizing: border-box; } .box { float: left; width: 33.33%; padding: 50px; } .box1 { float: left; width: 66.66%; padding: 50px; } .clearfix::after { content: “”; clear: both; display: table; }

Nandi Prince



About Me Publications Conferences CV Memberships & Affiliations Contact

About Me


Nandi Prince is currently an Assistant Professor at the New York City College of Technology and chairs the
Ursula C. Schwerin Library Workshop Committee. Nandi teaches LIB1201 Research & Documentation for
the Information Age. She favors trans-disciplinary methods to the study of information and research
documentation because the library department does not have a major. Her research and practice travers
the interstices of teaching and learning. She conceptualizes and designs assignments, using creativity as
a platform for inquiry. Students learn to connect course concepts through creative action, expressing their
thoughts and ideas to build a portfolio of work. Her research explores these faculty and student engagements.
She holds a MLS in Library Science and a MA in English Literature from Queens College, City University of
New York.

function openCity(evt, id) { var i, x, tablinks; x = document.getElementsByClassName(‘content’); for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablink"); for (i = 0; i < x.length; i++) { tablinks[i].className = tablinks[i].className.replace(" w3-red", ""); } document.getElementById(id).style.display = "block"; evt.currentTarget.className += " w3-red"; }