
dhbridge.org
DH BridgeEncouraging Computational Thinking and Digital Skills in the Humanities
http://www.dhbridge.org/
Encouraging Computational Thinking and Digital Skills in the Humanities
http://www.dhbridge.org/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.4 seconds
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
19
SITE IP
151.101.40.133
LOAD TIME
0.375 sec
SCORE
6.2
DH Bridge | dhbridge.org Reviews
https://dhbridge.org
Encouraging Computational Thinking and Digital Skills in the Humanities
DH Bridge Curriculum
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Introduction to Computational Thinking. The curriculum is open source and available on Github. If you see something that could be improved or what to submit another module, send us a note via Github issues. Harassment include...
About DH Bridge
http://dhbridge.org/about
What is DH Bridge? DH Bridge workshops aim to build computational thinking and digital skills within the context of the humanities. Building on the model of RailsBridge. These one-day workshops seek to support a diverse coding community within the digital humanities with a curriculum tailored to the needs and questions of humanities scholars. In addition, such formats do not necessarily address the problems of stereotype threat. Celeste Tường Vy Sharpe. I’m Celeste Tường Vy Sharpe, a phd candidate in his...
DH Bridge at CSDH/SCHN
http://dhbridge.org/conference/2016/05/29/DHBridge-at-CSDH.html
DH Bridge at CSDH/SCHN. May 29, 2016. We are thrilled to be presenting a digital demonstration of DH Bridge at CSDH/SCHN on Monday, May 30th at the University of Calgary! Come by and say hi in MacKimmie 202B at 3:30! Encouraging Computational Thinking and Digital Skills in the Humanities.
Lessons Learned from “Bridging the Gap: Women, Code, and the Digital Humanities”
http://dhbridge.org/reflections/2015/05/06/lessons-learned.html
Lessons Learned from Bridging the Gap: Women, Code, and the Digital Humanities. May 6, 2015. Initially published on the Association for Computers and the Humanities. This fall we had the opportunity to launch DH Bridge. An open curriculum and workshop framework for teaching computational thinking in the context of the humanities, funded by an ACH microgrant. Borrowing liberally from Rails Bridge. Doi: 10.1145/1118178.1118215. For the DH Bridge curriculum, we wanted to provide concrete exposure to the way...
Computational Thinking Workshop, 1 November 2014
http://dhbridge.org/workshop/2014/09/01/first-dhbridge-workshop.html
Computational Thinking Workshop, 1 November 2014. Sep 1, 2014. August 11, 2014. Install Party and Coaches Dinner:. Research Hall, 163. Thursday, Oct 30. Drop in and get help with installations. Meet coaches and fellow participants. Saturday, Nov 1. Introductions and Lightning Talks. Workshop: Constructing and Querying Data with Python. Wrap-up and Next Steps. Association for Computers and the Humanities. Roy Rosenzweig Center for History and New Media. Digital Public Library of America.
TOTAL PAGES IN THIS WEBSITE
4
Moving to Phase Two
http://curriculum.dhbridge.org/modules/module06.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Moving to Phase Two. In this module we will learn to:. Add additional parameters to our API call. Create an empty list. Anatomy of a Python Script File. Just like when we are writing papers or structuring an argument, order m...
Save Results to a File
http://curriculum.dhbridge.org/modules/module13.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Save Results to a File. We are almost there! Create a New CSV File. As we did when we wrote our JSON results, we will start by telling Python to open a CSV file and assign to a variable. File should look like this:. Set Varia...
Thinking about Data
http://curriculum.dhbridge.org/modules/module02.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. In this module, we will learn to:. Use cURL or Invoke-WebRequest to talk to a server. Use an API to request data. Read JSON documents and think about how data can be structured. To do that, we first need to get a key from the...
Overview for Coaches
http://curriculum.dhbridge.org/modules/coaches-guide.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Welcome to being a coach for a DH Bridge workshop! Coaches will need to:. Foster collegial interaction between participants in their group, and encourage participants to collaborate and help each other when possible. There sh...
Working with the API
http://curriculum.dhbridge.org/modules/module04.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Working with the API. In this module, you will learn to:. Read API documentation to understand the possible queries. Limit search results with different variables. Open up the documentation for the DPyLA library. Result = dpl...
Oh, the Places You'll Go!
http://curriculum.dhbridge.org/modules/module14.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Oh, the Places You'll Go! You have completed the tutorial! Your brain should feel exhausted and you might feel a bit disoriented. This is normal! Is a useful resource: Learn Python the Hard Way.
Getting Data
http://curriculum.dhbridge.org/modules/module03.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. In this module, you will learn to:. Install new libraries using. Use the Python Interactive Interpreter to run basic Python commands. Load the DPyLA library and make an API request. In this module, we will use. Look at the la...
Functions and Loops
http://curriculum.dhbridge.org/modules/module07.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. In this module, we will learn to:. To create and call functions. To create a "for" loop and "append" (add) items to a list. We are now ready to start writing a function to gather all of the information we want from the DPLA.
Writings Search Results to a File
http://curriculum.dhbridge.org/modules/module09.html
Encouraging Computational Thinking and Digital Skills in the Humanities. Working with your Computer. Working with the API. Using Functions and Loops. Writing Results to File. Working with Local Data. Analyzing the Data (Part 1). Analyzing the Data (Part 2). Saving Results to a File. Writings Search Results to a File. In this module we will learn:. How to save our results to a file. Saving our Search Results. My first script.py. File, right under the ". Variable in the " Define Variables. Python has libra...
CV – Celeste Tường Vy Sharpe
http://celestesharpe.com/cv
Celeste Tường Vy Sharpe. George Mason University, 2016 (anticipated). PhD, History and Art History. Specialties: US History, American Art and Visual Culture, Civil Rights History, Digital History, Pedagogy. Dissertation (working title): They Need You! Disability, Visual Culture, and the Poster Child, 1945-1980. Dissertation Committee: Dr. Suzanne Smith. Chair), Dr. Ellen Wiley Todd. University of Calgary, 2011. California State University, Bakersfield, 2009. BA, History. Minor, Philosophy. Workshops held...
TOTAL LINKS TO THIS WEBSITE
19
:::: -This Site is Under Construction- ::::
This page uses frames, please update your browser.
FirstHeberg.com
Double Helix Brewing Consulting – Quality & Consistency Begin with Yeast Management, Quality Control & Quality Assurance
Double Helix Brewing Consulting. Quality and Consistency Begin with Yeast Management, Quality Control and Quality Assurance. Welcome to Double Helix Brewing Consulting! 8220;Quality and Consistency Begin with Yeast Management, Quality Control and Quality Assurance”. Double Helix Brewing Consulting offers a wide variety of Yeast Management, Quality Control and Quality Assurance services. All services adhere to the American Society of Brewing Chemists methods. Get detailed information here.
Intro « david hughes :: bricolage
David hughes : bricolage. Nebulus Galleries 2013: I-V. Nebulus Galleries 2013: VI – X. Nebulus Galleries: 2013 XI – XV. The Case of the Drowned Archive. I Run – NVTV. Summer – Winter 2014/5. These are rust cloths, doodles and acrylics made during my wanderings over the late summer, autumn and early winter of 2014/5. An installation of microwave ovens containing. Video, photographs and sound on Digital Photo Frames. Strule Arts Centre, Omagh, 4 – 30 April 2014. Part of: Selected – ADF Group Show.
DH BRIDAL STUDIO
DH Studio Location Map. Simply the best in photography. HIRING A CREATIVE PROFESSIONAL. Like many brides and grooms, your wedding could be the first time you'll be hiring a creative professional. Wedding is one of the most important and precious moment in one's life. Scheduling a wedding can be one the biggest and most hectic phase of anyone's life. It is believed that marriages are made in heaven and we just need to find out our perfect match. Fazrol and Sook kwan). Subscribe to: Posts (Atom).
DH Bridge
May 29, 2016. DH Bridge at CSDH/SCHN. We are thrilled to be presenting a digital demonstration of DH Bridge at CSDH/SCHN on Monday, May 30th at the University of Calgary! Come by and say hi in MacKimmie 202B at 3:30! May 6, 2015. Lessons Learned from Bridging the Gap: Women, Code, and the Digital Humanities. Initially published on the Association for Computers and the Humanities. This fall we had the opportunity to launch DH Bridge. Doi: 10.1145/1118178.1118215. It enables humanities researchers to formu...
THE BRIDGE LINE HISTORICAL SOCIETY - INDEX
History of the D&H. Our website has been up since September 12th, 1995. You are the. Visitor since December 28th, 2002. Thank you for visiting. Please tell your friends about this page. 14 October, 2015. Delaware and Hudson Railway Company. Trace the History through pictorial and written form, of the longest continually running transportation company in the United States. NEW 2016 CALENDAR ON SALE NOW! Bridge Line Historical Society. Albany, New York 12212. New Calendar for 2016. Rail graphics supplied b...
The Bright Family
CLICK HERE FOR BLOGGER TEMPLATES. Welcome to our family website! We are sharing our lives with one another and would now like to share our lives with you! God is showering us with his love as he continues to bless our marriage and our lives! We're so glad YOU are a part of our lives as well! Saturday, October 18, 2008. We got to take yet another camping trip this season last weekend, and we couldn't have asked for a more beautiful weekend. It was about 75 degrees and sunny and it was mid-October! Had pre...
DHB DEVELOPMENT - D'Alessandro House Buyers | Apartments For Rent Rochester NY
1117-208 S Plymouth Ave- RENTED. 1055-6 S Plymouth Ave- RENTED. 1117-206 S Plymouth Ave: RENTED! 1055-1 S Plymouth Ave- RENTED. 1055-2 S Plymouth Ave. 1055-3 S Plymouth Ave. 1117-108 S Plymouth Ave - SORRY RENTED. 1055-5 S Plymouth Ave. 1151-2 S Plymouth Ave - RENTED. 1151-3 S Plymouth Ave. 1117-107 S Plymouth Ave. 1117-205 S Plymouth Ave. 1117-105 S Plymouth Ave: RENTED! 1055-4 S Plymouth Ave. 1117-106 S Plymouth Ave. 1117-207 S Plymouth Ave. 1050-2 S Plymouth Ave- RENTED! 1050-3 S Plymouth Ave- Rented.
Coming Soon...
Personalised email address, create an email address
What is a personalised email address? This means fully customised, easy to remember email addresses. With our service you also get many valuable features not included with free addresses such as spam filters, virus protection and webmail. Ready to create your perfect email address? Need help with finding your perfect email address? Use our Email Wizard:. Or search for a specific email address:. Absolute-email offers you a personalised email address where you can create your very own perfect email address.
SOCIAL ENGAGEMENT