<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pobocks</id>
		<title>Code4Lib - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pobocks"/>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/Special:Contributions/Pobocks"/>
		<updated>2026-04-10T16:59:15Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Talk:Teaching_beginners&amp;diff=45885</id>
		<title>Talk:Teaching beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Talk:Teaching_beginners&amp;diff=45885"/>
				<updated>2018-03-12T13:25:50Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;pobocks: Added some to the first question - I feel like having the explicit suggestion to produce concrete &amp;quot;requirements&amp;quot; is useful?&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Talk:Teaching_beginners&amp;diff=45884</id>
		<title>Talk:Teaching beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Talk:Teaching_beginners&amp;diff=45884"/>
				<updated>2018-03-12T13:25:25Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: Created page with &amp;quot;Added some to the first question - I feel like having the explicit suggestion to produce concrete &amp;quot;requirements&amp;quot; is useful?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Added some to the first question - I feel like having the explicit suggestion to produce concrete &amp;quot;requirements&amp;quot; is useful?&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Teaching_beginners&amp;diff=45883</id>
		<title>Teaching beginners</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Teaching_beginners&amp;diff=45883"/>
				<updated>2018-03-12T13:23:14Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: /* General tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Teaching Beginners = &lt;br /&gt;
&lt;br /&gt;
People working in our fields often find themselves teaching technology to beginners. This may be through formal workshops offered to the public or to peers in our fields; to colleagues who need to learn new technology in the workplace; or through informal peer teaching where we share technology with others in any setting. Below are some tips and ideas from the code4lib community on teaching technology to beginners. (Some of these tips came from [http://2018.code4lib.org/talks/for-beginners-no-experience-necessary a talk] and two breakout sessions at [http://2018.code4lib.org/ code4lib 2018].)&lt;br /&gt;
&lt;br /&gt;
== General tips ==&lt;br /&gt;
*Do not assume experience with Git or the Command Line. Be careful about the Bash shell as well. If you want your attendees to have familiarity with certain tools, don’t assume that they do. It is especially annoying if you go to a workshop where those tools are not the focus, but it is assumed that attendees are well-versed in them. Generally, be very explicit about requirements, both in terms of software and in terms of experience.  Specify what people will need to get started and throughout the process up-front, and what concepts they'll need to be familiar with to get benefits from the workshop.&lt;br /&gt;
&lt;br /&gt;
*At the same time, when teaching it can be good to send people to do an exercise and, if they can't figure it out or run into issues, they can use git to move further along in the program so they are caught up with the rest of the class. However, if git is not the focus of the workshop and it is not an assumed skill, the git commands to do so should be very clearly communicated to the attendees. &lt;br /&gt;
&lt;br /&gt;
*When you distribute code that is long, number sections in the comments so people can more easily navigate it. Number the exercises. Numbers give us a common language for navigating. &lt;br /&gt;
&lt;br /&gt;
*Heavily comment code with pseudo-code and explanations about what each section does.&lt;br /&gt;
&lt;br /&gt;
*Notebooks for teaching programming, such as the [https://jupyter.org/ Jupyter notebook] can give users a great intro, because you can give them the code to run through the notebook.&lt;br /&gt;
&lt;br /&gt;
*Instead of saying that a particular idea is ‘easy’ or ‘hard’, say that the idea is ‘foundational’ or a ‘building block’, and this other idea is ‘more complex’. If an attendee is struggling with an idea, saying that it is ‘easy’ only makes the person feel worse. They already felt stupid because they didn’t get the idea; now they feel even more stupid because they didn’t get an ‘easy’ idea. &lt;br /&gt;
&lt;br /&gt;
*If you encounter students who are either silent or are being angry towards you, it may be that they are trying not to cry either by being stonily silent or covering it with another emotion (i.e., anger.)  This is not a funeral, it's a workshop, so people don't want to cry. &lt;br /&gt;
&lt;br /&gt;
*As an instructor, avoid saying too much, such as, &amp;quot;We'll do x here, but if you are doing y you would do a and if you were doing z you would do b&amp;quot;. If you are teaching x, just say, &amp;quot;We will do x here.&amp;quot;  Full stop. Don't show off by bringing up other examples. Some people talk a lot when they are nervous, and teaching and public speaking can make people nervous. Also, most people will talk to fill silence in a conversation. Be okay with not talking and having quiet so people can think and process information. &lt;br /&gt;
&lt;br /&gt;
*Similarly, plan silences and pauses. It is hard to learn something complex when someone is talking and you are trying to figure out if you need to be listening while also trying to do this new task.&lt;br /&gt;
&lt;br /&gt;
*Don’t make fun of people who mispronounce words, they learned them from reading. Similarly, if someone has clunky code it may because they are self-taught; be gentle when you show them a new way.  (See the [https://www.recurse.com/code-of-conduct Recurse Center Rules] on 'well, actually' and other social problems.) &lt;br /&gt;
&lt;br /&gt;
*Reading good code on github is good workshop takeaway. It is great for workshop leaders to hand out lists of projects people can investigate on their own. It is also important to demonstrate projects with good documentation. &lt;br /&gt;
&lt;br /&gt;
*If attendees are allowed to choose their own operating systems for a workshop, then the instructor needs to provide instructions for Mac, Linux, and Windows, if they are different. Instructors should not just wave their hands and say 'I'll show you this system. The other ones are different.&amp;quot; Even better is to use a platform-agnostic approach so that beginners can focus on the specific tool and not spend time trying to figure out problems with their computers. Also, when beginners make mistakes, they can just start over and not have ruined the whole thing.&lt;br /&gt;
&lt;br /&gt;
*There are Chrome extensions that run a web server in the browser. There are web-based interpreters for programming. It may be nice to give people the option to use a web-based interpreter or a desktop one, so those who feel more comfortable with a desktop one can do so, but everyone can play in the web-based one. &lt;br /&gt;
&lt;br /&gt;
*When designing a workshop, try to work with a fresh install and without admin privileges. You may not realize that you need dependencies or admin privileges until you test. &lt;br /&gt;
&lt;br /&gt;
*Avoid sports metaphors or idioms that may not make sense outside a certain cultural group. If attendees need to have knowledge of a particular domain prior to taking the workshop, that should be clear in the workshop description. &lt;br /&gt;
&lt;br /&gt;
*Asking attendees to raise their hands if they need help is problematic. It is ableist. It also requires people to self-identify as needing help in front of a room of their peers. One alternative approach is to provide attendees with two different color post-it notes. As the workshop progresses, they attach one color to the top of their computer when they have finished an exercise. They use another color to indicate when they need assistance. This still requires self-identification of needing help to an extent, but it is not as obvious as raising a hand.&lt;br /&gt;
&lt;br /&gt;
== Gaining teaching experience == &lt;br /&gt;
*If you want some teaching experience, collaborate with instructors to help them run workshops. When someone offers a workshop, don’t be afraid to email and ask if they want teaching assistants, or a co-teacher. They may be happy to have help. At the same time, if teachers do not want help, they should not feel pressured to accept such requests. &lt;br /&gt;
&lt;br /&gt;
== Learning how to teach beginners ==&lt;br /&gt;
*Library organizations seem to be good at providing professional development opportunities for training librarians for reference instruction, but not for technology instruction. We need professional development opportunities for teaching technology to adults.&lt;br /&gt;
&lt;br /&gt;
*We don’t need to reinvent the wheel; we just need to talk to the people who work in this area already. For example, instructor training is offered by [https://software-carpentry.org/ Software Carpentry] and [https://librarycarpentry.github.io/ Library Carpentry]. &lt;br /&gt;
&lt;br /&gt;
*Another resources is the [https://www.diglib.org/groups/digital-library-pedagogy/ DLF Digital Library Pedagogy Group]. &lt;br /&gt;
&lt;br /&gt;
*We need training on peer teaching and mentoring. This is especially important in senior/junior technology job relationships. This is often part of someone’s job description, but we are not formally trained how to do this. Pair programming can be good if people are not too far apart in skill, so they both learn from each other; if they are too far part, it can be frustrating for each participant. Pair programming is not for everyone, though. &lt;br /&gt;
&lt;br /&gt;
== Helping attendees determine if they should attend your workshop ==&lt;br /&gt;
*A key problem is that workshops are sometimes advertised as being ‘for beginners, with no experience necessary’. But this is misleading, as the instructors and potential attendees will likely have very different ideas about what that means. A better approach is for instructors to list key skills and experiences, or analogous skills and experiences, that attendees should have before taking the workshop. As an example, people who have used formulas in Excel - even sporadically - are on a completely different level from beginners who are not sure how to use the mouse. &lt;br /&gt;
&lt;br /&gt;
*Instructors should help attendees answer the question, “Is this workshop for me?”&lt;br /&gt;
&lt;br /&gt;
*Recommend people try exercises at [https://www.codecademy.com/ codecademy] or other free online training sites to see if they want to learn more. It may help them decide that now is not the time for them to pursue training in this area. (It's okay for someone to decide that this is not a good time to learn something.) Caring for kids or aging parents; fighting poverty and working multiple jobs; and other personal obligations can interfere with people's ability to find time and mental energy for learning. Sometimes they really want you to give a very gentle introduction with a lot of hand-holding. This is okay. Also, their frustration tolerance level may be very low because of external factors. This is okay, too.&lt;br /&gt;
&lt;br /&gt;
*The people involved with [https://software-carpentry.org/ Software Carpentry] have learned that if you call a workshop ‘intermediate’, no one signs up. So maybe we need to drop this beginner/intermediate/advanced labeling altogether. Just talk about your prerequisites and expected outcomes. &lt;br /&gt;
&lt;br /&gt;
== Respecting the time required for excellent teaching == &lt;br /&gt;
*If teaching colleagues is part of your job, it should be in your job description, such as “10% of time devoted to developing teaching materials and teaching peers”.&lt;br /&gt;
&lt;br /&gt;
*People should be paid to design and teach workshops. Workshop design and delivery requires skill and energy, and people should not be doing this for free. At the same time, be careful of the cost of workshops. Not everyone gets institutional support and they have to make a lot of sacrifices to come to your workshop. Most people in this field are not independently wealthy. &lt;br /&gt;
&lt;br /&gt;
== Creating a positive learning environment == &lt;br /&gt;
*There should be a Code of Conduct for attendees. If nothing else, have attendees read the [https://www.recurse.com/code-of-conduct Recurse Center Rules] (also known as the Hacker School Rules). This helps curtail situations where attendees disparage each other’s operating systems; engage in mansplaining; or respond to a basic question with an overly complex response requiring esoteric techniques that is deliberately designed to confuse and belittle the questioner. &lt;br /&gt;
&lt;br /&gt;
== Texts for teaching and learning ==&lt;br /&gt;
*Elizabeth Wickes gave a lightning talk at code4lib 2018 where she asked about programming textbooks for teaching LIS students that do not require trigonometry or advanced skills in specific knowledge domains. Texts that might be used as a model are No Starch Press books like “Learning from Scratch” and “Python for Kids”. Since they are written for children, they do not assume college- or even high school- level familiarity with particular knowledge domains. They are models of clarity. &lt;br /&gt;
&lt;br /&gt;
*The book [http://www.openbookproject.net/thinkcs/python/english2e/ “How to Think Like a Computer Scientist”] uses Python, but focuses more broadly on thinking programmatically. &lt;br /&gt;
&lt;br /&gt;
== Visual programming languages == &lt;br /&gt;
*If you want to teach adults with a visual programming language like Scratch or Blockly, but you do not want to say to your students, “we’re going to do programming for kids”, Blockly is slightly more adult-oriented than Scratch. At the same time, Scratch is not a bad idea. In fact, it may be a relief to your students if you tell them that they are going to do a gentle introduction to programming through one of these languages.&lt;br /&gt;
&lt;br /&gt;
== Next steps == &lt;br /&gt;
*For self-taught and self-directed learners, some recommended resources are [https://www.codecademy.com/ codecademy], [https://www.udemy.com/python-video-workbook/landing-page/ Udemy’s Python workbook course], and the [https://www.coursera.org/specializations/python University of Michigan’s “Python for Everybody” specialization on Coursera]. [https://coderdojo.com/ Coderdojo]  and other code practicing sites let you look at other people’s solutions, so you can learn by seeing what other people do&lt;br /&gt;
&lt;br /&gt;
== Teaching workshop series or multi-week courses ==&lt;br /&gt;
&lt;br /&gt;
*Respect students’ cognitive load. There are limits to how much a person can learn at any one moment. If students are feeling overloaded, that may be a good signal to do additional exercises for practice at their current level of understanding, instead of moving forward to a new topic. &lt;br /&gt;
&lt;br /&gt;
*Engage students in dialogue to find out about their mental models. For beginners, what computers do is largely a black box, and they have to come up with models to explain what is happening in the black box until they gain sufficient knowledge to understand what is actually happening in the black box. Their models might be problematic at the early stages of learning; they may make connections where there are none, or assume causality where none exists. Talking them through their models can help us find and correct these misperceptions.&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Libraries_Sharing_Code&amp;diff=42823</id>
		<title>Libraries Sharing Code</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Libraries_Sharing_Code&amp;diff=42823"/>
				<updated>2015-02-19T20:59:00Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: Added Harvard LTS repositories on Github&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A number of libraries have organizational repositories in GitHub.  These can be very valuable and we attempt to collect them here.&lt;br /&gt;
&lt;br /&gt;
==Institutions on GitHub==&lt;br /&gt;
* [https://github.com/aadl Ann Arbor District Library]&lt;br /&gt;
* [https://github.com/BCLibCoop BC Libraries Cooperative]&lt;br /&gt;
* [https://github.com/BCLIbraries Boston College Libraries]&lt;br /&gt;
* [https://github.com/britishlibrary The British Library]&lt;br /&gt;
* [https://github.com/Brown-University-Library Brown University Library]&lt;br /&gt;
* [https://github.com/cca California College of the Arts]&lt;br /&gt;
* [https://github.com/csusm-library CSU San Marcos]&lt;br /&gt;
* [https://github.com/clcdpc Central Library Consortium]&lt;br /&gt;
* [https://github.com/chattlibrary Chattanooga Public Library] (currently empty)&lt;br /&gt;
* [https://github.com/cul Columbia University Libraries]&lt;br /&gt;
* [https://github.com/DarienLibrary Darien (CT) Library]&lt;br /&gt;
* [https://github.com/duke-libraries Duke University Libraries]&lt;br /&gt;
* [https://github.com/gwu-libraries George Washington University Libraries]&lt;br /&gt;
* [https://github.com/Georgetown-University-Libraries Georgetown University Libraries]&lt;br /&gt;
* [https://github.com/gvsulib Grand Valley State University Libraries]&lt;br /&gt;
* [https://github.com/GrinnellCollegeLibraries Grinnell College Libraries]&lt;br /&gt;
* [https://github.com/harvard-library Harvard University Library Technology Services]&lt;br /&gt;
* [https://github.com/LibraryOfCongress Library of Congress]&lt;br /&gt;
* [https://github.com/ndlib University of Notre Dame Hesburgh Libraries] (And [https://github.com/ndlibersa the CORAL stuff])&lt;br /&gt;
* [https://github.com/MontclairState Montclair State]&lt;br /&gt;
* [https://github.com/nims-library Scientific Information Office, National Institute for Materials Science (NIMS Library)]&lt;br /&gt;
* [https://github.com/NCSU-Libraries NCSU Libraries]&lt;br /&gt;
* [https://github.com/nypl The New York Public Library]&lt;br /&gt;
* [https://github.com/NYULibraries NYU Libraries]&lt;br /&gt;
* [https://github.com/RockefellerArchiveCenter Rockefeller Archive Center]&lt;br /&gt;
* [https://github.com/osulibraries Ohio State University Libraries]&lt;br /&gt;
* [https://github.com/osulp Oregon State University Libraries &amp;amp; Press]&lt;br /&gt;
* [https://github.com/psu-stewardship Penn State Digital Stewardship]&lt;br /&gt;
* [https://github.com/pulibrary Princeton University Library]&lt;br /&gt;
* [https://github.com/ryersonlibrary Ryerson University Library &amp;amp; Archives]&lt;br /&gt;
* [https://github.com/adsabs SAO/NASA Astrophysics Data System]&lt;br /&gt;
* [https://github.com/scds Sherman Centre for Digital Scholarship, McMaster University]&lt;br /&gt;
* [https://github.com/sul-dlss Stanford University Digital Library]&lt;br /&gt;
* [https://github.com/UBCLIBSYS UBC Library Systems and IT]&lt;br /&gt;
* [https://github.com/ualbertalib University of Alberta Libraries]&lt;br /&gt;
* [https://github.com/ualibraries The University of Arizona Libraries]&lt;br /&gt;
* [https://github.com/ucalgarylib University of Calgary Libraries &amp;amp; Cultural Resources]&lt;br /&gt;
* [https://github.com/ucsdlib UCSD Library]&lt;br /&gt;
* [https://github.com/UMNLibraries University of Minnesota Libraries]&lt;br /&gt;
* [https://github.com/UNC-Libraries University of North Carolina at Chapel Hill Libraries]&lt;br /&gt;
* [https://github.com/ui-libraries University of Iowa Libraries]&lt;br /&gt;
* [https://github.com/vculibraries Virginia Commonwealth University Libraries]&lt;br /&gt;
* [https://github.com/wellcomelibrary Wellcome Library]&lt;br /&gt;
* [https://github.com/yalemssa Manuscripts and Archives, Yale University Library]&lt;br /&gt;
* [https://github.com/yorkulibraries York University Libraries]&lt;br /&gt;
&lt;br /&gt;
==Institutions with Non-GitHub open repositories==&lt;br /&gt;
* University of Florida: SobekCM software [http://sourceforge.net/directory/?q=sobekcm Sourceforge], [http://code.google.com/p/sobekcm/ Google code], [http://ufdc.ufl.edu/software UFDC institutional site]&lt;br /&gt;
* [http://eXtensibleCatalog.org eXtensible Catalog] repositories: [http://code.google.com/p/xcmetadataservicestoolkit/ Metadata Services Toolkit], [http://code.google.com/p/xcoaitoolkit/ OAI Toolkit], [http://code.google.com/p/xcncip2toolkit/ NCIP Toolkit] (all these on Google code), [http://drupal.org/project/xc Drupal Toolkit] (on drupal.org)&lt;br /&gt;
* [http://git.sitka.bclibraries.ca BC Libraries Cooperative]&lt;br /&gt;
* [https://bitbucket.org/colglibsys Colgate University Libraries]&lt;br /&gt;
&lt;br /&gt;
==Other Library Organizations on GitHub==&lt;br /&gt;
* [https://github.com/projectblacklight Project Blacklight]&lt;br /&gt;
* [https://github.com/projecthydra Project Hydra]&lt;br /&gt;
* [https://github.com/islandora Islandora]&lt;br /&gt;
* [https://github.com/artefactual Artefactual], along with projects: [https://github.com/artefactual/atom AtoM], and [https://github.com/artefactual/archivematica Archivematica]&lt;br /&gt;
* [https://github.com/duraspace DuraSpace], along with projects: [https://github.com/dspace DSpace], [https://github.com/fcrepo/ Fedora], and [https://svn.duraspace.org/view/duracloud/ DuraCloud (not yet on GitHub)]&lt;br /&gt;
* [https://github.com/hbz/ North Rhine-Westphalian Library Service Center (hbz)] and its service [https://github.com/lobid/ lobid]&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/pkp Public Knowledge Project], along with projects: [https://github.com/pkp/ojs Open Journal Systems], [https://github.com/pkp/ocs Open Conference Systems], and [https://github.com/pkp/omp Open Monograph Press]&lt;br /&gt;
* [https://github.com/internetarchive Internet Archive]&lt;br /&gt;
* [https://github.com/openlibrary Open Library Team]&lt;br /&gt;
* [https://github.com/scholarslab Scholars' Lab]&lt;br /&gt;
* [https://github.com/next-l Project Next-L]&lt;br /&gt;
* [http://librecat.org/ LibreCat Open Tools for Library and Research Services]&lt;br /&gt;
* [https://github.com/swissbib/ swissbib information services for Swiss university libraries and Swiss National library]&lt;br /&gt;
* [https://github.com/TEIC Text Encoding Initiative Consortium]&lt;br /&gt;
&lt;br /&gt;
==Individuals on GitHub==&lt;br /&gt;
* [https://github.com/jronallo Jason Ronallo] North Carolina State University&lt;br /&gt;
* [https://github.com/cazzerson Jason Casden] North Carolina State University&lt;br /&gt;
* [https://github.com/jbfink John Fink] McMaster University&lt;br /&gt;
* [https://github.com/rgilmour70 Ron Gilmour] Ithaca College&lt;br /&gt;
* [https://github.com/mreidsma Matthew Reidsma] Grand Valley State University&lt;br /&gt;
* [https://github.com/mjsuhonos MJ Suhonos] Ryerson University Library &amp;amp; Archives&lt;br /&gt;
* [https://github.com/mjordan Mark Jordan] Simon Fraser University Library&lt;br /&gt;
* [https://github.com/jneubert Joachim Neubert] ZBW - Leibniz Information Centre for Economics&lt;br /&gt;
* [https://github.com/phette23 Eric Phetteplace] - California College of the Arts&lt;br /&gt;
* [https://github.com/barmintor Ben Armintor] Fedora 3, Blacklight, Hydra Projects&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Mentorship&amp;diff=13999</id>
		<title>Mentorship</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Mentorship&amp;diff=13999"/>
				<updated>2012-06-05T19:25:29Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: /* Mentors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mentors==&lt;br /&gt;
We're looking to try out a mentorship program through the #code4lib channel on IRC Freenode. The idea is that experienced people who are willing to volunteer some time would provide 1-on-1 mentoring to those who would like to learn during an &amp;quot;Office hours&amp;quot; period, once a week. The idea is sort-of modelled on the Drupal project's [http://drupal.org/node/1242856 Core Office Hours]. If this sounds like something you'd like to contribute to, don't hesitate to add your name!&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Mentor name&lt;br /&gt;
! IRC name&lt;br /&gt;
! Social&lt;br /&gt;
! Willing to help with&lt;br /&gt;
! Office hours&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Mdm|Matt McCollow]]&lt;br /&gt;
| mdm_&lt;br /&gt;
| [https://twitter.com/#!/mmccollow Twitter] [https://plus.google.com/109717224039901428149/ G+]&lt;br /&gt;
| Javascript&lt;br /&gt;
| Fridays, 1-2 pm EST&lt;br /&gt;
|-&lt;br /&gt;
| [http://ruebot.net Nick Ruest]&lt;br /&gt;
| ruebot&lt;br /&gt;
| [http://twitter.com/ruebot Twitter] [https://plus.google.com/107824412266039153440 G+] &lt;br /&gt;
| Islandora&lt;br /&gt;
| Fridays, 1-2 pm EST (pls ping in advance)&lt;br /&gt;
|-&lt;br /&gt;
| [http://jbfink.github.com John Fink]&lt;br /&gt;
| jbfink&lt;br /&gt;
| [http://twitter.com/adr t] [http://gplus.to/jbfink G+]&lt;br /&gt;
| git&lt;br /&gt;
| Fridays, 1-2pm EST or variable (ping in advance if you can)&lt;br /&gt;
|-&lt;br /&gt;
| [http://lackoftalent.org/michael/ Mike Giarlo]&lt;br /&gt;
| mjgiarlo&lt;br /&gt;
| [http://twitter.com/mjgiarlo t] [http://gplus.to/mjgiarlo G+] [http://facebook.com/mjgiarlo fb]&lt;br /&gt;
| Repository technology and architecture, Ruby, Git, Project Hydra, &amp;quot;Persistent identifiers&amp;quot;&lt;br /&gt;
| Fridays, 1-5 pm EST (pls ping in advance)&lt;br /&gt;
|-&lt;br /&gt;
| [http://kennison.name/ Brian Kennison]&lt;br /&gt;
| briankenn&lt;br /&gt;
|[https://plus.google.com/102025737199540421914/about G+]&lt;br /&gt;
| xslt&lt;br /&gt;
| Fridays, 1-2pm EST (let me know what works for you)&lt;br /&gt;
|-&lt;br /&gt;
| [http://github.com/tdonohue/ Tim Donohue]&lt;br /&gt;
| tdonohue &lt;br /&gt;
| [http://twitter.com/timdonohue Twitter]&lt;br /&gt;
| DSpace, repository technologies/integrations in general, SWORD protocol, digital preservation stuff&lt;br /&gt;
| [http://wiki.duraspace.org/display/~tdonohue/DSpace+Office+Hours Weds, 1-4pm ET in #duraspace channel on IRC Freenode]&lt;br /&gt;
|-&lt;br /&gt;
| [http://gplus.to/ksclarke Kevin Clarke]&lt;br /&gt;
| ksclarke&lt;br /&gt;
| [http://gplus.to/ksclarke G+] Hangout&lt;br /&gt;
| xml (xpath, xslt, xquery, etc.)&lt;br /&gt;
| Fridays, 1-2 pm EST (ping in advance if you can)&lt;br /&gt;
|-&lt;br /&gt;
| [http://davemayo.is-a-geek.org/ Dave Mayo]&lt;br /&gt;
| pobocks&lt;br /&gt;
| [mailto:pobocks@gmail.com Mail]&lt;br /&gt;
| HTML/CSS, php, Perl, js, git, Drupal, Omeka&lt;br /&gt;
| Variable (Weekday nights preferred, schedule in advance)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Want to learn?==&lt;br /&gt;
&lt;br /&gt;
If you would like to have mentor support on a specific topic, add your name below. There may be members of our community not listed above who would be willing help you.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! IRC name&lt;br /&gt;
! Social&lt;br /&gt;
! Looking to learn&lt;br /&gt;
|-&lt;br /&gt;
| Matt McCollow&lt;br /&gt;
| mdm_&lt;br /&gt;
| [https://twitter.com/#!/mmccollow Twitter] [https://plus.google.com/109717224039901428149/ G+]&lt;br /&gt;
| Ruby/Rails&lt;br /&gt;
|-&lt;br /&gt;
| [http://ruebot.net Nick Ruest]&lt;br /&gt;
| ruebot&lt;br /&gt;
| [http://twitter.com/ruebot Twitter] [https://plus.google.com/107824412266039153440 G+] &lt;br /&gt;
| Getting better with Solr&lt;br /&gt;
|-&lt;br /&gt;
| [http://jbfink.github.com John Fink]&lt;br /&gt;
| jbfink&lt;br /&gt;
| [http://twitter.com/adr t] [http://gplus.to/jbfink G+]&lt;br /&gt;
| Ruby/Rails&lt;br /&gt;
|-&lt;br /&gt;
| Max Klein &lt;br /&gt;
| maxoclc&lt;br /&gt;
| [https://twitter.com/#!/notconfusing twitter]&lt;br /&gt;
| Data Munging basics in a language you recommend, interfacing with MySQL in php&lt;br /&gt;
|-&lt;br /&gt;
| [http://gplus.to/ksclarke Kevin Clarke]&lt;br /&gt;
| ksclarke&lt;br /&gt;
| [http://gplus.to/ksclarke G+]&lt;br /&gt;
| node.js (and things I use but would like to learn more about: Git, jQuery, Solr)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Mentorship&amp;diff=13998</id>
		<title>Mentorship</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Mentorship&amp;diff=13998"/>
				<updated>2012-06-05T19:24:28Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: /* Mentors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mentors==&lt;br /&gt;
We're looking to try out a mentorship program through the #code4lib channel on IRC Freenode. The idea is that experienced people who are willing to volunteer some time would provide 1-on-1 mentoring to those who would like to learn during an &amp;quot;Office hours&amp;quot; period, once a week. The idea is sort-of modelled on the Drupal project's [http://drupal.org/node/1242856 Core Office Hours]. If this sounds like something you'd like to contribute to, don't hesitate to add your name!&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Mentor name&lt;br /&gt;
! IRC name&lt;br /&gt;
! Social&lt;br /&gt;
! Willing to help with&lt;br /&gt;
! Office hours&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Mdm|Matt McCollow]]&lt;br /&gt;
| mdm_&lt;br /&gt;
| [https://twitter.com/#!/mmccollow Twitter] [https://plus.google.com/109717224039901428149/ G+]&lt;br /&gt;
| Javascript&lt;br /&gt;
| Fridays, 1-2 pm EST&lt;br /&gt;
|-&lt;br /&gt;
| [http://ruebot.net Nick Ruest]&lt;br /&gt;
| ruebot&lt;br /&gt;
| [http://twitter.com/ruebot Twitter] [https://plus.google.com/107824412266039153440 G+] &lt;br /&gt;
| Islandora&lt;br /&gt;
| Fridays, 1-2 pm EST (pls ping in advance)&lt;br /&gt;
|-&lt;br /&gt;
| [http://jbfink.github.com John Fink]&lt;br /&gt;
| jbfink&lt;br /&gt;
| [http://twitter.com/adr t] [http://gplus.to/jbfink G+]&lt;br /&gt;
| git&lt;br /&gt;
| Fridays, 1-2pm EST or variable (ping in advance if you can)&lt;br /&gt;
|-&lt;br /&gt;
| [http://lackoftalent.org/michael/ Mike Giarlo]&lt;br /&gt;
| mjgiarlo&lt;br /&gt;
| [http://twitter.com/mjgiarlo t] [http://gplus.to/mjgiarlo G+] [http://facebook.com/mjgiarlo fb]&lt;br /&gt;
| Repository technology and architecture, Ruby, Git, Project Hydra, &amp;quot;Persistent identifiers&amp;quot;&lt;br /&gt;
| Fridays, 1-5 pm EST (pls ping in advance)&lt;br /&gt;
|-&lt;br /&gt;
| [http://kennison.name/ Brian Kennison]&lt;br /&gt;
| briankenn&lt;br /&gt;
|[https://plus.google.com/102025737199540421914/about G+]&lt;br /&gt;
| xslt&lt;br /&gt;
| Fridays, 1-2pm EST (let me know what works for you)&lt;br /&gt;
|-&lt;br /&gt;
| [http://github.com/tdonohue/ Tim Donohue]&lt;br /&gt;
| tdonohue &lt;br /&gt;
| [http://twitter.com/timdonohue Twitter]&lt;br /&gt;
| DSpace, repository technologies/integrations in general, SWORD protocol, digital preservation stuff&lt;br /&gt;
| [http://wiki.duraspace.org/display/~tdonohue/DSpace+Office+Hours Weds, 1-4pm ET in #duraspace channel on IRC Freenode]&lt;br /&gt;
|-&lt;br /&gt;
| [http://gplus.to/ksclarke Kevin Clarke]&lt;br /&gt;
| ksclarke&lt;br /&gt;
| [http://gplus.to/ksclarke G+] Hangout&lt;br /&gt;
| xml (xpath, xslt, xquery, etc.)&lt;br /&gt;
| Fridays, 1-2 pm EST (ping in advance if you can)&lt;br /&gt;
|-&lt;br /&gt;
| [http://davemayo.is-a-geek.org/ Dave Mayo]&lt;br /&gt;
| pobocks&lt;br /&gt;
| [mailto:pobocks@gmail.com Mail]&lt;br /&gt;
| HTML/CSS, php, Perl, js, git, Drupal, Omeka&lt;br /&gt;
| Variable (Ping ahead of time, Weekday nights preferred)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Want to learn?==&lt;br /&gt;
&lt;br /&gt;
If you would like to have mentor support on a specific topic, add your name below. There may be members of our community not listed above who would be willing help you.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! IRC name&lt;br /&gt;
! Social&lt;br /&gt;
! Looking to learn&lt;br /&gt;
|-&lt;br /&gt;
| Matt McCollow&lt;br /&gt;
| mdm_&lt;br /&gt;
| [https://twitter.com/#!/mmccollow Twitter] [https://plus.google.com/109717224039901428149/ G+]&lt;br /&gt;
| Ruby/Rails&lt;br /&gt;
|-&lt;br /&gt;
| [http://ruebot.net Nick Ruest]&lt;br /&gt;
| ruebot&lt;br /&gt;
| [http://twitter.com/ruebot Twitter] [https://plus.google.com/107824412266039153440 G+] &lt;br /&gt;
| Getting better with Solr&lt;br /&gt;
|-&lt;br /&gt;
| [http://jbfink.github.com John Fink]&lt;br /&gt;
| jbfink&lt;br /&gt;
| [http://twitter.com/adr t] [http://gplus.to/jbfink G+]&lt;br /&gt;
| Ruby/Rails&lt;br /&gt;
|-&lt;br /&gt;
| Max Klein &lt;br /&gt;
| maxoclc&lt;br /&gt;
| [https://twitter.com/#!/notconfusing twitter]&lt;br /&gt;
| Data Munging basics in a language you recommend, interfacing with MySQL in php&lt;br /&gt;
|-&lt;br /&gt;
| [http://gplus.to/ksclarke Kevin Clarke]&lt;br /&gt;
| ksclarke&lt;br /&gt;
| [http://gplus.to/ksclarke G+]&lt;br /&gt;
| node.js (and things I use but would like to learn more about: Git, jQuery, Solr)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Mentorship&amp;diff=13997</id>
		<title>Mentorship</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Mentorship&amp;diff=13997"/>
				<updated>2012-06-05T19:23:39Z</updated>
		
		<summary type="html">&lt;p&gt;Pobocks: /* Mentors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mentors==&lt;br /&gt;
We're looking to try out a mentorship program through the #code4lib channel on IRC Freenode. The idea is that experienced people who are willing to volunteer some time would provide 1-on-1 mentoring to those who would like to learn during an &amp;quot;Office hours&amp;quot; period, once a week. The idea is sort-of modelled on the Drupal project's [http://drupal.org/node/1242856 Core Office Hours]. If this sounds like something you'd like to contribute to, don't hesitate to add your name!&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Mentor name&lt;br /&gt;
! IRC name&lt;br /&gt;
! Social&lt;br /&gt;
! Willing to help with&lt;br /&gt;
! Office hours&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Mdm|Matt McCollow]]&lt;br /&gt;
| mdm_&lt;br /&gt;
| [https://twitter.com/#!/mmccollow Twitter] [https://plus.google.com/109717224039901428149/ G+]&lt;br /&gt;
| Javascript&lt;br /&gt;
| Fridays, 1-2 pm EST&lt;br /&gt;
|-&lt;br /&gt;
| [http://ruebot.net Nick Ruest]&lt;br /&gt;
| ruebot&lt;br /&gt;
| [http://twitter.com/ruebot Twitter] [https://plus.google.com/107824412266039153440 G+] &lt;br /&gt;
| Islandora&lt;br /&gt;
| Fridays, 1-2 pm EST (pls ping in advance)&lt;br /&gt;
|-&lt;br /&gt;
| [http://jbfink.github.com John Fink]&lt;br /&gt;
| jbfink&lt;br /&gt;
| [http://twitter.com/adr t] [http://gplus.to/jbfink G+]&lt;br /&gt;
| git&lt;br /&gt;
| Fridays, 1-2pm EST or variable (ping in advance if you can)&lt;br /&gt;
|-&lt;br /&gt;
| [http://lackoftalent.org/michael/ Mike Giarlo]&lt;br /&gt;
| mjgiarlo&lt;br /&gt;
| [http://twitter.com/mjgiarlo t] [http://gplus.to/mjgiarlo G+] [http://facebook.com/mjgiarlo fb]&lt;br /&gt;
| Repository technology and architecture, Ruby, Git, Project Hydra, &amp;quot;Persistent identifiers&amp;quot;&lt;br /&gt;
| Fridays, 1-5 pm EST (pls ping in advance)&lt;br /&gt;
|-&lt;br /&gt;
| [http://kennison.name/ Brian Kennison]&lt;br /&gt;
| briankenn&lt;br /&gt;
|[https://plus.google.com/102025737199540421914/about G+]&lt;br /&gt;
| xslt&lt;br /&gt;
| Fridays, 1-2pm EST (let me know what works for you)&lt;br /&gt;
|-&lt;br /&gt;
| [http://github.com/tdonohue/ Tim Donohue]&lt;br /&gt;
| tdonohue &lt;br /&gt;
| [http://twitter.com/timdonohue Twitter]&lt;br /&gt;
| DSpace, repository technologies/integrations in general, SWORD protocol, digital preservation stuff&lt;br /&gt;
| [http://wiki.duraspace.org/display/~tdonohue/DSpace+Office+Hours Weds, 1-4pm ET in #duraspace channel on IRC Freenode]&lt;br /&gt;
|-&lt;br /&gt;
| [http://gplus.to/ksclarke Kevin Clarke]&lt;br /&gt;
| ksclarke&lt;br /&gt;
| [http://gplus.to/ksclarke G+] Hangout&lt;br /&gt;
| xml (xpath, xslt, xquery, etc.)&lt;br /&gt;
| Fridays, 1-2 pm EST (ping in advance if you can)&lt;br /&gt;
|-&lt;br /&gt;
| [http://davemayo.is-a-geek.org/ Dave Mayo]&lt;br /&gt;
| pobocks&lt;br /&gt;
| [mailto:pobocks@gmail.com Mail]&lt;br /&gt;
| HTML/CSS, php, js, git, Drupal, Omeka&lt;br /&gt;
| Variable (Ping ahead of time, Weekday nights preferred)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Want to learn?==&lt;br /&gt;
&lt;br /&gt;
If you would like to have mentor support on a specific topic, add your name below. There may be members of our community not listed above who would be willing help you.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! IRC name&lt;br /&gt;
! Social&lt;br /&gt;
! Looking to learn&lt;br /&gt;
|-&lt;br /&gt;
| Matt McCollow&lt;br /&gt;
| mdm_&lt;br /&gt;
| [https://twitter.com/#!/mmccollow Twitter] [https://plus.google.com/109717224039901428149/ G+]&lt;br /&gt;
| Ruby/Rails&lt;br /&gt;
|-&lt;br /&gt;
| [http://ruebot.net Nick Ruest]&lt;br /&gt;
| ruebot&lt;br /&gt;
| [http://twitter.com/ruebot Twitter] [https://plus.google.com/107824412266039153440 G+] &lt;br /&gt;
| Getting better with Solr&lt;br /&gt;
|-&lt;br /&gt;
| [http://jbfink.github.com John Fink]&lt;br /&gt;
| jbfink&lt;br /&gt;
| [http://twitter.com/adr t] [http://gplus.to/jbfink G+]&lt;br /&gt;
| Ruby/Rails&lt;br /&gt;
|-&lt;br /&gt;
| Max Klein &lt;br /&gt;
| maxoclc&lt;br /&gt;
| [https://twitter.com/#!/notconfusing twitter]&lt;br /&gt;
| Data Munging basics in a language you recommend, interfacing with MySQL in php&lt;br /&gt;
|-&lt;br /&gt;
| [http://gplus.to/ksclarke Kevin Clarke]&lt;br /&gt;
| ksclarke&lt;br /&gt;
| [http://gplus.to/ksclarke G+]&lt;br /&gt;
| node.js (and things I use but would like to learn more about: Git, jQuery, Solr)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Pobocks</name></author>	</entry>

	</feed>