<?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=SarahGreen</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=SarahGreen"/>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/Special:Contributions/SarahGreen"/>
		<updated>2026-04-08T08:47:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=One_recommended_tool/resource_for_n00bs&amp;diff=46370</id>
		<title>One recommended tool/resource for n00bs</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=One_recommended_tool/resource_for_n00bs&amp;diff=46370"/>
				<updated>2018-08-30T18:53:44Z</updated>
		
		<summary type="html">&lt;p&gt;SarahGreen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===One recommended tool/resource for n00bs===&lt;br /&gt;
&lt;br /&gt;
These resources/tools were recommended by the Code4Lib community in Nov. 2012, specifically for new coding librarians and library coders. The whole thread of discussion is available at [http://www.mail-archive.com/code4lib@listserv.nd.edu/msg15762.html the C4L listserv archive]. &lt;br /&gt;
&lt;br /&gt;
Please fill out a [https://docs.google.com/spreadsheet/viewform?formkey=dHNPVWgyX0E2a20xWHBHS1dJV05Pb0E6MQ#gid=0 mini-survey] if this was helpful to you. Thank you!&lt;br /&gt;
&lt;br /&gt;
====Tools/Resources====&lt;br /&gt;
&lt;br /&gt;
=====Books or Things to read=====&lt;br /&gt;
* O'Reilly Head first series&lt;br /&gt;
* Visual QuickStart Guides http://www.peachpit.com/imprint/series_detail.aspx?ser=335245&lt;br /&gt;
* [https://docs.google.com/spreadsheet/ccc?key=0AlVSWa90m8umdGg3U0h4bjdMT0ttVUJBU3RCaUc0WGc#gid=0 QA Collection Purchases for Code4Lib]&lt;br /&gt;
* [http://www.worldcat.org/title/pragmatic-programmer-from-journeyman-to-master/oclc/42038638 &amp;quot;The Pragmatic Programmer&amp;quot;] by Andrew Hunt and David Thomas. A book that teaches beginners how think like a programmer, and reminds experts of good practices.&lt;br /&gt;
* The top 9 in a hacker's bookshelf: http://grokcode.com/11/the-top-9-in-a-hackers-bookshelf/&lt;br /&gt;
* &amp;quot;How to Design Programs&amp;quot; http://www.ccs.neu.edu/home/matthias/HtDP2e/.  Good for newbie coders.&lt;br /&gt;
* Kernighan and Ritchie's [http://www.worldcat.org/title/c-programming-language/oclc/17650642 &amp;quot;The C Programming Language.&amp;quot;]  A keeper for life, and surprisingly readable and directed to the newbie.&lt;br /&gt;
* [http://www.worldcat.org/title/agile-web-development-with-rails-4/oclc/852808602&amp;amp;referer=brief_results Agile Web Development with Rails 4] is a well-paced introduction to Rails and Ruby. Covers a lot of core concepts (MVC, agile development, testing, AJAX).&lt;br /&gt;
** To dive further into Ruby, there's [http://www.worldcat.org/title/programming-ruby-19-20-the-pragmatic-programmers-guide/oclc/855706057&amp;amp;referer=brief_results Programming Ruby] (aka The PickAxe Book)&lt;br /&gt;
* http://www.w3.org/International&lt;br /&gt;
* Guide for the Perplexed on the code4lib wiki: http://wiki.code4lib.org/index.php/A_Guide_for_the_Perplexed&lt;br /&gt;
* Video series on command line basics from Lullabot: http://drupalize.me/series/command-line-basics-series&lt;br /&gt;
&lt;br /&gt;
=====Software=====&lt;br /&gt;
&lt;br /&gt;
* Vi- because it keeps me (you?) focused.&lt;br /&gt;
* [http://www.activestate.com/komodo-edit Komodo Edit]&lt;br /&gt;
* [http://notepad-plus-plus.org/ Notepad++ IMO best open source lightweight editor on Windows]&lt;br /&gt;
*AMP (LAMP, WAMP, MAMP) stacks for an easy install of Apache, mySQL + perl/ python / php.&lt;br /&gt;
*A @rdio subscription. :) And a text editor with syntax highlighting.&lt;br /&gt;
* Git (Version Control)&lt;br /&gt;
* Github, Bitbucket and Other Remote Git Services&lt;br /&gt;
* Emmet, http://docs.emmet.io/ (supersedes Zen Coding, http://code.google.com/p/zen-coding/ ) The idea is that it lets you use CSS-like selectors as tags that can be expanded into full HTML snippets. &lt;br /&gt;
* [http://sass-lang.com/ SASS Syntactically Awesome Stylesheets]&lt;br /&gt;
* LESS http://lesscss.org/  &lt;br /&gt;
* Compass http://compass-style.org/ - extends SASS with reusable patterns&lt;br /&gt;
* BareBones's [http://www.barebones.com/products/bbedit/index.html BBEdit]&lt;br /&gt;
* Sublime Text &amp;amp; Zen Coding (recently reborn as [http://docs.emmet.io Emmet]). Saves a lot of keystrokes when writing web content.&lt;br /&gt;
* The best one IMHO is [http://www.sublimetext.com Sublime Text 2]. Oh, okay, I can't resist - I'm going to cheat and list a second: everyone needs to stop writing just CSS and complement it with SASS (syntactically awesome stylesheets) &amp;amp; Compass - http://sass-lang.com/. Totally invaluable for any front-end work. It makes CSS fun.&lt;br /&gt;
* [http://www.virtualbox.org VirtualBox] to make new VM setup and deployment easier we use [http://vagrantup.com/ Vagrant]&lt;br /&gt;
* Version control. My own strong preference is for git (either managed locally or through github.com), but really, just pick a version control solution and use it. If you value your work at all, it should be in version control.  Smart use of version control can make finding and fixing problems in code much, much easier - but even fairly naive use of it leaves you with much, much better tools for fixing screw ups than you have without it.&lt;br /&gt;
&lt;br /&gt;
=====Websites=====&lt;br /&gt;
* Code4Lib listserv, IRC, [http://journal.code4lib.org journal] (duh)&lt;br /&gt;
* Google is more useful than any reference book to find answers to programming problems.&lt;br /&gt;
* [http://stackexchange.com/ StackExchange] (by extension, [http://stackoverflow.com StackOverflow]) is a great site for questions.&lt;br /&gt;
* [http://lynda.com lynda.com]&lt;br /&gt;
* [http://www.pluralsight.com/ PluralSight.com]&lt;br /&gt;
* JS Fiddle http://jsfiddle.net/&lt;br /&gt;
* CodePen http://codepen.io/&lt;br /&gt;
* [http://css-tricks.com CSS Tricks ]&lt;br /&gt;
* [http://openhatch.org/ Open Hatch] - to learn tools you need to participate in open source development and find friendly projects to be a part of&lt;br /&gt;
* [http://drupalladder.org/ Drupal Ladder], which teaches you what you need to know to participate in developing Drupal&lt;br /&gt;
* [http://rubykoans.com/ Ruby Koans] - learn Ruby by fixing failing tests&lt;br /&gt;
* [https://librarycarpentry.org/ Library Carpentry] - Free, open-source lessons for non-techy librarians on coding, data analysis, and related topics. They also give in-person workshops upon request.&lt;br /&gt;
&lt;br /&gt;
=====Meetups and User Groups=====&lt;br /&gt;
&lt;br /&gt;
* Perl Mongers http://www.pm.org/groups/&lt;br /&gt;
* Python Local User Groups http://wiki.python.org/moin/LocalUserGroups&lt;br /&gt;
** Look for user groups running an incarnation of the [http://bostonpythonworkshop.com/ Boston Python Workshop], a women-and-their-friends day-and-a-half introduction to Python which assumes no prior knowledge.&lt;br /&gt;
* R Users Group Meetups http://r-users-group.meetup.com/&lt;br /&gt;
* Drupal Groups http://groups.drupal.org/&lt;br /&gt;
* Ruby User Groups http://www.ruby-lang.org/en/community/user-groups/&lt;br /&gt;
** Look for groups running an incarnation of [http://workshops.railsbridge.org/ RailsBridge] (like Boston Python Workshop except it came first, and covers Ruby)&lt;br /&gt;
* Haskell User Groups http://www.haskell.org/haskellwiki/User_groups&lt;br /&gt;
* ColdFusion Meetups http://coldfusion.meetup.com/&lt;br /&gt;
&lt;br /&gt;
=====Other=====&lt;br /&gt;
&lt;br /&gt;
* Resources for lots of languages: [http://pear.ly/8ohL pear.ly/8ohL]&lt;br /&gt;
* [http://catcode.pbworks.com/w/page/49680175/Resources Catcode]&lt;br /&gt;
* [http://foss4lib.org/ FOSS4lib]&lt;br /&gt;
* I can already feel the collective rolling of eyes for this, but what about Twitter? It's not a guide or manual, but start following and engaging talented developers and library geeks on Twitter and you'll soon have more help than you know what to do with.  Plus, no Zoia ;)&lt;br /&gt;
* Practice! No matter the learning material, nothing will really sink in unless you apply it in the wild (like a small project).&lt;br /&gt;
* It's still useful to learn a little something about configuring a webserver / database / etc.&lt;br /&gt;
* The [http://connect.ala.org/node/167971 Library Code Year Interest Group], an ALA group (joint between LITA and ALCTS) for librarians who want to learn and apply code&lt;br /&gt;
&lt;br /&gt;
=====Advice on what to do=====&lt;br /&gt;
*Building things that help people matters, and for that you need empathy.&lt;br /&gt;
* Reusing people's [http://dotfiles.github.com/ public dotfiles],my favorite being [https://github.com/mathiasbynens/dotfiles Mathias Bynens']. Using a mature dotfiles collection can help bootstrap you to use the command line more and start grabbing vital tools from package managers like Homebrew or npm that you might not think of otherwise. I'm still a newbie coder but reusing dotfiles gives me the confidence to tweak things here and there without building a ton from scratch.&lt;br /&gt;
* I'm taking &amp;quot;tool&amp;quot; to mean a piece of hardware. I'd recommend some old laptop with your favorite linux distro less desktop. Why? Well the main thing is that it puts them into a position where they're not learning to be a google copy/paste coder given the lack of the desktop, mouse and distractions like email. They can also learn to setup the server environment on their new dev box and eventually do all sorts of cool stuff.&lt;br /&gt;
* A cheapie online webhosting account - like a $10 a month one - and multiple URLs.  Multiple URLs will make them point a URL at a nameserver at least once ideally, and to understand that the two are separate and what you can do with domains and subdomains.  The cheapie webhosting account will let them play with installing popular content management systems manually and with one-click installs.  The most important thing is to break things and then rebuild them.  The worst possible thing would be to build a website, leave it up as their public face or personal website, and be nervous to wreck it so notchange or play with different CMSes (another reason multiple URLs might psychologically be better - they encourage experimentation on one and the person can make the other a static goal oriented publishing area).The more the cheapie hosting account experience I have, the more I know what's cheap and easy to do, and the more I see very specific benefits to adedicated server.  It makes me more intentional and able to better assess the value of services vendors provide. That's more web4lib ish, but ultimately if someone experiments enough they have to get comfortable with php.  Scripting is the gateway drug.&lt;br /&gt;
* +1 to web-hosting as it gives the ability install one's own software on one's domain (which feels great) *and* easy access to shell. And when web-hosting feels like too much of a barrier to access, sites like jsfiddle where you can immediately start adding *and* sharing code is key. IMHO the initial appeal of [http://www.codecademy.com/ Codecademy] was that it removed all barriers to getting started.  Getting a laptop's localhost set up is too daunting for a   first step, I think.&lt;/div&gt;</summary>
		<author><name>SarahGreen</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_2019_Conference_Committees&amp;diff=46189</id>
		<title>Code4Lib 2019 Conference Committees</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_2019_Conference_Committees&amp;diff=46189"/>
				<updated>2018-07-05T18:28:49Z</updated>
		
		<summary type="html">&lt;p&gt;SarahGreen: I added myself as a volunteer.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Code4Lib 2019 Conference Committees =&lt;br /&gt;
&lt;br /&gt;
Hosting a conference is incredibly complex, and it cannot be done without the help of the entire community.  If you are interested in being an awesome person and applying your skills to a particular part of the Code4Lib 2019 conference, create an account on this wiki and sign-up for one or more of the groups below (please provide a contact).  Each committee must have a Primary Contact (chair), Secondary Contact (co-chair), and Documentarian (secretary).  The role of the Documentarian is to transcribe key information to future conference committees, such as timelines, costs, process, etc.  Feel free to improve the summary statements for each of the committees. When adding your name, please indicate 'v' if you are a veteran on the committee so that we ensure committees are not made up entirely of newbies.&lt;br /&gt;
&lt;br /&gt;
We will assign a local contact (LPC) to each committee.&lt;br /&gt;
&lt;br /&gt;
== Location and Dates ==&lt;br /&gt;
&lt;br /&gt;
* Location: Bay Area, California (more info coming soon)&lt;br /&gt;
* Dates: we're looking at February-April, 2019&lt;br /&gt;
** Pre-conferences: Coming Soon&lt;br /&gt;
** Main meeting: Coming Soon&lt;br /&gt;
** Post conference activities: Coming Soon&lt;br /&gt;
&lt;br /&gt;
== Local Planning Committee ==&lt;br /&gt;
This committee is charged with running the show such as overall timeline, budgeting, coordinating of locations and logistics, wrangler of committees, and communicating with the community.&lt;br /&gt;
&lt;br /&gt;
* [mailto:nicole.esque@gmail.com Nicole Johnson], bepress - co-chair, Primary Contact&lt;br /&gt;
* [mailto:ephetteplace@cca.edu Eric Phetteplace], California College of the Arts - co-chair, Primary Contact&lt;br /&gt;
* [mailto:tennantr@oclc.org Roy Tennant], OCLC - Tertiary Contact&lt;br /&gt;
* [mailto:matienzo@stanford.edu Mark Matienzo], Stanford University - Tertiary Contact&lt;br /&gt;
* [mailto:aaron.collier@stanford.edu Aaron Collier], Stanford University - Tertiary Contact&lt;br /&gt;
* Ray Pun, Fresno State - Tertiary Contact&lt;br /&gt;
&lt;br /&gt;
== Website Working Group ==&lt;br /&gt;
This group will focus on content strategy (in collaboration with the Documentation Committee) and feature implementations to improve the overall user experience for users (i.e., on-site and remote attendees, speakers, potential sponsors, post-conference users).  &lt;br /&gt;
&lt;br /&gt;
[[2019 Website Working Group Documents|2019 Website Working Group Documents]]&lt;br /&gt;
&lt;br /&gt;
* [[User:KaitlinNewson|Kaitlin Newson]], Scholars Portal - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [[User:Phette23|Eric Phetteplace]], California College of the Arts - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [[User:Ranti|Ranti Junus]], Michigan State University - Volunteer&lt;br /&gt;
* [[User:jcoyne|Justin Coyne]], Stanford - Volunteer&lt;br /&gt;
* [[User:AshleyBrewer|Ashley Brewer]], Virginia Commonwealth University - Volunteer&lt;br /&gt;
* Cody Whitby, Virginia Commonwealth University - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Budget Committee ==&lt;br /&gt;
This group will focus on making sure we are appropriately planning for budgetary issues.   &lt;br /&gt;
&lt;br /&gt;
[[2019 Budget and Sponsorship Documents|2019 Budget and Sponsorship Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:swayh@oclc.org Hank Sway] - Primary Contact AKA Chair&lt;br /&gt;
* [mailto:gmcharlt@gmail.com Galen Charlton] - Secondary Contact and Co-Chair (veteran of 2017 and 2018)&lt;br /&gt;
* Mark Matienzo - Local Planning Contact &lt;br /&gt;
* [mailto:gmcharlt@gmail.com Galen Charlton] - Documentarian (veteran of 2017 and 2018)&lt;br /&gt;
* [mailto:bethany@clir.org Bethany Nowviskie] - ex officio, fiscal host (CLIR/DLF) &lt;br /&gt;
* [mailto:chennesy@berkeley.edu Cody Hennesy]- Volunteer (UC Berkeley)&lt;br /&gt;
&lt;br /&gt;
== Sponsorship Committee ==&lt;br /&gt;
This group involves working with the LPC and budget committee to close any budget gaps and talking to potential sponsors to find the level that is right for them.&lt;br /&gt;
&lt;br /&gt;
[[2019 Budget and Sponsorship Documents|2019 Budget and Sponsorship Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* [mailto:jeffreystephensabol@gmail.com Jeffrey Sabol] - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:nicole.esque@gmail.com Nicole Johnson] - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:mprice@calpoly.edu Mike Price] - Volunteer (Cal Poly)&lt;br /&gt;
* [mailto:selizabethgreen@gmail.com Sarah Green] - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Keynote Committee ==&lt;br /&gt;
This group will: gather nominations from Code4Lib community; contact nominees to confirm their willingness and availability; collect bios from the available nominees and add them to the Diebold-o-Tron; support the voting process; work with the community's top nominees to schedule their keynotes; and collaborate with other committees and the community to ensure everything is communicated appropriately and logistical matters are given suitable attention.&lt;br /&gt;
&lt;br /&gt;
[[2019 Keynote Documents|2019 Keynote Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Pre-conference Committee ==&lt;br /&gt;
This committee plans the pre-conference day. It keeps strong lines of communications open with the Program Committee. It also helps shepherd events on the day itself.&lt;br /&gt;
&lt;br /&gt;
[[2019 Pre-conference Documents|2019 Pre-conference Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Program Committee == &lt;br /&gt;
This committee plans the structure of the program, arranges the voting on presentations, etc. This includes soliciting regular talks. These folks will also manage the flow of the program at the conference -- introducing speakers or soliciting other volunteers to MC. Committee membership will be capped at 10 members.&lt;br /&gt;
&lt;br /&gt;
[[2019 Program Documents|2019 Program Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair &lt;br /&gt;
* [http://roytennant.com/ Roy Tennant] - Local Planning Contact &lt;br /&gt;
* [https://lib.ncsu.edu/staff/akorphan Dre] - Volunteer&lt;br /&gt;
* [mailto:bomanca@miamioh.edu Craig Boman] - Volunteer&lt;br /&gt;
* [http://about.me/cynthiang Arty (Cynthia Ng)] - Volunteer &lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Scholarship Committee ==&lt;br /&gt;
This committee works with funding institutions to arrange the scholarships offered. They solicit submissions and select winners of the scholarship(s). They also work with the winners to plan their travel and arrangements.&lt;br /&gt;
&lt;br /&gt;
[[2019 Scholarship Documents|2019 Scholarship Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:elvia.ar@uci.edu Elvia Arroyo-Ramirez - UC Irvine] - Primary Contact aka Co-Chair&lt;br /&gt;
* [mailto:mlemusro@iupui.edu Mairelys Lemus-Rojas - IUPUI] - Primary Contact aka Co-Chair &lt;br /&gt;
* [mailto:phette23@gmail.com Eric Phetteplace] - Local Planning Contact &lt;br /&gt;
* [mailto:mandellr@usc.edu Rachel Mandell] - Documentarian &lt;br /&gt;
* [mailto:avloera@cpp.edu Alyssa V. Loera - Cal Poly Pomona] - (Volunteer)&lt;br /&gt;
* [mailto:yooyoung.lee@uottawa.ca Yoo Young Lee - uOttawa] - (Volunteer)&lt;br /&gt;
&lt;br /&gt;
== T-Shirt Committee ==&lt;br /&gt;
This committee organizes the t-shirt contest, collecting submissions, and putting out the call for votes. This committee is also responsible for helping the local planning committee identify a vendor that will fit within the budget constraints for the conference. User sizes and preferences will be obtained as part of the registration process.&lt;br /&gt;
&lt;br /&gt;
[[2019 T-Shirt Documents|2019 T-Shirt Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Onsite Volunteer Committee ==&lt;br /&gt;
This committee wrangles &amp;lt;s&amp;gt;tributes&amp;lt;/s&amp;gt; people to volunteer for the following duties:&lt;br /&gt;
&lt;br /&gt;
[[2019 Onsite Volunteer Documents|2019 Onsite Volunteer Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka (Co-)Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Social Activities Committee ==&lt;br /&gt;
This committee works closely with the local programming committee in organizing events outside of conference hours. This committee is in charge of organizing the Newcomer Dinner (traditionally held the night before the first day of the main conference) as well as ensuring that there is a variety of different events to cater to different interests (alcoholic/non-alcoholic, carnivore/vegan, mainstream/niche, and everything in between). &lt;br /&gt;
&lt;br /&gt;
[[2019 Social Activities Documents|2019 Social Activities Documents]]&lt;br /&gt;
&lt;br /&gt;
Conference goers - The page you are looking for is at [[2019 Social Activities]]&lt;br /&gt;
&lt;br /&gt;
* Becky Yoose - Primary (or secondary if there's someone who wants to step up this year!) Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Streaming Video Committee ==&lt;br /&gt;
With the local program committee(as appropriate), organize the streaming and archiving of presentations at the conference. This could include securing A/V equipment, working with the conference venue w/r/t AV needs, choosing streaming and archiving providers, post-production editing and posting of videos, securing speaker releases for recording talks (?), and, of course, actually running the camera during the conference.&lt;br /&gt;
&lt;br /&gt;
[[2019 Streaming Video Documents|2019 Streaming Video Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Code4Lib 2019 Host Voting Committee ==&lt;br /&gt;
This committee organizes the call for hosts for the next annual code4lib conference as well as the voting process. &lt;br /&gt;
&lt;br /&gt;
[[2019 Host Voting Documents|2019 Host Voting Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Wifi and Electrical ==&lt;br /&gt;
Arguably the most important committee. Coordinates with the local programming committee and the conference venue to ensure that wifi will be functioning for 450 people x 3 to 4 wifi enabled devices per person... as well as ensuring that there is ample power for folks to plug said devices in at the conference. Note that this will largely be handled by the conference management company.&lt;br /&gt;
&lt;br /&gt;
[[2019 Wifi and Electrical Documents|2019 Wifi and Electrical Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact &lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Book Giveaway Committee ==&lt;br /&gt;
This committee solicits free copies of books from various publishers or free keys/copies of programs from various companies (for example, free private repo from Github or license for oXygen). They also handle the raffle at the conference (with a randomizer to do the drawing of names).&lt;br /&gt;
&lt;br /&gt;
[[2019 Book Giveaway Documents|2019 Book Giveaway Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== IRC and Slack Committee ==&lt;br /&gt;
Coordinate with freenode to ensure that the #code4lib IRC &amp;amp; Slack channels can handle the extra traffic during the conference. Also responsible for recruiting and advertising IRC helpers at the conference.&lt;br /&gt;
&lt;br /&gt;
[[2019 IRC and Slack Documents|2019 IRC and Slack Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair &lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Accessibility Committee ==&lt;br /&gt;
Document and address major points of the conference that are not accessible for conference attendees (physical and virtual).&lt;br /&gt;
&lt;br /&gt;
[[2019 Accessibility Documents|2019 Accessibility Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Whatever Committee ==&lt;br /&gt;
Not a committee per se. This is a list of people who are willing to help the above committees with various tasks.&lt;br /&gt;
&lt;br /&gt;
[[2019 Whatever Documents|2019 Whatever Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2019]]&lt;/div&gt;</summary>
		<author><name>SarahGreen</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_2018_Conference_Committees&amp;diff=45430</id>
		<title>Code4Lib 2018 Conference Committees</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_2018_Conference_Committees&amp;diff=45430"/>
				<updated>2017-07-18T19:55:31Z</updated>
		
		<summary type="html">&lt;p&gt;SarahGreen: I added myself as a volunteer to the sponsorship committee.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Code4Lib 2018 Conference Committees =&lt;br /&gt;
&lt;br /&gt;
Hosting a conference is incredibly complex, and it cannot be done without the help of the entire community.  If you are interested in being an awesome person and applying your skills to a particular part of the Code4Lib 2018 conference, create an account on this wiki and sign-up for one or more of the groups below (please provide a contact).  Each committee must have a Primary Contact (chair), Secondary Contact (co-chair), and Documentarian (secretary).  The role of the Documentarian is to transcribe key information to future conference committees, such as timelines, costs, process, etc.  Feel free to improve the summary statements for each of the committees. When adding your name, please indicate 'v' if you are a veteran on the committee so that we ensure committees are not made up entirely of newbies.&lt;br /&gt;
&lt;br /&gt;
* We will assign a local contact (LPC) to each committee.&lt;br /&gt;
&lt;br /&gt;
* The chair/co-chair of each committee will be added to the private Code4Lib Slack channel, #c4l18-lpc, for direct communication with the LPC. If you cannot access the channel, please ping @bohyunkim either in slack or twitter. &lt;br /&gt;
&lt;br /&gt;
* All committees and committee members abides by [https://github.com/code4lib/antiharassment-policy/blob/master/code_of_conduct.md the Code4Lib Code of Conduct]. &lt;br /&gt;
== Location and Dates ==&lt;br /&gt;
&lt;br /&gt;
* Location: Washington, DC (more info coming soon)&lt;br /&gt;
* Dates: we're looking at early February 2018&lt;br /&gt;
** Pre-conferences: Coming Soon but we're thinking they'll be at DCPL branches&lt;br /&gt;
** Main meeting: Coming Soon but we're thinking a hotel downtown&lt;br /&gt;
** Post conference activities: Coming Soon but we're thinking tours of LC, Smithsonian, etc.&lt;br /&gt;
&lt;br /&gt;
== Local Planning Committee ==&lt;br /&gt;
This committee is charged with running the show such as overall timeline, budgeting, coordinating of locations and logistics, wrangler of committees, and communicating with the community.&lt;br /&gt;
&lt;br /&gt;
* [mailto:jame@loc.gov Jaime Mears], Library of Congress - Primary Contact&lt;br /&gt;
* [mailto:bkim@hshsl.umaryland.edu Bohyun Kim], University of Maryland, Baltimore, Health Sciences and Human Services Library - Secondary Contact&lt;br /&gt;
* [mailto:nicholas.kerelchuk@dc.gov Nick Kerelchuk], DC Public Libraries - Tertiary Contact&lt;br /&gt;
* [mailto:RichardJM@si.edu Joel Richard], Smithsonian Libraries - Tertiary Contact&lt;br /&gt;
* [[User:BenWallberg|Ben Wallberg]], University of Maryland Libraries - Tertiary Contact&lt;br /&gt;
* [mailto:katedohe@umd.edu Kate Dohe], University of Maryland Libraries - Tertiary Contact&lt;br /&gt;
* [mailto:peggygriesinger@gmail.com Peggy Griesinger], George Mason University - Tertiary Contact&lt;br /&gt;
&lt;br /&gt;
== Website Working Group ==&lt;br /&gt;
This group will focus on content strategy (in collaboration with the Documentation Committee) and feature implementations to improve the overall user experience for users (i.e., on-site and remote attendees, speakers, potential sponsors, post-conference users).  &lt;br /&gt;
&lt;br /&gt;
[[2018 Website Working Group Documents|2018 Website Working Group Documents]]&lt;br /&gt;
&lt;br /&gt;
* [[User:Phette23|Eric Phetteplace]] - Primary Contact aka Chair&lt;br /&gt;
* [[User:Kimpham54|Kim Pham]] - Secondary Contact aka Co-Chair&lt;br /&gt;
* [[User:BenWallberg|Ben Wallberg]], UMD Libraries - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [[User:KaitlinNewson|Kaitlin Newson]], Ontario Council of University Libraries - Volunteer&lt;br /&gt;
* [[User:WayneGraham|Wayne Graham]], CLIR - Volunteer&lt;br /&gt;
* [[User:EkaGrguric|Eka Grguric]] - Volunteer&lt;br /&gt;
* [[User:LukeAeschleman|Luke Aeschleman]] - Volunteer&lt;br /&gt;
* [[User:MattCalsada|Matt Calsada]] - Volunteer&lt;br /&gt;
* [[User:ranti|Ranti Junus]] - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Budget  Planning Committee ==&lt;br /&gt;
This group will focus on making sure we are appropriately planning for budgetary issues. This group will work involves working with the LPC to close budget gaps and talking to potential sponsors to find the level that is right for them.  &lt;br /&gt;
&lt;br /&gt;
[[2018 Budget and Sponsorship Documents|2018 Budget and Sponsorship Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:jame@loc.gov Jaime Mears], Library of Congress - Primary Contact aka Chair&lt;br /&gt;
* [mailto:gmcharlt@gmail.com Galen Charlton] - Secondary Contact aka Co-Chair (v)&lt;br /&gt;
* [mailto:jame@loc.gov Jaime Mears], Library of Congress - Local Planning Contact &lt;br /&gt;
* [mailto:bkim@hshsl.umaryland.edu Bohyun Kim], UMB HS/HSL - Local Planning Contact (Back-up)&lt;br /&gt;
* [Your name here] - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* [mailto:jeffreystephensabol@gmail.com Jeffrey Sabol] - Volunteer (v)&lt;br /&gt;
* [mailto:mary.jinglewski@gmail.com Mary Jinglewski] - Volunteer (v)&lt;br /&gt;
* [[User:Dkerchner|Dan Kerchner]], George Washington University Libraries - Volunteer&lt;br /&gt;
* [mailto:bethany@clir.org Bethany Nowviskie], DLF - Ex Officio, Fiscal Host&lt;br /&gt;
&lt;br /&gt;
==  Sponsorship Committee ==&lt;br /&gt;
This group will focus on fundraising and managing contacts with potential sponsors.&lt;br /&gt;
&lt;br /&gt;
* [mailto:mary.jinglewski@gmail.com Mary Jinglewski] - Primary Contact aka Chair&lt;br /&gt;
* [mailto:jeffreystephensabol@gmail.com Jeffrey Sabol] - Secondary Contact aka Co-Chair&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:roytennant@gmail.com Roy Tennant] - Volunteer&lt;br /&gt;
* [mailto:epeele@emory.edu Elizabeth Peele Mumpower] - Volunteer (v)&lt;br /&gt;
* [mailto:tomeconqueror@gmail.com Kyle Breneman] - Volunteer&lt;br /&gt;
* [mailto:morganem2015@gmail.com Morgan McKeehan] - Volunteer&lt;br /&gt;
* [mailto:selizabethgreen@gmail.com Sarah Green] - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Keynote Committee ==&lt;br /&gt;
This group will: gather nominations from Code4Lib community; contact nominees to confirm their willingness and availability; collect bios from the available nominees and add them to the Diebold-o-Tron; support the voting process; work with the community's top nominees to schedule their keynotes; and collaborate with other committees and the community to ensure everything is communicated appropriately and logistical matters are given suitable attention.&lt;br /&gt;
&lt;br /&gt;
[[2018 Keynote Documents|2018 Keynote Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* [mailto:cleak@gmu.edu Carl Leak], George Mason University - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:katedohe@umd.edu Kate Dohe], University of Maryland Libraries - Local Planning Contact &lt;br /&gt;
* [mailto:peggygriesinger@gmail.com Peggy Griesinger], George Mason University - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:maurini.strub@louisville.edu Maurini Strub], University of Louisville - Volunteer&lt;br /&gt;
* [mailto:epeele@emory.edu Elizabeth Peele Mumpower], Emory University - Volunteer&lt;br /&gt;
* [mailto:bomanca@miamioh.edu Craig Boman], Miami University Libraries - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Pre-conference Committee ==&lt;br /&gt;
This committee plans the pre-conference day. It keeps strong lines of communications open with the Program Committee. It also helps shepherd events on the day itself.&lt;br /&gt;
&lt;br /&gt;
[[2018 Pre-conference Documents|2018 Pre-conference Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:benjamin.florin@bc.edu Ben Florin] - Primary Contact aka Chair&lt;br /&gt;
* [mailto:jame@loc.gov Jaime Mears], Library of Congress - Local Planning Contact &lt;br /&gt;
* Nick Kerelchuk - Local Planning Contact &lt;br /&gt;
* [mailto:rdean@msu.edu Robin Dean], Michigan State University - Documentarian&lt;br /&gt;
* [mailto:mwaugh2@lsu.edu Mike Waugh], LSU Libraries - Volunteer&lt;br /&gt;
* [mailto:johnna.percell@dc.gov Johnna Percell], DC Public Libraries - Volunteer&lt;br /&gt;
* [mailto:zhangj@cua.edu Jane Zhang], Catholic University of America - Volunteer&lt;br /&gt;
* [mailto:tod@uchicago.edu Tod Olson], U. Chicago - Volunteer&lt;br /&gt;
* [[User:Kimpham54|Kim Pham]] - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Program Committee == &lt;br /&gt;
This committee plans the structure of the program, arranges the voting on presentations, etc. This includes soliciting regular talks. These folks will also manage the flow of the program at the conference -- introducing speakers or soliciting other volunteers to MC. Committee membership will be capped at 10 members.&lt;br /&gt;
&lt;br /&gt;
[[2018 Program Documents|2018 Program Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:acollier@calstate.edu Aaron Collier], California State University  - Primary Contact aka Chair &lt;br /&gt;
* [mailto:jame@loc.gov Jaime Mears], Library of Congress - Local Planning Contact/Secondary Contact aka Co-Chair &lt;br /&gt;
* [mailto:bkim@hshsl.umaryland.edu Bohyun Kim], UMB HS/HSL - Local Planning Contact &lt;br /&gt;
* [mailto:chris@cbeer.info Chris Beer], Stanford University (v) - Volunteer&lt;br /&gt;
* [[User:highermath|Cary Gordon]], Cherry Hill Company - Volunteer&lt;br /&gt;
* [mailto:matt.r.sherman@gmail.com Matt Sherman], University of Bridgeport - Volunteer&lt;br /&gt;
* [mailto:peggygriesinger@gmail.com Peggy Griesinger], George Mason University - Volunteer&lt;br /&gt;
* [mailto:juliakim@loc.gov Julia Kim], Library of Congress - Volunteer&lt;br /&gt;
* [mailto:cng@nwpl.ca Cynthia Ng], New Westminster Public Library - Volunteer&lt;br /&gt;
&amp;lt;!--'''FULL''': Please consider volunteering for one or more of the other committees. Thank you.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Scholarship Committee ==&lt;br /&gt;
This committee works with funding institutions to arrange the scholarships offered. They solicit submissions and select winners of the scholarship(s). They also work with the winners to plan their travel and arrangements.&lt;br /&gt;
&lt;br /&gt;
[[2018 Scholarship Documents|2018 Scholarship Documents]]&lt;br /&gt;
&lt;br /&gt;
* [[User:AmyWickner|Amy Wickner]] - Primary Contact aka Chair &lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:katedohe@umd.edu Kate Dohe], University of Maryland Libraries - Local Planning Contact &lt;br /&gt;
* [mailto:aisha.connerg@gmail.com Aisha Conner-Gaten] - Documentarian &lt;br /&gt;
* [[User:MairelysLemus-Rojas|Mairelys Lemus-Rojas]] - Volunteer &lt;br /&gt;
* Brooke Johnson - Volunteer &lt;br /&gt;
* [[User:ToddStoffer | Todd Stoffer]], NCSU Libraries - Volunteer&lt;br /&gt;
* [mailto:kbell9@gmu.edu Kathleen Bell], George Mason University - Volunteer&lt;br /&gt;
* [mailto:tod@uchicago.edu Tod Olson], U. Chicago - Volunteer&lt;br /&gt;
* [mailto:elvia.arroyo@gmail.com Elvia Arroyo] - Volunteer&lt;br /&gt;
* [mailto:anastasia.chiu@stonybrook.edu Anastasia Chiu] - Volunteer&lt;br /&gt;
* [[User:RuthKitchinTillman|Ruth Kitchin Tillman]] - Volunteer&lt;br /&gt;
* Marco Seiferle-Valencia&lt;br /&gt;
* Joanna Chen Cham&lt;br /&gt;
&lt;br /&gt;
== T-Shirt Committee ==&lt;br /&gt;
This committee organizes the t-shirt contest, collecting submissions, and putting out the call for votes. This committee is also responsible for helping the local planning committee identify a vendor that will fit within the budget constraints for the conference. User sizes and preferences will be obtained as part of the registration process.&lt;br /&gt;
&lt;br /&gt;
[[2018 T-Shirt Documents|2018 T-Shirt Documents]]&lt;br /&gt;
 &lt;br /&gt;
* Joslyn Jones, Prince William County Library System, Chair&lt;br /&gt;
* [mailto:ccox@ubalt.edu Carolyn Cox], University of Baltimore - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:bkim@hshsl.umaryland.edu Bohyun Kim] - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:ssmith35@gmu.edu Stephanie Smith], George Mason University Libraries - Volunteer&lt;br /&gt;
* [mailto:eengland@jhu.edu Elizabeth England], Johns Hopkins University - Volunteer&lt;br /&gt;
* [mailto:ewahl@folger.edu Emily Wahl], Folger Shakespeare Library - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Onsite Volunteer Committee ==&lt;br /&gt;
This committee wrangles &amp;lt;s&amp;gt;tributes&amp;lt;/s&amp;gt; &amp;lt;s&amp;gt;minions&amp;lt;/s&amp;gt; people to volunteer for the following duties:&lt;br /&gt;
&lt;br /&gt;
[[2018 Onsite Volunteer Documents|2018 Onsite Volunteer Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:kere@loc.gov Kelly Revak] - Primary Contact aka (Co-)Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:richardjm@si.edu Joel Richard], Smithsonian Libraries - Local Planning Contact &lt;br /&gt;
* [mailto:peggygriesinger@gmail.com Peggy Griesinger], George Mason University - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:trey@koios.co Trey Gordner] - Volunteer&lt;br /&gt;
* [mailto:mwaugh2@lsu.edu Mike Waugh], LSU Libraries - Volunteer&lt;br /&gt;
* [mailto:LibbyM@si.edu Monique Libby], Smithsonian Libraries - Volunteer&lt;br /&gt;
* [mailto:durden@umd.edu David Durden], University of Maryland Libraries - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Social Activities Committee ==&lt;br /&gt;
This committee works closely with the local programming committee in organizing events outside of conference hours. This committee is in charge of organizing the Newcomer Dinner (traditionally held the night before the first day of the main conference) as well as ensuring that there is a variety of different events to cater to different interests (alcoholic/non-alcoholic, carnivore/vegan, mainstream/niche, and everything in between). &lt;br /&gt;
&lt;br /&gt;
[[2018 Social Activities Documents|2018 Social Activities Documents]]&lt;br /&gt;
&lt;br /&gt;
Conference goers - The page you are looking for is at [[2018 Social Activities]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:b.yoose@gmail.com Becky Yoose] - Primary Contact aka Chair&lt;br /&gt;
* [[User:ranti|Ranti Junus]] - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:richardjm@si.edu Joel Richard], Smithsonian Libraries - Local Planning Contact&lt;br /&gt;
* [mailto:katedohe@umd.edu Kate Dohe], University of Maryland Libraries - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:DaleLoreNY@gmail.com Lorena Ramirez-Lopez] - Volunteer&lt;br /&gt;
* [mailto:bomanca@miamioh.edu Craig Boman] - Miami University Libraries - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Streaming Video Committee ==&lt;br /&gt;
With the local program committee(as appropriate), organize the streaming and archiving of presentations at the conference. This could include securing A/V equipment, working with the conference venue w/r/t AV needs, choosing streaming and archiving providers, post-production editing and posting of videos, securing speaker releases for recording talks (?), and, of course, actually running the camera during the conference.&lt;br /&gt;
&lt;br /&gt;
[[2018 Streaming Video Documents|2018 Streaming Video Documents]]&lt;br /&gt;
&lt;br /&gt;
* [[User:DataGazetteer|Peter Murray]] - Chair&lt;br /&gt;
* [mailto:DaleLoreNY@gmail.com Lorena Ramirez-Lopez]- Secondary Contact aka Co-Chair&lt;br /&gt;
* [[User:BenWallberg|Ben Wallberg]], UMD Libraries - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Code4Lib 2019 Host Voting Committee ==&lt;br /&gt;
This committee organizes the call for hosts for the next annual code4lib conference as well as the voting process. &lt;br /&gt;
&lt;br /&gt;
[[2019 Host Voting Documents|2019 Host Voting Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:peggygriesinger@gmail.com Peggy Griesinger] - Local Planning Contact &lt;br /&gt;
* Your Name Here - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:benjamin.florin@bc.edu Ben Florin] - Volunteer&lt;br /&gt;
* [mailto:bomanca@miamioh.edu Craig Boman] - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Wifi and Electrical ==&lt;br /&gt;
Arguably the most important committee. Coordinates with the local programming committee and the conference venue to ensure that wifi will be functioning for 450 people x 3 to 4 wifi enabled devices per person... as well as ensuring that there is ample power for folks to plug said devices in at the conference. Note that this will largely be handled by the conference management company.&lt;br /&gt;
&lt;br /&gt;
[[2018 Wifi and Electrical Documents|2018 Wifi and Electrical Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact/Local Planning Contact &lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [[User:BenWallberg|Ben Wallberg]], UMD Libraries - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [[User:highermath|Cary Gordon]], Cherry Hill Company - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Book Giveaway Committee ==&lt;br /&gt;
This committee solicits free copies of books from various publishers or free keys/copies of programs from various companies (for example, free private repo from Github or license for oXygen). They also handle the raffle at the conference (with a randomizer to do the drawing of names).&lt;br /&gt;
&lt;br /&gt;
[[2018 Book Giveaway Documents|2018 Book Giveaway Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:bkim@hshsl.umaryland.edu Bohyun Kim] - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:DaleLoreNY@gmail.com Lorena Ramirez-Lopez] - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== IRC and Slack Committee ==&lt;br /&gt;
Coordinate with freenode to ensure that the #code4lib IRC &amp;amp; Slack channels can handle the extra traffic during the conference. Also responsible for recruiting and advertising IRC helpers at the conference.&lt;br /&gt;
&lt;br /&gt;
[[2018 IRC and Slack Documents|2018 IRC and Slack Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Local Planning Contact/Secondary Contact aka Co-Chair &lt;br /&gt;
* [mailto:richardjm@si.edu Joel Richard], Smithsonian Libraries - Local Planning Contact&lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
* Your Name Here - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Accessibility Committee ==&lt;br /&gt;
Document and address major points of the conference that are not accessible for conference attendees (physical and virtual).&lt;br /&gt;
&lt;br /&gt;
[[2018 Accessibility Documents|2018 Accessibility Documents]]&lt;br /&gt;
&lt;br /&gt;
* [mailto:deibel@uw.edu Kate Deibel], University of Washington Libraries - Co-Chair&lt;br /&gt;
* [mailto:katherly@upenn.edu Katherine Lynch], University of Pennsylvania Libraries - Co-Chair&lt;br /&gt;
* [mailto:richardjm@si.edu Joel Richard], Smithsonian Libraries  - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* Elisa Landaverde, MSU Libraries - Volunteer&lt;br /&gt;
* [mailto:wmann@gmu.edu Wendy Mann], George Mason University Libraries - Volunteer&lt;br /&gt;
* [mailto:mpolchow@gmu.edu Michelle Polchow], George Mason University Libraries - Volunteer&lt;br /&gt;
&lt;br /&gt;
== Whatever Committee ==&lt;br /&gt;
Not a committee per se. This is a list of people who are willing to help the above committees with various tasks.&lt;br /&gt;
&lt;br /&gt;
[[2018 Whatever Documents|2018 Whatever Documents]]&lt;br /&gt;
&lt;br /&gt;
* Your Name Here - Primary Contact aka Chair&lt;br /&gt;
* Your Name Here - Secondary Contact aka Co-Chair&lt;br /&gt;
* [mailto:bkim@hshsl.umaryland.edu Bohyun Kim] - Local Planning Contact &lt;br /&gt;
* [mailto:peggygriesinger@gmail.com Peggy Griesinger] - Local Planning Contact &lt;br /&gt;
* Your Name Here - Documentarian&lt;br /&gt;
* [mailto:roytennant@gmail.com Roy Tennant] - Volunteer&lt;br /&gt;
* [[User:WayneGraham|Wayne Graham]] - Volunteer&lt;br /&gt;
* [[User:Phette23|Eric Phetteplace]] - Volunteer&lt;br /&gt;
* [mailto:khes@loc.gov Kirk Hess], Library of Congress - Volunteer&lt;br /&gt;
* [mailto:kbell9@gmu.edu Kathleen Bell], George Mason University - Volunteer&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib2018]]&lt;/div&gt;</summary>
		<author><name>SarahGreen</name></author>	</entry>

	</feed>