-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixtures.sql
104 lines (98 loc) · 37.4 KB
/
fixtures.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
DELETE FROM metadata;
INSERT INTO metadata VALUES ('title', 'World of E');
INSERT INTO metadata VALUES ('tagline', 'Entrepreneurship @ Princeton');
INSERT INTO metadata VALUES ('authors', 'Princeton Social Entrepreneurship Initiative');
INSERT INTO metadata VALUES ('username', 'princetonsei');
INSERT INTO metadata VALUES ('password', '#Ps12Ei34');
INSERT INTO metadata VALUES ('showcounts', '');
DELETE FROM feed_items;
INSERT INTO feed_items (title, link, text, created, published) VALUES (
'Chesscademy, a free chess learning site',
'http://www.chesscademy.com/',
'After working on Chesscademy nights and weekends during his summer internship, sophomore Andrew Ng launched his chess education startup on Hacker News and Reddit.',
TIMESTAMP '2013-11-10 01:00:00 -5:00',
TIMESTAMP '2013-11-10 01:00:00 -5:00');
INSERT INTO feed_items (title, link, text, created, published) VALUES (
'Dorm Room Fund uses undergraduate investors to promote student entrepreneurship',
'http://dailyprincetonian.com/news/2013/09/dorm-room-fund-uses-undergraduate-investors-to-promote-student-entrepreneurship/',
'Dorm Room Fund''s launch and first investment at Princeton.',
TIMESTAMP '2013-11-10 00:30:00 -5:00',
TIMESTAMP '2013-11-10 00:30:00 -5:00');
INSERT INTO feed_items (title, link, text, created, published) VALUES (
'HackPrinceton video feature on the Prince',
'https://www.youtube.com/watch?v=a856DjlXyj4',
'Woohoo!!',
TIMESTAMP '2013-11-13 13:00:00 -5:00',
TIMESTAMP '2013-11-13 13:00:00 -5:00');
DELETE FROM categories;
INSERT INTO categories (id, next_id, prev_id, slug, name, description) VALUES (1, 2, 0, 'do', 'Do', '');
INSERT INTO categories (id, next_id, prev_id, slug, name, description) VALUES (2, 3, 1, 'learn', 'Learn', '');
INSERT INTO categories (id, next_id, prev_id, slug, name, description) VALUES (3, 0, 2, 'connect', 'Connect', '');
ALTER SEQUENCE categories_id_seq RESTART WITH 4;
DELETE FROM sections;
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (1, 2, 0, 1, 'competitions', 'Competitions', '');
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (2, 3, 1, 1, 'funding', 'Funding', '');
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (3, 0, 2, 1, 'internships', 'Internships', '');
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (4, 5, 0, 2, 'courses', 'Courses', '');
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (5, 0, 4, 2, 'workshops', 'Workshops', '');
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (6, 7, 0, 3, 'clubs', 'Clubs', '');
INSERT INTO sections (id, next_id, prev_id, category, slug, name, description) VALUES (7, 0, 6, 3, 'trips', 'Trips', '');
ALTER SEQUENCE sections_id_seq RESTART WITH 8;
DELETE FROM data_items;
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (161, 162, 0, 'General Computer Science', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=002051&term=1142', 'An introduction to computer science in the context of scientific, engineering, and commercial applications. The goal of the course is to teach basic principles and practical issues, while at the same time preparing students to use computers effectively for applications in computer science, physics, biology, chemistry, engineering, and other disciplines. Topics include: hardware and software systems; programming in Java; algorithms and data structures; fundamental principles of computation; and scientific computing, including simulation, optimization, and data analysis. Two lectures, two precepts.', 4, '{"prefix": "COS", "number": "126"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (162, 163, 161, 'Advanced Programming Techniques', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=002065&term=1114', 'This is a course about the practice of programming. Programming is more than just writing code. Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve performance, and maintain software written by themselves & others. At the same time, they must be concerned with compatibility, robustness, and reliability, while meeting specifications. Students will have the opportunity to develop these skills by working on their own code and in group projects.', 4, '{"prefix": "COS", "number": "333"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (163, 164, 162, 'Innovating Across Tech, Bus, & Mkts', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=011558&term=1134', 'Course teaches engineering students about issues tackled by leading Chief Technology Officers: the technical visionaries and/or managers who innovate at the boundaries of technology and business by understanding both deeply, and who are true partners to the CEO, not just implementers of business goals. Focus will be on thinking like a CTO (of a startup and a large company) from technology and business perspectives, and on software and Internet-based businesses. Industry-leading guest speakers provide perspectives too.', 4, '{"prefix": "COS", "number": "448"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (164, 165, 163, 'Entrepreneurial Leadership', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=012025&term=1142', 'The mission of the class is to enable students to successfully create and lead enterprises by teaching the basic skills required to be a successful entrepreneurial leader. This class compliments EGR 491 "High Tech Entrepreneurship" which focuses on ''giving birth to a company'', by focusing instead on enterprise ''early child rearing''. The basic skills taught fall into three major categories: how to create and manage powerful relationships, how to know and manage yourself, in addition to understanding how organizations work as they evolve from the idea stage to become value producing, self-sustaining enterprises.', 4, '{"prefix": "EGR", "number": "497"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (165, 166, 164, 'High-Tech Entrepreneurship', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=002518&term=1142', 'This "hands-on" practical course introduces students to the analysis and actions required to launch a successful high tech company. Using several conceptual frameworks and analytical techniques, it addresses the challenges of evaluating technologies for commercial feasibility, determining how best to launch a new venture, attracting the resources needed to start a company (e.g. people, corporate partners, and venture capital), preparing comprehensive business plans, structuring business relationships, and managing early stage companies toward "launch velocity" and sustainable growth.', 4, '{"prefix": "ELE", "number": "491"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (166, 167, 165, 'Technology and Society', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=011280&term=1114', 'Technology and society are unthinkable without each other - each provides the means and framework in which the other develops. To explore this dynamic, this course investigates a wide array of questions on the interaction between technology, society, politics, and economics, emphasizing the themes of innovation and maturation, systems and regulation, risk and failure, and ethics and expertise. Specific topics covered include nuclear power and waste, genetically-modified organisms, regulation of the internet, medical mistakes, intellectual property, the financial crisis of 2008, and the post-fossil-fuels economy.', 4, '{"prefix": "EGR", "number": "277"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (167, 168, 166, 'Innovation Process Leadership', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=010155&term=1134', 'In today''s hypercompetitive global marketplace, innovation is the lifeblood of any business enterprise. This practical course exposes students to the fundamental aspects of leading the technological innovation process: from strategy formulation, idea generation, invention/concept development, through business plan preparation and decision making to commercialization, critical success factors, process optimization and corporate agility. It covers the basic practices required to become technology-savvy leaders in a complex technological society.', 4, '{"prefix": "EGR", "number": "437"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (168, 169, 167, 'Health Innovation and Policy', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=012296&term=1134', 'This course will review the policies that influence new technology development and use in the health care sector. The course will explore how governments promote health innovation and regulate safety, and it will familiarize students with the broader social and the institutional factors that influence technology development, uptake and diffusion in health care systems.', 4, '{"prefix": "MOL", "number": "402"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (169, 170, 168, 'Electronic Commerce', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=008004&term=1124', 'Electronic commerce, traditionally the buying and selling of goods using electronic technologies, extends to essentially all facets of human interaction when extended to services, particularly information. The course focuses on both the software and the hardware aspects of traditional aspects as well as the broader aspects of the creation, dissemination and human consumption electronic services. Covered will be the physical, financial and social aspects of these technologies.', 4, '{"prefix": "ORF", "number": "401"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (170, 171, 169, 'Environmental Entrepreneurship', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=011905&term=1124', 'Students will learn the process for developing and operating a business in our economy''s fastest growing field -- green business. Opportunities for profitable businesses will be identified and researched. The concepts of environmental stewardship and sustainability will be assessed together with market forces and economic development. Market analysis, organizational structures, management tools,and financial models will be constructed and evaluated both from the role of the entrepreneur and the investor. Students will produce environmentally-sustainable, socially responsible, and profitable business plans worthy of attracting investors.', 4, '{"prefix": "ENV", "number": "324"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (171, 172, 170, 'Critical Approaches to Human Computer Interaction', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=011914&term=1124', 'How do people use contemporary technologies -- like cell phones, MMORPGs, text messages, and social network sites -- in their daily lives? What impact do these systems have on relationships, mobility, global systems, activism, sustainability and art? And can we design new systems to support these experiences? This senior seminar will bring together students in the social and computing sciences in an introduction to qualitative studies in Human Computer Interaction (HCI), to examine our assumptions in computing systems and reach for new dimensions of user experience.', 4, '{"prefix": "SOC", "number": "409"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (172, 173, 171, 'The Lean Launchpad', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=010769&term=1132', 'This course provides real world, hands-on learning on what it''s like to actually start a high-tech company. This class is not about how to write a business plan. Instead you will be getting your hands dirty talking to customers, partners, competitors, as you encounter the chaos and uncertainty of how a start-up actually works. You''ll work in teams learning how to turn a great idea into a great company. You''ll learn how to use a business model to brainstorm each part of a company. Each week will be new adventure as you test each part of your business model and then share the hard earned knowledge with the rest of the class.', 4, '{"prefix": "EGR", "number": "495"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (173, 174, 172, 'Radical Innovation in Global Markets', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=010971&term=1122', 'Radical innovation solves big problems and alters the way we live, colliding with government polices as the effects ripple across national frontiers. Where do these innovations come from, how do they work, and what policy problems do they cause? This class examines the impact of technical innovation on a global scale. Students learn how innovations in areas such as satellite imaging, global positioning, internet search engines, and pandemic vaccines have a profound impact on foreign policy. Students learn to think about innovation from the standpoint of business managers, government regulators, social entrepreneurs, in very practical terms.', 4, '{"prefix": "EGR", "number": "492"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (174, 175, 173, 'The Anthropology of Development', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=010770&term=1132', 'Why do development projects fail? This course examines why well-meaning development experts get it wrong. It looks closely at what anthropologists mean by culture and why most development experts fail to attend to the cultural forces that hold communities together. By examining development projects from South Asia to the United States, students learn the relevance of exchange relations, genealogies, power, religion, and indigenous law. This semester the class will focus on energy and water.', 4, '{"prefix": "ANT", "number": "314"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (175, 0, 174, 'Ventures to Address Global Challenges', 'http://registrar.princeton.edu/course-offerings/course_details.xml?courseid=011993&term=1132', 'Focus: how entrepreneurial ventures - as compared with international aid programs, private philanthropy and corporate social responsibility initiatives - can potentially address major global challenges such as widespread poverty, intractable disease, slum housing and global warming that affect the lives and well-being of billions. Design: after overview of selected global challenges and the fundamentals of entrepreneurship, we will explore emerging and established ventures in each of these challenge arenas in more detail. Classes: combination of lectures and case discussions, interspersed with conversations with entrepreneurs.', 4, '{"prefix": "EGR", "number": "498"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (176, 177, 0, 'iOS Hack Class', 'http://princetoneclub.com/collection/hack-classes-2', 'Want to create the next revolutionary iOS app? Come to E-Club''s iOS Hack Class, and you will have the skills to do that!', 5);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (177, 178, 176, 'Web Hack Class', 'http://princetoneclub.com/collection/hack-classes-2', 'Come learn how to make stunning websites.', 5);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (178, 179, 177, 'Design Hack Class', 'http://princetoneclub.com/collection/hack-classes-2', 'Designing is at the center of technology. Come learn all about it at E-Club''s Design Hack Class.', 5);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (179, 180, 178, 'Idea Factory', 'http://princetoneclub.com', 'Idea Factory is a hub for diverse minds on campus to come together and drive innovative ideas or just learn about the latest trends in various fields. It’s a platform appropriate to any curious mind regardless of where you are in the process of entrepreneurship be it discovering your interest in potential opportunities, nurturing your nascent idea into a well-developed plan of action, or learning from the mentors in entrepreneurship for key insights. If you have a passion for thinking out-of-the-box, Idea Factory is the place for you! P.S. Free pizza!', 5);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (180, 0, 179, 'Speaker Series', 'http://princetoneclub.com/collection/speaker-series', 'The Princeton Entrepreneurship Speaker Series brings leading entrepreneurs, investors, innovators, and industry leaders to the Princeton campus to speak about their experiences, lead educational workshops, and inspire students to pursue entrepreneurship. The Series this year will feature 1-two blockbuster speaker events each semester that are open to all students, as well as a few targeted towards certain disciplines or audiences. Some of our past guests include Peter Thiel, Fred Wilson, Walter Isaacson, Meg Whitman, and Jack Dorsey.', 5);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (181, 182, 0, 'Hack Week', 'http://princetoneclub.com/collection/hack-week-2', 'Stay on campus for intersession and build a prototype that could form the basis of a startup in just a week, all the while getting mentored by big time entrepreneurs and attending classes with some of the best programmers and designers in the industry. You''ll get hands-on experience about both the technical and business aspects of doing a startup, and you''ll add an awesome project to your portfolio.', 1, '{"organizer": "E-Club", "on campus": true, "date": "2014\/01\/28"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (182, 183, 181, 'HackPrinceton', 'http://hackprinceton.com', 'HackPrinceton provides Princeton students with a wonderful opportunity to hack, work together and grow their technical skills and experience converting an idea from concept to reality. It’s also a wonderful way for students to learn new things and share what they know with others.', 1, '{"organizer": "E-Club", "on campus": true, "date": "2013\/11\/08"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (183, 184, 182, 'PennApps', NULL, 'PennApps is a 48-hour hackathon (app development competition) at the University of Pennsylvania where the top student engineers, designers, and entrepreneurs from universities all over the US come together to showcase technical achievements and compete for cash prizes.', 1, '{"organizer": "U. of Penn.", "on campus": false, "date": "NULL"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (184, 185, 183, 'TigerLaunch', NULL, 'The Princeton Entrepreneurship Club’s annual startup challenge. Submit a first round application answering a few questions about your startup idea and team. After semi-finalists are announced, you will be paired up with mentors and be able to submit either a product demo or a business plan.', 1, '{"organizer": "E-Club", "on campus": true, "date": "NULL"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (185, 0, 184, 'Princeton Pitch', NULL, 'Princeton Pitch is an annual competition organized by the Princeton Entrepreneurship Club that gives students the chance to win $1,000 for an entrepreneurial or social entrepreneurial startup idea they have. During the event, students have the opportunity to participate in mentorship sessions with tech revolutionaries as well as to receive constructive feedback from experienced entrepreneurs, faculty and fellow students.', 1, '{"organizer": "E-Club", "on campus": true, "date": "2013\/09\/25"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (186, 187, 0, 'Community-Based Learning Initiative', 'https://www.princeton.edu/cbli/', 'The Community-Based Learning Initiative (CBLI) connects students'' academic work with their interest in and concern for the communities around the University. Working with local nonprofits, students develop research projects, collect and analyze data, and share their results and conclusions, not just with their professors, but also with organizations and agencies that can make use of the information. Working with CBLI, students can do community-based research in courses, as a summer research internship, and as part of their junior paper or senior thesis.', 2);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (187, 188, 186, 'Dorm Room Fund', 'http://dormroomfund.com', 'Dorm Room Fund is a student-run venture firm that invests in student-run companies. Our team is all students and our mission is to inspire and support more careers in the startup industry. We believe that a relatively small amount of capital can help student founders take their ideas from the dorm room to the market. We are laser-focused on working with the best student talent in the world. We''re backed by First Round Capital.', 2);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (188, 189, 187, 'eLab', 'http://kellercenter.princeton.edu/elab/', 'The Keller Center’s eLab Summer Accelerator Program at Princeton University is a launch pad for student startups, a creative co-working space open, by application only, to some of Princeton’s brightest and most dynamic students. An exceptional 10-week long summer program awaits these students as they learn from the best innovators and investors and fine tune their nascent start up ideas to develop them into viable and scalable ventures. Over a period of 10 weeks, students will work together in a supportive community of fellow entrepreneurs, assigned mentors, and participate in training sessions and workshops.', 2);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (189, 190, 188, 'Tigerlabs', 'http://www.tigerlabs.co', 'Tigerlabs is an entrepreneurship campus founded by serial entrepreneurs & venture capitalists with the goal of organizing the fast growing but disjointed startup ecosystem of Princeton, NJ.', 2);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (190, 0, 189, 'Tiger2Tiger', 'http://www.tiger2tiger.org', 'Princeton University''s Class of 2002 has begun a legacy community service project to launch the Tiger2Tiger program, which will enable graduating Princeton seniors to pursue inspiring projects with immediate relevance and impact.', 2);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (191, 192, 0, 'First Round Capital Common Application', 'http://www.university.firstround.com', 'With this one application, engineering students can apply for summer internships or full-time jobs at over 170 amazing startup companies. Maybe you''re an algorithms and data junkie looking to work on insanely tough problems with a small team in SF, or perhaps you''re more interested in doing iOS development for an eCommerce company in NYC – just tell us about yourself, your interests and desired location and we''ll take care of the rest. If you''re a student, you can apply here now.Read more: http://firstround.com/article/Apply-to-work-at-170-startups-with-one-Common-Application#ixzz2g3GEPbgh', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (192, 193, 191, 'hackNY Fellows', 'http://apply.hackny.org', 'The hackNY Fellows program, now entering its fourth year, is an intense program designed to introduce students to NYC''s startup ecosystem by pairing the best technical minds with great New York startups.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (193, 194, 192, 'International Internship Program', 'http://www.princeton.edu/oip/iip/', 'Princeton''s International Internship Program (IIP) supports Princeton undergraduates who wish to undertake a summer internship abroad. IIP is partnering with an increasing number of University programs, departments, and centers to support internship placements in every region of the world and across diverse areas of professional and academic intets.
If you are a freshman, sophomore, or junior interested in spending a summer abroad doin, g work related to your academic concentration or interests, we encourage you to explore the listings on our website and to contact us with any questions.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (194, 195, 193, 'Keller Center Internships', 'http://commons.princeton.edu/kellercenter/internships/summer.html', 'Established in February 2005, the mission of Princeton''s Keller Center is to "educate students to be leaders in a technology-driven society". The Keller Center is creating new courses and strengthening existing ones that go beyond purely technical subjects to provide students a broader understanding of the global economic, environmental and cultural forces that shape and are shaped by technology. At the same time, the center is enriching students'' education by supporting student engineering projects in the community, providing internships, hosting a variety of lecture series, and exposing them to entrepreneurial opportunities.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (195, 196, 194, 'KPCB Fellows', 'http://kpcbfellows.com', 'Our KPCB Fellows Program offers outstanding college students from across the United States an opportunity to gain significant experience working on unique and challenging technical or design problems, and to develop new relationships that are meaningful to their cars.
Over the course of a summer, KPCB Fellows will be employed at our portfolio companies, , where they can develop their technical or design skills and be mentored by an executive within the company. Fellows will also be invited to attend private events held by KPCB and events hosted by portfolio companies, where they can meet other talented engineering and design students, network with luminaries in their respective field, and explore the San Francisco Bay Area.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (196, 197, 195, 'Nation''s Service', 'http://nationsservice.org/internships', 'Hello! Welcome to Nations'' Service, a resource for students and alumni looking for a way to do well by doingod.
This wiki is being developed so that it can be used as a free, collaborative resource f, or university students and alumni to explore a wide variety of career paths together, and to discuss alternatives to the seemingly limited options students see as they approach graduation.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (197, 198, 196, 'Career''s Services', 'http://www.princeton.edu/career/undergrads/internships/', 'Career Services is committed to assisting the undergraduate and graduate students, and alumni of Princeton University in all areas of career planning, including exploring career-related interests, applying to graduate or professional schools, and developing effective strategies for the pursuit of full-time employment, internships, or other experiential learning opportunities.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section) VALUES (198, 0, 197, 'Tiger Tracks', 'https://princeton.experience.com/experience/login', 'TigerTracks is Princeton''s electronic recruiting system that holds literally hundreds of listings for jobs, fellowships, and internships. New opportunities are continually added to TigerTracks!<br/>TigerTracks is used to manage the on-campus recruiting program which coordinates the visits of employers for interviews, information sessions, and other recruiting events. Check TigerTracks regularly to view upcoming employer events and on-campus interviews. You can also use TigerTracks to research and contact recruiters, manage your application materials, apply for positions, and sign up for on-campus interviews.<br/>Be sure to fill out your profile thoroughly once you have accessed your account. Keeping all sections of your profile up-to-date, especially your concentration and employment preferences, will ensure that you receive targeted email announcements from Career Services (on behalf of recruiting organizations) when relevant opportunities and events arise.', 3);
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (199, 200, 0, 'Princeton Social Entrepreneurship Initiative', 'http://princetonsei.org', 'PSEI is a family of students, alumni, faculty, and friends who, together, are changing the world for the better.', 6, '{"short_name": "PSEI"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (200, 201, 199, 'Princeton Entrepreneurship Club', 'http://princetoneclub.com', 'Our team of 40+ officers organizes events to teach and inspire students to pursue entrepreneurship. Go to our website to sign up for emails about our latest events:', 6, '{"short_name": "E-Club"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (201, 202, 200, 'Development Design Initiative', 'http://princetonddi.weebly.com/index.html', 'We create and foster Design Partnerships where students partner with local implementation partners to complete series of 1 to 2 year design projects. Have an idea for one? Please contact us!', 6, '{"short_name": "DDI"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (202, 203, 201, 'Engineers Without Borders', 'http://ewb.princeton.edu/site/', 'EWB-PU is dedicated to engaging the Princeton University community in addressing international development challenges through the design and implementation of sustainable engineering projects, drawing on the long legacy of "Princeton in the Nation''s Service and in the Service of All Nations."', 6, '{"short_name": "EWB_PU"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (203, 204, 202, 'Sustainable Fasion Initiative', 'http://www.sustainable-fashion.org', 'Founded at Princeton University in 2011, The Sustainable Fashion Initiative is dedicated to cultivating a culture of sustainability in the fashion industry that is grounded in the conviction of young consumers to live, create, and shop purposefully.', 6, '{"short_name": "SFI"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (204, 205, 203, 'Leadership for Change', 'http://princetonlfc.weebly.com', 'Leadership for Change envisions a Princeton culture in which leaders are not defined by position or title, but rather by students’ motivation to develop themselves and others as leaders, and by their ability to envision and effect change in their organization, community, and field.', 6, '{"short_name": "LFC"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (205, 206, 204, 'Association for Computing Machinery', 'http://princetonacm.com', 'The Princeton ACM is the student chapter of the world’s largest educational and scientific computing society, the Association for Computing Machinery (ACM). The Princeton ACM aims to connect and create a community for Princeton students of all majors interested in computer science. We hold regular events, such as our bi-to-tri-weekly all-night-long Hackathons (“Code@Night”), study breaks, and programming competitions. We also hold a variety of career events, such as a Resume Workshop (sponsored by Facebook) or mock technical interviews.', 6, '{"short_name": "ACM"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (206, 207, 205, 'Princeton Women in Computer Science', 'http://princetonwics.wordpress.com', 'Princeton Women in Computer Science (PWiCS) was formed in May of 2010 by two female computer science undergraduates who wanted to find a way to allow the small number of women in the computer science department at Princeton to meet each other and encourage other women to see how much fun it is to be a computer scientist. The group started out holding course advising study breaks for younger students, and now has grown into hosting many other kinds of events.', 6, '{"short_name": "PWiCS"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (207, 208, 206, 'Society of Women Engineers', 'http://www.princeton.edu/~swe/index.html', 'Our group is dedicated to promoting a sense of community among female BSE students, professors, and alumnae of Princeton and to introduce younger girls to the various opportunities offered by studying engineering. We hold study breaks and other social events throughout the year for interested students. Our calendar also includes various industry outreach opportunities. At two girl scouts events each year, local girls earn science and technology badges with members of our club. At our High School Colloquiums we help introduce high school students to the various branches of engineering and offer an insight into these fields that they might otherwise not consider studying.', 6, '{"short_name": "SWE"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (208, 0, 207, 'International Association of Hydrogen Energy', 'http://www.princeton.edu/~iahe/', 'IAHE‐PU stands for the student chapter of International Association of Hydrogen Energy (IAHE) at Princeton University. IAHE is a renowned international organisation, with a main objective to promote hydrogen as a sustainable energy carrier for the future. As one of the organisation’s pioneering student chapters in US, IAHE-PU will aim to engage the campus with learning more about hydrogen energy, its potential, its limitations, and the open questions motivating today’s cutting-edge research on alternative energy. Our group aspires to become an active member in the university’s Sustainability Plan, and to bring new technological perspectives to the existing efforts on campus. In addition, our group will also strive to connect PU students, especially those with an interest in energy technology or public policy, to the worldwide opportunities and professional mentorships sponsored by IAHE.', 6, '{"short_name": "IAHE-PU"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (209, 210, 0, 'Silicon Valley TigerTrek', 'http://princetoneclub.com/collection/silicon-valley-tigertrek', 'The annual Silicon Valley TigerTrek is a week-long trip organized by E-Club that a couple dozen students from Princeton University take into Silicon Valley to visit startups, meet with top entrepreneurs and investors, and learn more about startup culture.', 7, '{"organizer": "E-Club", "date": "NULL", "location": "Silicon Valley"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (210, 211, 209, 'NYC TigerTrek', 'http://princetoneclub.com/collection/off-campus', 'NYC TigerTrek is a day-long visit to the most vibrant startups on the East Coast.', 7, '{"organizer": "E-Club", "date": "NULL", "location": "New York City"}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (211, 212, 210, 'East Coast Startup Summit', 'http://www.ecstartupsummit.com', 'A conference bringing students from dozens of universities across the country around the wave of entrepreneurial expansion that is hitting the east coast.', 7, '{"organizer": "", "date": "NULL", "location": ""}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (212, 213, 211, 'Start @ a Startup Conference', 'http://www.businesstoday.org/conferences/start-a-startup-conference/', 'The Start @ a Startup Conference aims to connect East Coast college students with the best startups from around the country, especially those on the West Coast. The first Start @ a Startup conference was hosted in February 2013 on Princeton University’s campus and was a huge success. Students from the top East Coast schools will be coming together again for an interactive weekend of tech talks, workshops, and intimate discussions with venture-backed founders and engineering leaders. Students will attend educational and networking events on Saturday and startups will hold interviews with selected students for full-time positions and/or internships on Sunday. Think of it as an educational crash course on startup technologies and a potential career launchpad!', 7, '{"organizer": "Business Today", "date": "NULL", "location": ""}');
INSERT INTO data_items (id, next_id, prev_id, title, link, text, section, meta) VALUES (213, 0, 212, 'Stanford Entrepreneurial Bootcamp', 'http://bases.stanford.edu/e-bootcamp/', 'E-Bootcamp is an intensive conference designed specifically to target and strip away all of the potential weaknesses of our Bootcampers’ ideas and reforge them, ready for launch. Includes pitching and design workshops, marketing initiatives, media rundowns, sector-specific critiquing, and mentoring sessions with our all-star sponsors and partners.', 7, '{"organizer": "Stanford University", "date": "NULL", "location": "Stanford University"}');
ALTER SEQUENCE data_items_id_seq RESTART WITH 214;