New paper about go_girl in Computers & Education

The new co-authored article led by Dr Tracey Denton-Calabrese entitled ‘Empowerment beyond skills: Computing and the enhancement of self-concept in the go_girl code+create program’ is out now! Use the link here for free full-text access.

Posted in Uncategorized | Comments Off on New paper about go_girl in Computers & Education

Outlook

After the fun online summer sessions, during which the young women developed a ‘Don’t touch your face’ app, the participatory sessions of the go_girl project have now come to an end, and we have started the evaluatory phase of the project. A few publications are in the pipeline, so please watch this space!

Posted in Uncategorized | Comments Off on Outlook

Response to Covid-19: ‘Don’t touch your face’ app

This post was written by go_girl pioneer Ruby!

Hello everybody. I hope you are all having a lovely week so far.

During our session on Tuesday, it was asked if we had any questions about the improvements we made on our app. I wondered if it was possible to position the eyes and the mouth so that the entire face moves as one instead of those features going all over the place.  Ken suggested that I try changing the X or Y blocks by different numbers to see if it would work. For example, I tried adjusting Y by -50. It was fun to experiment.

Next, Ken showed us how to share our projects using a URL to post on the Skype chat section. We will use blocks or sprites from each other’s projects to improve our own. I’m looking forward to doing it.

After we did our check-in on Friday, it was asked if we had any problems with our own apps functioning properly. My issue was that the playback of my voice recording was repetitive.  I wanted it to play the recording once while I touched my face. I debugged it by relabelling the block ‘Play sound Touching Your Face Warning until done’. I tried it afterwards and it worked. I also added a vector background of a book shelf to my program. Everyone thought it looked nice.  Afterwards, we published our programs to the Snap! website.

 

Next, Ken demonstrated a pose detection site using paper doll assets. Users can upload their own assets or use a sample set. The sample assets delineate Vincent Price who was an American actor, best known for playing characters in horror films. It was fun to see Ken doing poses.

Vincent Price3

This was our last session and before it ended, we said a big thank you to Ken and spoke about our experience with the entire course. I enjoyed using Skype for this but at the same time I missed going to classes in person. I learnt more about Artificial Intelligence than I had done before the course started. We will have another Skype meeting to reflect on our experiences of the course and plans for the future. I will be looking forward to it!

 

Posted in Uncategorized | Comments Off on Response to Covid-19: ‘Don’t touch your face’ app

Debugging our programs

Hello everybody. I hope you are having a great week so far.

During our Skype session on Tuesday, we shared our homework which was to play around with the “Don’t touch your face” program. I drew a pair of hands, eyes and a mouth. I also recorded my voice to use in the program.  When I moved close to the camera, the program warned me not to touch my face.  However, we needed to do some debugging for it to work when I moved further away from the camera as the mouth wasn’t moving with the other features.

Ruby face1

In this session, we also experimented with borrowing elements (e.g sprites or blocks) from other people’s projects and incorporating them into the projects we created.

In our Friday session, we discussed the homework and spent some more time with Ken working to debug our programs.  For example, I needed help figuring out how to get the eyes, nose and mouth to follow my movements in front of the camera. It was suggested that I should use the visible stepping function with the footprints button to work out what the problem was. Through this process we were able to detect that the problem was with the case of the letters I used for the sprite names (e.g. ‘Nose’ should have been ‘nose’).  Ken mentioned that some people say working on a program is 20% programming and 80% debugging.

Afterwards, I wanted to move the face sprite along with the eyes, nose and mouth. I added the ‘go to’ block with the ‘pose’ property one to follow where the nose was. It worked and I was happy with it.

We will continue to improve our apps until the final Skype session next week. I’m looking forward to it.

I will see you in the next blog post!’

Posted in Uncategorized | Comments Off on Debugging our programs

Creating filters and experimenting with pose estimation!

The post below was written by go_girl pioneer, Ruby.

Hello everybody, I hope you are all having a lovely week so far.

This week in our go_girl session I shared a filter that I created using sprites with the pose program on Snap! I drew a red nose, a purple wrist band and a pair of glasses.  I also enjoyed seeing the filters that my other go_girl teammates created!

Afterwards, Ken drew glasses and a big red circle for the nose. He then showed us how the glasses followed his eyes and the red circle followed his nose both at the same time, rather than the glasses or the nose moving separately from each other.  Our homework is to add more costumes to the program.

In our second session of the week, me and my teammates shared our homework.  I showed that I added more ‘filters’ to the pose program we played with last week. I drew an earring with the letter ‘L’ for my left ear and an’R’ one for my right ear. I also drew a pair of light pink pads for my shoulders.

Ken has been showing us ways to figure out how to debug our programs when we encounter problems.  He also told us about the new updated version of Snap! which is faster than the previous versions.

We learned about a program which warns you not to touch your face while sitting at a computer. The whole point of the program is to warn you when your hands are close to your face so you can avoid getting germs on your face. We experimented with different numbers for the confidence threshold and the distance threshold to see what worked best.  If you are close to the camera, the best number might be different than if you are far away from the camera.  I touched my face to see if the program worked and it did!  The program responded by saying, ‘Stop touching your face!’

Ken then showed us how to add a timer block to see how many seconds had passed since the last time your hands were close to your face. Whenever you stopped touching your face, the timer would stop.

Our homework is to play around and change how it works. For example, changing the costumes or recording a message instead of solely using text.  I’m excited about doing it and looking forward to next week when I’ll see you in another post!

Posted in Uncategorized | Comments Off on Creating filters and experimenting with pose estimation!

Image Recognition in Snap!

The post below was written by go_girl pioneer, Ruby.

Hello everybody. I hope you are all doing well.

In this week’s go_girl sesions on Skype, we worked in Snap! and focused on using costumes which can be drawings, photographs or imported images.  Ken demonstrated a sample program which he trained to recognise images of cats and dogs.  He also showed us how to add images to the program.  He then demonstrated a sample program trained to label pictures of a cat, a dog or a flower.  We learned the importance of providing enough training for the program to more accurately recognise each image.

On Friday, I shared the program I trained to recognise images of a daffodil and a sunflower. It was fun to do and I was happy that it actually worked. I am creating another program which I am training to recognise images of The Simpsons.  I hope to have it working soon.

Sunflower2Daffodil3In our session, we also focused on pose detection in machine learning. Google Creative Lab released a browser-based software called PoseNet for real-time human pose estimation. It can estimate where key parts are on the body and was created using deep machine learning. One of the best things about PoseNet is that it works in a browser without any special software or hardware (apart from a webcam).  Afterwards, we each had a turn at experimenting with a pose program on Snap!  It was able to recognise the location of my left ear and my friend set the program to recognise her nose.  We all enjoyed playing around with it.  Next, Ken shared how to begin training a program to warn you not to touch your face while sitting at a computer.

Nose1Our homework is to make our own filters (e.g. drawing glasses or a nose) using sprites with the pose program on Snap! I’m looking forward to trying it out!

I hope you all have a lovely weekend and I will see you in the next blog post!

 

Posted in Uncategorized | Comments Off on Image Recognition in Snap!

Repeat that please! Adding listening to your programs

The post below was written by go_girl pioneer, Ruby

Hello everyone. I hope you are all having a lovely week so far.

During our go_girl session on Tuesday, we had our usual check-in and afterwards I screen shared the sample programs I tried on the ecraft2learn website.  First, I demonstrated a program where you can turn a picture into 8 different paintings. It required a webcam and a GPU. For some strange reason, it only transformed the top left corner of the picture into these paintings rather than the whole picture.

Next, I played a game where you can pop virtual balloons with your hands or feet. The highest score I got was 16. It was great to play.  After that, we typed a sentence on Talk to Transformer and a neural network completed the text.  Some of the results were shocking and led to a discussion about bias in AI systems.  In this session, we also focused on adding speech to programs. We each had a turn at changing the rate, pitch or volume of a voice on Snap! It was fun to do.

Afterwards, Ken demonstrated a sample program using speech recognition. There were some problems with the program not repeating what was spoken.  Sometimes there can be problems with speech recognition such as an inability to access the computer’s microphone. Sometimes you have to repeat what you say (e.g. ‘Hello, how are you?’) for the program to work. We also had the opportunity to play around with a listening project on Snap! to test out its accuracy for what was being spoken and also its errors. It was fun.

Our homework is to try using many different commands in a program (e.g. changing colour, using sound effects, experimenting and enhancing it to do interesting things). I’m looking forward to playing around with it!

I hope you all have a lovely weekend and I’ll see you in the next blog post!

Posted in Uncategorized | Comments Off on Repeat that please! Adding listening to your programs

Understanding Artificial Intelligence (AI) Through Gaming

The post below was written by go_girl pioneer, Ruby.

Hello everyone.  It’s Ruby again and I hope you are all doing well.

I participated in my third session with Go Girl on Skype.  We had our usual check-in before sharing our creations on Snap! and NetsBlox using the screen sharing function.  One of the Go Girls used blocks to make a heart and an octagon on NetsBlox. I made a number guessing game where you can guess a number from 1 to 100.  If your guess is higher than the number, it will say your guess is too high.  If your guess is lower, it will say your guess is too low.  You keep trying until you get the number correct. I enjoyed making it and had fun playing.  My challenge is to use words like colder or hotter instead of too high or too low.

On Tuesday, we focused on AI (Artificial Intelligence). It is an attempt to get computers to do things that people can do that we would say are intelligent.  Alexa is a great example of this when we ask her to play music, games or answer questions.  We were asked if we would ride in a driverless car. Initially, I wasn’t sure because it could go wrong.  However, the others said that they would go because they would be keen to try it out.

Definition of AI

Afterwards, we had a discussion about a TED Talk video “The Danger of AI is Weirder Than You Think.”  The talk was given by Janelle Shane.  I thought it was interesting and funny, especially when she was talking about the strange ice-cream flavours AI came up with (e.g. Pumpkin Trash Break and Peanut Butter Slime). The key message of the video was that when we are working with AI, it is important to try and avoid problems and mistakes that may come down to communication. When we are communicating with AI, we have to understand what it can do and what it can’t.

Ken demonstrated some programs you can try out (e.g. Write With Transformer, AI Dungeon and Pose Animator). They were fun to play with and the homework was to try out more of these sites.

I completed my 4th session with Go Girl on Friday. We did our usual check-in before we screen shared the projects we tried out using the AI websites Ken recommended to us.  I shared what I did on Image Inpainting using the NVIDIA website which can remove unwanted content on a JPG or PNG picture, while filling it with a realistic computer-generated alternative.  You can try Image Inpainting by clicking the link below.

https://www.nvidia.com/research/inpainting/selection

I also tried out AI Dungeon. It is an open source text adventure game run by a text generation program.  It generates a story based on your actions as you play.  Next, Ken showed samples of the programs that are produced with AI Snap! blocks using the ecraft2Learn website. We each had a turn at trying a program. I had a go at writing a sentence to see how confident I was. I wrote ‘Yes, I think we can do it!’ and the result was that I was 102% confident.

This slideshow requires JavaScript.

Ken suggested that we experiment with more of these projects and then we’ll start to look at new blocks on Snap! during our next session.  I’m looking forward to our sessions next week and I’ll see you in another blog post!

 

 

Posted in Uncategorized | Comments Off on Understanding Artificial Intelligence (AI) Through Gaming

Introduction to Snap! & NetsBlox

The post below was written by go_girl Ruby.

Hello everybody. It’s Ruby. I hope you are all doing well during this unprecedented pandemic.

On 2nd June, we had our first Snap! session on Skype. The session was led by Ken Kahn, who is a senior researcher at The University of Oxford, Dept. of Education. First, he introduced himself and explained his background in programming. He did research in artificial intelligence, visual and concurrent programming before working on programming languages for children. Afterwards, we introduced ourselves and shared one thing that was good about our week, which for me was making mackerel and pea risotto for dinner.

Ken introduced us to Snap! which is a visual, drag-and-drop programming language. He showed examples of some of the work that has been done on the Snap! website. I enjoyed the session and I was looking forward to the second one.

6th June1

We did the second session on Friday 5th June. Before the session, I played around with Snap! and wrote ‘Hello, my name is Ruby’ using the pen tool. It was fun!  Ken then introduced us to NetsBlox, another visual programming language. We each had a turn at playing around with blocks, numbers and shapes. It was interesting to see different patterns and colours.

NetsBlox design 1

I’m looking forward to the next session and also sharing our progress in another blog post!

 

Posted in Uncategorized | Comments Off on Introduction to Snap! & NetsBlox

go_girl goes online!

Today Ashmita and I had the pleasure of meeting online with former go_girls.  It was wonderful to catch up and find out what they’ve been up to and how they’re coping during this unusual time.  We were thrilled to learn that, prior to the shelter in place order, Abbey was hired as an Archive Support Assistant at a local hospital.  She is anxious to get back to work as soon as it is safe and we are very proud of her!  In the meantime, she has been busy creating wood sculptures for the fence in her garden as she has a knack for woodworking.

Ruby has been busy developing her online presence by adding content to her blog and she is planning to show off her culinary skills on her YouTube channel.  We certainly miss the lovely baked goods she shared with us during previous in-person go_girl sessions! As usual, she has been cooking up a storm and enjoying time tidying up at home and working in her garden.

Julia has been spending her time working on Maths and Literacy schoolwork online.  However, she found time to paint her room, along with her sister, and neatly organise the contents.  She was very proud to show off her handiwork and I was impressed and inspired to try and do the same in my house!  She also showed us a lovely blue shawl she is knitting.

JJ wasn’t able to join us today.  She had a previously scheduled meeting with a client regarding a commission for a digital art piece.  Both Ashmita and I have commissioned pieces and we’ve been absolutely thrilled with JJ’s creations!

Now that we have successfully connected online, there will be even more excitement next week when we start our online sessions!  We’re truly fortunate to have our very own Ken Kahn leading the sessions.  Want to know what the young women will be creating in these sessions?  Of course you do, so stay tuned and we will share the details in our next post!  Until then, stay safe.

 

Posted in Uncategorized | Comments Off on go_girl goes online!

Keeping the go_girl pioneers involved in coding

In the current lockdown, team members Ken, Ashmita and Tracey are working on an exciting idea to keep the young women who have completed go_girl engaged and coding! Watch this space for more updates soon.

(pic. credit: commons.wikimedia.org)

Posted in Uncategorized | Comments Off on Keeping the go_girl pioneers involved in coding

SUCCESS for go_girl team member Ashmita

Huge congrats to team member Ashmita for winning a coveted spot on the University of Oxford Social Sciences SUCCESS programme! The training will support Ashmita and Tracey as they work to scale up go_girl. Watch this space!

Posted in Uncategorized | Comments Off on SUCCESS for go_girl team member Ashmita

Reconnecting with former go_girls

It was a joy to get together with former go_girls for an afternoon of pizza and great conversation. We are proud to say that the majority of the young women are either in education or employment, for example, working on GCSEs, continuing on a Masters Programme in Games Design, and working in a local pharmacy with plans to become a pharmacist. We are thrilled that they are continuing to focus on their goals for the future. We also heard from the young women about their hobbies (knitting, baking) and their recent travels and explorations in other countries and progress in trying new things to overcome social anxiety. We were also fortunate to have one of our former youth workers join us and she shared exciting news about her new business venture in Birmingham. The go_girl staff and participants are a close-knit group and we’re looking forward to our next get-together and following the success of our participants! Stay tuned for more news about the next iteration of go_girl.

IMG_0172

Posted in Uncategorized | Comments Off on Reconnecting with former go_girls

Sharing the go_girl mission

I was recently invited to present the work of the go_girl team to teachers and administrators at the Tucson Unified School District Teaching and Learning Summit (USA) and also to the University of Oxford IT Services Women in Technology Group for their Women in IT Public Lecture Series.  I shared about our history and described our dedicated interdisciplinary team and our mission, which is to empower highly disadvantaged young women who are NEET (not in education, employment or training) by helping them to clarify and broaden their aspirations and develop their capabilities in the use of digital tools, media production and coding.  One of our main goals is to help our participants develop a plan for transitioning into careers in coding, other tech-related fields or other pathways to independence.

The most exciting aspect of each presentation was sharing quotes from our participants like the ones below.

“People just think, oh, I’m making a PowerPoint presentation, but we actually made games … I didn’t know that you could actually do things like that.”

“I’ve learnt computer skills and coding. When I tell people about it, they’re quite fascinated because you never normally expect this interest to come from girls … Now whenever I’m playing Pokémon Go I’ll say to someone, ‘I know the software that was used to make Pokémon Go’.  I know how to use the software so I can make the game as well.”

These quotes illustrate ‘lightbulb moments’ of our go_girls realizing that they can be creators and not just consumers of technology.

Both audiences also got a glimpse at some of the games created by the go_girls and I shared the stories behind the development of those games.  It is always a pleasure to share the exciting work of the go_girl team and the positive impact on the lives of our participants!  Huge thank you to the Tucson Unified School District and to the University of Oxford IT Services Women in Technology Group for inviting me to speak.

Posted in Uncategorized | Comments Off on Sharing the go_girl mission

Go_girl team members win place on OXFO L.E.V8 Women 2019 Programme

Huge congrats to our team members Tracey and Ashmita for winning a place on the Oxford Foundry’s L.E.V8 Women’s 2019 programme for Go_Girl this summer, which is aimed at developing female-led early-stage startups! The knowledge gained from the immersive workshops and 1:1 mentoring will prepare Tracey and Ashmita to further develop the reach and impact of Go_Girl, with the potential to set up a social enterprise. We are very thrilled that Tracey and Ashmita are embarking on this inspiring programme and look forward to seeing where this exciting journey will lead!

Posted in Uncategorized | Comments Off on Go_girl team members win place on OXFO L.E.V8 Women 2019 Programme

Final Ceremony Day!

In front of a full house, the young women today presented their coding journey and shared their final go_girl projects, elaborating on challenges they encountered along the way, as well as their plans for the future. We could not be more proud of how far the young women have come since they started go_girl! We are excited to see what comes next for all of them.

Posted in Uncategorized | Comments Off on Final Ceremony Day!

Week 28: Project Presentation Preparations

Hello everybody, it’s Ruby. I hope you are having a lovely week so far. We did our usual check-in sharing one challenge and a high point from the last week before we worked on our presentations for the Go Girl graduation ceremony.

We had a discussion about what makes a good presentation. Abisola used the points from this discussion to deliver a presentation on how to deliver a presentation.

Notes from our discussion on what makes a good presentation

We got to critique Abisola’s presentation. We then we gave a trial run of our presentations, and we were given tips on how to improve them.


I’m looking forward to the final ceremony next week! See you on the next blog!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 28: Project Presentation Preparations

Week 27: Projects and Presentations Part 2

Hi everybody, it’s Ruby.

I hope you are all having a lovely week so far. We did our usual check-in before we worked on our individual projects. I’ve finished the content of my site, and I will work on the appearance before I complete the site.

Abbey worked on her project adding further complexities to the game. We both gave a small presentation about what we accomplished in the workshop.

Abbey working on her Scratch game


Next week, it will be the last proper Go Girl session, and we will be working on our presentations for the graduation ceremony.

I’ll see you on the next post!’

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 27: Projects and Presentations Part 2

Week 26: Projects and Presentations

Hello everybody, it’s Ruby again. I hope you are all having a wonderful week so far.

We did our usual check-in before we continued working on our individual projects. I worked on the content to each of my pages today. Abbey worked on her game and Paula offered us advice on areas we were finding difficult.

Paula supporting one of the students with their projects

We gave a 2 minute presentation on the progress of our projects
Next week, we will be working on our presentation slides for the graduation ceremony.

I’ll see you on the next blog post!’

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 26: Projects and Presentations

Week 25: Projects, Projects, Projects

Hello everybody, it’s Ruby again. I hope you’re having a lovely week so far. We did our usual check-in before we continued working on our individual projects. Paula showed Abbey a new platform that was more suited to her initial ideas, the MIT App Inventor. It can be accessed http://appinventor.mit.edu/explore/ . What was interesting about this website, was that is was very similar to the way we write Scratch code. As there may not be much time to learn a new system, Abbey decided to continue with her Scratch game.

Abbey’s initial designs for the app

I continued working on the HTML layout using a text-editor called Notepad.

At the end of the session, we gave out a short presentation about the progress of our projects and what we plan to do next.
I’ll see you on another blog post!’

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 25: Projects, Projects, Projects

Week 24: Project Twist and Turns & Python Twist and Turns with Turtle

Hello, everyone, it’s Ruby again. I hope you’re having a lovely week so far. We did our check-in before we continued working on our individual projects. I showed one of the staff my wire-frame sketches for the soda bread website and I also wrote some more content for the site. I used a text-editor called Notepad for HTML. Eventually, I will copy my written HTML content onto WordPress to save time.

Abbey had come up with a new concept for an educational grocery shopping game for primary school children on Scratch. In this session Abbey got very close to completing the game, so will be working on how to make the game more challenging.

After we had our 5 minute break, we went on to Python. We learnt how to drawing with turtle. A turtle is a black arrow that moves around a screen. We learnt how to draw a square using Turtle.

Ruby’s code, with outcome for a multicoloured square turtle

I’m looking forward to next week and I’ll see you on another blog post!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 24: Project Twist and Turns & Python Twist and Turns with Turtle

Week 23: Back to Projects

Over the next coming weeks until the end of the programme the Go Girl participants will be focusing on their projects. Below is what Ruby mentioned about the status of her project.

Hello everybody, it’s Ruby again. I hope you’re having a lovely week so far. We did our usual check-in before we worked on our projects. I designed the logo for my soda bread website using LogoMakr  I took a screenshot of my logo before I discovered that you had to pay for a high-resolution download. You can only download a low resolution version for free. I have set up the website using WordPress and I will use HTML to create the content.  

We went through the Arrays and Loops exercise homework before we finished the session.

Learning about arrays

Abbey had come up with the idea of creating an app that organises your makeup. Paula found an online website that provides a platform for app building called Ionic which can be found at https://ionicframework.com/. By the end of the class, Abbey realised that the functionality of Ionic was not compatible with her ideas. Abbey decided that her project would instead be a game, and that she would go away and think of a new idea!

Until next time!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 23: Back to Projects

Week 22: On a role with Python

This week, we are at it again with Python. The young women have really taken to the programming language and we (the team), are sure that it has something to do with the fact that we had taken our time with the Pseudo code and that there are very many similarities between this and Python. Initially we weren’t sure it was going to be well received, but as each week goes by, the ladies are completing homework on Python and challenging themselves further. This is what Ruby had to say about the session.

Hello everybody, it’s Ruby again. I hope you are all having a lovely week so far. We had a visitor, a careers advisor from Activate Learning to come and see what Go Girl does. We did our usual check-in before we went through the IF and IF-ELSE exercises that we did for homework.
Afterwards, we learnt about arrays in Python. An array is a list of values with the same data type. Each value in an array is represented by an index number. The first value in an array is always represented by the index [0].

We did two exercises. The first exercise was to make an array called names to store a list of 5 names and print out each name.The second exercise was to make another array called numbers to store a list of 7 integers of our choice. We printed the third item in our arrays and the second to the last item in our arrays.
Next, we used the .append, .pop, .insert and .remove commands. We were given a challenge to use the sort, ascending and descending commands.
In this session, we also learnt about loops. A loop is a sequence of instructions that is continually repeated until it reaches a certain condition. For example:for x in range(0, 5):print(‘hello’)


In the second half of the session we worked our own individual projects before we received a letter about the Go Girl graduation ceremony happening on the 19th June. I’m looking forward to the next session and I’ll see you on another blog post!’

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 22: On a role with Python

Week 20: Python mixed with the Natural History Museum

Hello everybody, it’s Ruby again. I hope you all had a brilliant Easter!

We did our usual check-in before we went through our Python exercises homework which was set before the break last week. The first exercise was to write a program that asks you to type in a number. It multiplies the number you enter by 10 and prints the result. We had to convert string input values to integers using int. We also typed in a decimal number, but realised it gave out an error message because a floating-point number isn’t compatible with multiplying by an integer (whole number).

The second exercise was to rewrite a program to ask the student to type in their age. The third exercise was to write a program that checks if two numbers entered by a user are equal. If they are equal, display, “They are equal” else; display, “They are not equal”. The fourth exercise was to write a program that checks the age of a voting person. If they are above the age of 18, display, “You are eligible to vote”. If they are under 18, display, “You are not yet eligible to vote”. We extended our program to also check if the person is registered. 

Afterwards, we went to the Natural History Museum. I had already been there a few times with my family before, but it was nice to go around with the Go Girl participants. We were each given a sheet to answer questions about the museum, which helped to look at the museum in a different way. I had a lovely time there.


I’m looking to the session next week and I’ll see you on another blog post!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 20: Python mixed with the Natural History Museum

Week 19: More Python

‘Hello everyone, it’s Ruby again.


In this session, we learnt about data types and using the input function. Every value in a programming language has a data type. A data type tells the computer what kind of value to expect.

Assigning values to a variable

There are 4 data types:

  1. Integers – They are whole numbers. There is no limit to how long an integer value can be as long as your computer has enough memory space. Integers are written as int. For example: print(6) print(246810121416182022242628303234363840 + 1)
  2. Floating-point numbers – They are decimal numbers. Float represents these type of numbers. For example: print(4.2 + 5) 
  3. Strings – They are a set of characters. The string type is represented by str.
  4. Boolean – This type may have one or two values: True or False. The type is called bool. We use Boolean values in programming to make comparisons and to control the flow of the program. For example: print(5 == 5)print(5 == 6)

You can check the data type of a variable. For example: the_value = 10print(type(the_value))<type ‘int’>

The difference between a single equals sign and a double equals sign is that a single sign is an assignment operator, whereas two equal signs are a comparison operator. 

The == operator is one of the 6 comparison operators; 

  • x != y – x is not equal to y
  • x > y – x is greater than y
  • x < y – x is less than y
  • x >= y – x is greater than or equal to y
  • x <= y – x is less than or equal to y

After the break, we learnt how to use the Input function. Since we started learning Python, we have been using the output function print (). The print function tells the computer to display certain values. The input function, represented by input (), accepts user input from an device such as a keyboard. It converts the input in to a string and returns the value. For example: name = input (‘What is your name?’) print (‘Hi’, name, ‘, nice to meet you!’)

At the end of the session, we were given homework to do exercises on our sheets. I enjoyed the session. Go Girl will be back on Wednesday 24th.

I hope you all have a lovely Easter and I shall see you on the next blog post!’ 

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 19: More Python

Week 18: Introduction to Python Programming Language

Hello everybody, it’s Ruby again.

I hope you are all having a lovely week so far.

We started of the session with our usual weekly check-in before we talked about the timelines for our individual projects.


In this session, we learnt Python. Python is a general purpose text-based programming language. Python is widely used because you can get things done with less code than other programming languages. To get started, we downloaded the latest Python Windows installer from https://www.python.org/. After it was installed on our computers, we opened Python from our start menus. The Python shell is part of the integrated development environment.

The 3 greater-than signs (>>>) are called the prompt. We typed in ‘>>> print (‘Hello World’) on the installed software. If you want to save the code, you have to copy the text and paste it on to a Word document.
We used an online editor called Repl.it to be able to run python code. It was easy to sign up to, and I did so using my Google account. The site allows you to save your codes to your account. The link to the online editor is: https://repl.it/

  • Variables are a place to store information such as numbers and text. It is also like a label for something. For example, to create a variable named ‘ruby’, we use an equals sign and then tell the program what information the variable should be the label for. Example: ruby = 100 print (ruby). This is assigning a value to a variable.
  • A string is a sequence of characters e.g. words or sentences. In Python, we create a string by putting single or double quotes around the text. For example, ruby = (“Why do birds fly?”), then to print what has been assigned to ruby, we type the command, print (ruby)
  • We did two exercises. The first exercise was to create a variable called “course” and assign the string value “python”. I created another variable called “rating” and assigned it with an integer value. I used the number 50. The second exercise was to write a program displaying ‘I love Python programming.’
    We were given homework to do exercises 3-6 on our Python sheets. I thought the session was fun.


It was Ashmita’s last week before she goes on maternity leave, so at the end of the session, we all had a slice of cake whilst Ashmita received presents for the baby.
Next week, we will be learning how operators work in Python.

I’m looking forward to the session and I’ll see you on another blog post!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 18: Introduction to Python Programming Language

Week 17: A deeper dive into personal projects

Hello everybody, it’s Ruby again.

I hope you are all having a lovely week so far.

We did a quick check-in before we gave our speeches about our individual projects to everyone. I have a few options for a project. One may be to revamp a website run by Herbal, Medicine, Naturopathy and Iridology practitioner. I will be using HTML, CSS and JavaScript. Another option is to work my own website showcasing photographs I have taken over the years.


We each filled out a sheet about our plans for the projects which followed a project life cycle addressing the points in the image below.

Project Development Life-cycle

The timeline for our projects is from 27th March to 5th June.


During the session, I compared the site’s layout to The National Institute of Medical Herbalists website. https://www.nimh.org.uk/ I did this to get a feel for the style of websites within this industry, and find a completed site that I can benchmark the site I am building against. On the NIMH website, I liked the overall layout and that each page has a different background image for the headings.


It was one of the staff members’ birthday last week and to celebrate, we each had a slice of Victoria Sponge cake. It was tasty!


I’m looking forward to next week’s session and I’ll see you on another blog post!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Week 17: A deeper dive into personal projects

Session 16 – celebrating the web and an introduction to personal projects

Hello everybody, it’s Ruby again. I hope you are having a lovely week so far. We started the week with our usual check-in and it was nice to hear about everyone’s weeks!
We talked about was the 30th anniversary of the World Wide Web on Tuesday. We were shown a video about it and it highlighted the difference between the internet and the World Wide Web. The internet is where computers connect to each other in order to share information, whereas the World Wide Web is where you view websites online.

I recently discovered that the founder Sir Tim Berners-Lee is a professor of the Department of Computer Science at Oxford University.
Next, we were shown a TED Talks video by Andrew Blum about the physical side of the internet. He talked about visiting the places where the internet physically exists, for example underwater cables, switches and servers which connect us. I thought it was absolutely fascinating.
For our homework, we were asked to find out where the data centres for our cloud storages are. I discovered that data centres for Dropbox, which is something that I use are in the USA.
The team checked some of our HTML and Scratch homework. One of the team played my Number Guessing Game on Scratch without me telling them how the game works, and were pleased to see it woek. One of the team set me a challenge to add a count block to see how many guesses the user gets whilst playing the game.
The team also suggested to add sources to the images we’ve used in our HTML image exercise homework.
After our 5 minute break, we had a discussion about the projects we will be doing in the next 3 months. It can be a website, a game or an app about a subject we’re interested in. There are five stages of making a project: Requirements, Design, Development, Testing and Implementation. We were also asked to write a speech about the project we are planning to do and why we are passionate about the subject we’ve chosen. I’m excited about doing it and planning it all out!
I’m looking forward to the next session and I’ll see you another blog post!’
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 16 – celebrating the web and an introduction to personal projects

Session 15 – Scratch contd.

Hello everyone, it’s Ruby again. I hope you’re having a lovely week so far.
We had our usual check-in before Paula asked about our homework which was to give a speech or presentation about a topic we’re interested in and doing my Scratch challenge which was to make each letter of my name move. I made them move by pressing each letter of my name on the keyboard. Paula said it was creative. I also changed the background on my ‘Aquarium’ project to one with bubbles in it.
Paula asked us to make a guessing number game using Scratch blocks. The user has to guess a number between 1 and 50. If the host number is greater than the answer, it will say that the guess is too high. If the host number is less than the answer, it will say that the guess is too low. The user tries again until they get the correct host number. It was a bit challenging to make, but it was fun at the same time.
At the end of the session, we gave our speeches to everyone. I did mine on cooking and my experience with it. After I finished, Paula said my presentation had a good beginning and a story. I also kept eye contact with the audience, but she said I needed my presentation to have a proper ending.
I’m looking forward to the next week’s session and I’ll see you on another blog post!
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 15 – Scratch contd.

Session 14 – Some HTML and Scratch challenges

Hello, it’s Ruby again.
I hope you all had a lovely week so far. We had our usual check-in before we went through our Scratch and HTML exercises homework. There was a choice to do one Scratch exercise and one HTML exercise or do all of the exercises. I’m proud to say that I did all of them. The first Scratch exercise was to move a fish using your arrow keys and adding another fish with a different colour to say, ‘Hello!’. The second Scratch exercise was to write our name using sprites or blocks and to make it interactive by changing colours or making a sound.
There were three HTML exercises. The first one was to write the squares of the numbers 1-20. Each number was to be on a separate line, next to it the number 2 superscripted with an equal sign and a result e.g. 5²=25. I also had to write 10 names with a line break between each one. The list was to be alphabetised and to do this, I had to place a subscripted number next to each name based on where it would go on the alphabetised list e.g. Kate₉. First, I wrote a unalphabetised list and then the alphabetised list. I gave both lists a <h1> heading. The second exercise was to create links to different search engines and create a page with a link at the bottom of it that when clicked would jump to the top of the page. The third exercise was to show 5 different images, skipping two lines between each image. I gave each image a title. I also had to display an image that when clicked, would go to the link of the search engine of my choice. I chose Google. We sent our HTML homework through email. The team showed what we did and they were all impressed with our work. We were each given a challenge to do. Mine was to make each letter move in my ‘Name’ Scratch project.
Next, we were shown a TED Talks video by Julian Treasure about how to speak to make people listen.
After the video ended, we moved outside as it was a warm and lovely day. On Tuesday 26th, it was Ashmita’s birthday. We celebrated with chocolate cake!
We had a discussion on our thoughts about the video. I thought it was interesting. I learned that we need to use less of the ‘Seven Deadly Sins’ of speaking: Gossip, Judging, Negativity, Complaining, Excuses, Exaggeration and Dogmatism. To make people listen to us, we would use Honesty, Authenticity, Integrity and Love.
We also had a discussion about how we would structure a presentation or a speech. One of the Go Girls said her way of structuring a speech or a presentation would be Point, Evidence and Explanation. I shared my experiences of doing presentations in the past. I have felt nervous before doing them, but once I did them, I felt relaxed.
At the end of the session, we were given homework to write a speech or create a presentation about a subject which interests us.
I’m looking forward to the next session and I’ll see you on another blog post!
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 14 – Some HTML and Scratch challenges

Session 13 – HTML and an introduction to Scratch

Hello everybody, it’s Ruby again. I hope you all had a lovely week so far. We had our usual check-in before we went through our homework which was to write an HTML page about our role models in the STEM sector. I chose Joy Foster because she has always been supportive of what I’ve wanted to do and that has motivated me to keep going. In my page, I included color, font and image tags.
We sent our HTML pages through email. The team showed what we did and they were impressed with our homework – I did feel proud of what I had accomplished!
One of the girls had some errors with her HTML page and I was able to help her out with debugging her code to get it working correctly. It’s nice to be able to work in a group and help and learn from one another.
After we had our 5 minute break, we started to use Scratch. I said in my previous post that the last time I used Scratch was at secondary school. It is a visual programming site. You can drag and drop whereas HTML is text based. After I created my Scratch account, we were given a task to produce an interactive card. I started doing a birthday card for my brother and I used a sprite called Ruby, a birthday cake and I made a table for the cake to rest on.  It was fun to make.
At the end of the session, we were given homework which is to do Scratch and HTML exercises.
We will be doing Scratch again next week and I’m looking forward to it.
I will see you another blog post
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 13 – HTML and an introduction to Scratch

Session 12 – Celebrating women in science and HTML practice

Hello everyone, it’s Ruby again. I hope you all had a good week so far. We went to a different room as there was a lecture going on in our usual room, which was interesting as we got to see a different part of the Department of Education at the University.
Monday 11th was International Day of Women and Girls In Science. The team discussed who their female role models were in the sector and why they were their role models, and challenged us to think about who are role models could be.
We were given homework last week which was to write an HTML page about our safer internet pledges. I shared my HTML page about turning off chat heads from Facebook Messenger and my digital detox.
We had a recap on what we learnt about HTML last week. We created an HTML page containing each letter of our names in a different colour. I had R in red, U in purple, B in Blue and Y in Yellow. Then, we made another page writing each character of ‘GOGIRL2019’ in different heading sizes. Initially, I had a debug in the ‘I’ part. It showed the forward slash, h4 and the closing bracket. I fixed this by adding the opening bracket. We tried to see how far the heading sizes would go. I learnt that ‘h7’ is how far it can go. We also changed each letter of ‘GOGIRL’ to a different font.
At the end of the session, we were given homework to do. It is to write a paragraph about our female role model in STEM and why. We will use the tags we learnt and a tag that the class hasn’t covered yet. I will be using the IMG tag for mine.
Next week, we will use Scratch. It is a free programming language and online community where you can create your own stories, games or animation. I used it before in ICT at secondary school.
I’m looking forward to the next session and I’ll see you on another blog post!’
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 12 – Celebrating women in science and HTML practice

Session 11 – Learning about a safer internet and an introduction to HTML

Hi everybody, it’s Ruby again. I hope you’ve had a good week so far.
We had our usual check-in with 2 new visitors. They were there to see what Go Girl is about and the fun we have.
This Tuesday was Safer Internet Day. We had a discussion about how to stay safe online, for example using privacy settings and never giving out your personal details publicly on the internet. We were shown a video that UK Safer Internet Centre had made about consent (Which you can view in the link below).
We discussed our own experiences with staying safe online, especially when using social media sites.
Afterwards, we were asked about what we would do to stay safe online more. Mine would be to do a digital detox for the whole weekend and switch off chat heads from Messenger. We wrote them down and shared what they were.
We had a 5 minute break and sang some songs, which was a great way to relax and get to know about the girls’ interests!
We were asked about the difference between blogs and websites. Blogs is about writing or sharing what you’re views whereas a website is a series of pages, images and text. I discovered an easy way which you can view seeing a back-end of a web page or site. You right click ‘View page source’ to see the HTML and CSS of the page and how it functions. There are elements which are represented in different colours. The blue element represents hyperlinks, purple represents HTML tags (To help structure the page.)  Head represents the title of your HTML document and body represents the text of what you’re writing. We were asked what HTML stands for. It is Hyper Text Mark-Up Language.The purpose of HTML is to create the basic elements for a webpage.
We started to do HTML using a text editor called Notepad. I learnt that if you write something without using HTML on Notepad, it will appear exactly the same way you made the document. If you want your Notepad document to appear as a webpage, write it in HTML and change the file name from txt to html. Then, you can view it on a web browser of your choice.
At the end of the session, we were given homework to write an HTML page about how we can protect ourselves more about being safe online.
I enjoyed the session. I have done a bit of HTML and CSS in the past using sites like Codecademy. As some of you may know, I want to do some web designing/developing in the future.
I’m looking forward to revising more HTML next week and I’ll see you on another blog post!
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 11 – Learning about a safer internet and an introduction to HTML

Session 9: Pseudocode success and a game to think about budgeting!

Welcome back everyone! It’s been quite the week in Oxford so far. We’ve experienced our first snowfall, which was beautiful to see and distracted us oh so briefly from the planning for this week’s session!

We decided to switch gears this week , and pivot from Pseudocode and HTML to some lessons in finance. Not before checking in on the girls’ homework though! After our weekly check-in we went through the homework problems set to challenge the Go_Girls while at home. We dicussed the solutions that the girls had come to, and happy to report success on all counts! It was great to see the different approaches to the same problem – a fantastic opportunity for the young women to see how creative coders can be, and how each coder can almost have their own unique signature on the piece of code that they write!

20190123_144016

Examples of different approaches to pseudocodes for printing a pass or fail message for a particular grade

After a well-earned break, our young women played a great game that our new youth worker Abisola (read her bio here), had found on the excellent resource put together on the Barclays Life Skills website .

The game provided the young women with a set amount of money that they had each month, and then took them through various choices of debit, credit and life events as the young women rolled their way around the board. We covered wide ranging topics from what saving can look like, payday loans, and challenged the young women to think about how they would make choices with money. It turned out to be quite competitive game as the young women worked to be the one with the most saving by the end of the month, providing some entertaininment while being highly informative along the way.

We will pick back up next week with another session on finance – see you next week!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 9: Pseudocode success and a game to think about budgeting!

Session 8: Psuedocode and an introduction to blogging

Hello everybody, it’s Ruby here. I hope you all had a great week so far.
We had Domino’s Pizza for lunch. I had margherita, pepperoni and veggie pizza with a chicken wing. It was delicious!
We had our usual check-in before we went through our homework which was set last week about numbers and printing colours. It was challenging doing pseudocode to begin with, but it has gotten easier for me over the last few weeks.
The last task we did was to create a blog on WordPress.
img_8969
I made my personal blog called Ruby’s Reflections, which you can click below. I have used WordPress in the past by writing a blog during my time at Made With Joy and letting visitors know that a fansite gallery was updated.
At the end of the session, we were given homework to do. The first one is to read a student’s grade for an exam. If the score is greater or equal to 60, then we print pass or else, they fail. The second one is to read in a age of a voter. If the person is older or equal to 18, then we print they can vote or else, they must be registered to vote. If the person is younger than 18, then they are too young to vote.
Next week, we will go through pseudocodes and our homework. We will also be writing HTML in our blogs and potentially about the basics of finance. I have done a bit of HTML and CSS before using Codecademy.
I’ll see you on another blog post!
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 8: Psuedocode and an introduction to blogging

Session 6: WHILE loops and some Xmas fun!

Hi, it’s Ruby again,
We’ve finished our last Go Girl session before the Christmas holidays yesterday. The Go Girl team gave us a Christmas card and a bag of Celebrations each.
First, we had our usual check-in before we did a recap of Pseudocode and using the WHILE condition or loop in our programs. We wrote a WHILE condition for one of the programs that we’ve created. I included a WHILE loop for my ‘MakingMarmiteOnCrumpet’ program.
while loop
We practised WHILE conditions for printing out numbers. I initially found using the WHILE condition in my programs hard, but I’m now finding it easier. At the end of the session, we were given homework to do during the Christmas holidays.
It was my birthday last Thursday and the Go Girl team gave me a birthday card and a chocolate cake which was lovely.
After the session, we all walked down to Nando’s at The Westgate Centre. I had 2 Portobello mushrooms and halloumi wraps with extra-mild spiced chicken breast burger and chips. It was delicious!
girls at dinner
Go Girl will be back on Wednesday 9th January.
I hope all of you have a very merry Christmas and a Happy New Year!
girls and xmas tree
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 6: WHILE loops and some Xmas fun!

Session 5: Learning about healthy relationships

Hello everybody, it’s Ruby again.
We’ve just finished our session for this week. We had sandwiches, crisps and salad for lunch. It was delicious!
First, we had a check-in about what we’ve been up to and the challenges we’ve faced in the last week.
For today’s session, we talked about what makes a relationship healthy or unhealthy. We were shown a video about it before a discussion. You can watch the video by clicking the link. https://youtu.be/UB9anEZx9LU
Every healthy relationship is based on respect, equity and communication. We learnt that to have a healthy relationship you have to let people be themselves, accept them for who they are, respect their opinions and not pressuring them to do something they don’t want to do.
Always be honest and say what you and mean what you say.
Unhealthy relationships can happen due to being complicated or having a lack of respect. Some of the Go Girls shared their stories about experiencing unhealthy relationships to and it was helpful to share our stories from one another and learn how each of dealt with different issues.
The most important message was to feel good about ourselves as well as others.
This session was insightful – It was a fascinating topic to discuss.
For our last task, we wrote about what makes us feel good about ourselves on post-it notes. One of the things I wrote was people respecting me for who I am.
After the next Go Girl session, we will go out for a Christmas dinner. I’m looking forward to it.
I will see you in the next blog post!’
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 5: Learning about healthy relationships

Session 4: Staying safe online & mastering pseudocode

Today was all about protecting our digital self and staying safe online, and about mastering pseudocode. It was amazing to see how daily activities – like making a Marmite sandwich – can be broken down into individual steps using statements, loops, and conditions, and writing entire programmes with it. We look forward to continuing the fun next week!

Posted in Creative coding sessions 18 | Comments Off on Session 4: Staying safe online & mastering pseudocode

Mid-term holiday!

After this month’s last session before the mid-term break, the Go_Girl project will be on holiday next week and the week after. We can’t wait to resume the sessions on 5 December!

Posted in Uncategorized | Comments Off on Mid-term holiday!

Session 3: Learning some pseudocode

Hello, it’s Ruby again. We’ve finished our session for this week and I had a great time. First, we had Domino’s pizza for lunch and it was delicious!
 
Then, we had a check in about what we were up in the last week. Abbey passed her driving test and all of us were so proud  of her 🙂 
 
Next, we had a recap about what we learnt last week. It was fun going over our tasks using the concepts of coding to stack cups and coming up with dance moves.
 
Afterwards, we had a introduction to Pseudocode. It is a description of what a computer programme or a algorithm must do and it’s usually expressed in formal language rather than programming language. Our first activity was to write Pseudo-codes for simple everyday tasks e.g. making a toast for breakfast. After we finished the first exercise, we wrote another Pseudocode, but with IF statements. It is a programming conditional statement that, if proved true, performs a function or displays information. I enjoyed learning about and writing Pseudo-codes. In our next session, we’ll be learning about loops. 
 
Go Girl will be taking a break for 2 weeks as some of the staff members are away , but we will be back in Decemeber
 
I’m looking forward to our next session in December and I hope to see you on another blog post!
Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 3: Learning some pseudocode

Session 2: Getting to know each other

Hello, my name is Ruby P. and I’m new to the Go Girl project. I’m a guest blogger for today. We’ve just finished our first session and it was fun. I got to meet all the girls who are also taking part in the project.

Before the session, a few of us went to job fair at the BlackBird Leys Tech Campus. It was a great experience to meet people and talk to them about about the Go_Girl program.

WhatsApp Image 2018-10-31 at 15.37.15

First, we folded one paper into half. On one side, we wrote our name and on the other side, we wrote a word beginning with the letter of our names which described us. I was Respectful Ruby.

WhatsApp Image 2018-10-31 at 15.37.17(1)

The next task we did was go on a website called ‘I Could’. We took a quiz which described our personalities and which jobs would come up. Our result would be an animal. I was a polar bear and one of the jobs that came up was a web content editor. The funniest result was a clownfish! If you’re interested, this is where you take the test: https://icould.com/

Afterwards, all of us were split into pairs and Colleen came up with 5 questions each. I would write down my partner’s answers and she would write down mine. Questions included our favourite food, the most random food we’ve had, what our dream job would be, a charity or a cause we are passionate about and a thing that annoys us the most and what we could do to sort it out. It was fascinating that many of us have a charity or a cause that we are passionate about.

We went through some important group rules before we finished the session.

I’m looking forward to doing some coding next week, and I’ll see you all again on another blog post!

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 2: Getting to know each other

Session 1: Go_Girl is back!

This week we had our first 2018/19 Go_Girl session – a Meet and Greet for our new cohort of young women. Staff members had an opportunity to introduce themselves and share a bit about their personal journeys and our new Go_Girls shared some of their goals and interests with us. Some are keen to develop web design skills building on previous experiences gained in courses on HTML and CSS from Code Academy. Others are interested in photography and creating apps to make life easier while also working to get GCSEs and progress to A-levels. It was a real pleasure getting to know the young women and we are looking forward to working with them and helping them to create their desired projects and plan pathways for transition into education, employment, training or volunteer work.

If you’re not familiar with the Go_Girl Code+Create programme, check out our video at https://gogirloxford.org/2016/09/15/1175/ and keep checking our blog site for regular updates.

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Session 1: Go_Girl is back!

Countdown to the first 2018/19 Go_Girl session!

This week Go_Girl staff members met to discuss plans for Go_Girl 3.0. We are thrilled to be able to offer the programme for a third year and we are happy to welcome Colleen, our new Project Officer. The team had a lively discussion about our plans to make this year’s Go_Girl programme even more exciting and beneficial to the new cohort of young women. We will have guest speakers, planned outings, fun goal setting activities and, of course, exciting and creative coding sessions. We’re also really lucky to have some of the Go_Girls from last year returning to support and mentor the new group.

Our first session will be starting soon, so stay tuned to our blog for updates. It’s going to be a great year!

20181002_144121

Posted in Uncategorized | Comments Off on Countdown to the first 2018/19 Go_Girl session!

Rebecca’s journey after Go_Girl

As we start to prepare for our third cohort of Go_Girl, we’ve spent the last few weeks catching up some of the young women from our last cohort as they embark on their journeys post Go_Girl.

This week we caught up with Rebecca, who is embarking on a new course today! Join us in wishing her luck as she starts an NVQ3 in Business at college in Oxford. Not only is she challenging herself with a new course, she plans on coming back to support us in our work with Go_Girl as a peer mentor for the new cohort, which we are really looking forward to! Rebecca has used the time with Go_Girl exploring her interests, and is looking to go off to university in 2 years. We can’t wait to see what the future lies in store for Rebecca!

20180925_164544

Posted in Uncategorized | Comments Off on Rebecca’s journey after Go_Girl

Girls, Coding and BBC micro:bit

Tracey and I were delighted to be invited to a workshop at the IET, hosted by the Micro:bit Educational Foundation, to discuss gender inequality in digital and computing education.

In just a couple of years the micro:bit has become a global phenomenon, and is now utilised by communities in 50 different countries around the world. Back in 2016 this handheld, fully programmable computer was given to every single 11 year old in the UK. It comes in packs like this one below, and can be coded to perform all kinds of tasks, games and activities.

 

IMG_6448

What the micro:bit team have come to realise, however, is that in order to realise their ambitions of enabling every child to create their best digital future some groups of young people may need extra support.

Data published this January by the Department for Education showed that in comparison to 4.5 per cent of males, only 0.4 per cent of females taking A-levels chose computer science in 2017. A 2016 World Economic Forum report argued that unless gender inequality in the technology industry is addressed, then gendered pay and power gaps will only deepen as the sector continues to grow.

It is important to remember that this is not just a technical issue, but a social problem that we are facing here. With that in mind, micro:bit convened a room full of diverse female experts in technology, education and gender to discuss how to engage more young women in their work and shape not only the future of the tool itself, but also the supportive environment around it.

 

IMG_6436

After introductions, the day kicked off with a roundtable discussion where we were all able to share our top three points on the barriers and enablers for girls in coding and making. This proved to be a very lively and engaging debate, with ideas flying across the room and lots of laughter.

The points raised roughly fell into four categories – ‘Technology’, ‘Messages and Resources’, ‘Communities and Peers’ and ‘Sector Leadership and Partnership’.

After a lunch break, we moved onto forming smaller working groups to explore solutions and strategies that micro:bit could take up within these four themes. At all times it was necessary to remember the key groups that micro:bit, and other educational technology initiatives, need to be thinking and connecting with.

IMG_6437

Tracey and I were keen to ensure that the needs of girls without access to technology resources, or indeed without strong support systems, were acknowledged throughout the discussions. It was really encouraging to hear that this is also a priority issue for many of the other female influencers in the room. Connecting up with key contacts in disadvantaged young women’s lives, in particular youth and community workers, is vital. It was also suggested that the micro:bit packs could come with a complementary handheld device that can be used to write the code that powers the device, as not all young people have access to computers or smartphones.

Over all the day instilled in me a great amount of optimism for the future. It was exciting to be in a room of such inspiring female experts all striving to shape our technological future into one that is accessible to all. We are looking forward to seeing how micro:bit takes on board the feedback generated today, and will be exploring how this device could play a role in Go_Girl 3.0.

Many thanks to the micro:bit team for this great experience!

Posted in Uncategorized | Comments Off on Girls, Coding and BBC micro:bit

Go_Girl 3.0 – new sessions starting soon

After our reunion with the young women from last year’s cohort, we have started to recruite this year’s participants. We are thrilled that the Go_Girl project will re-start its weekly sessions in the Autumn with a new cohort of young women and can’t wait to meet them! Over the summer we came up with lots of new ideas for coding activities and look forward to sharing them with the young women.

We are delighted that Colleen, who came along to the reunion last week, will be joining the team this year as our new youth worker and project officer. Welcome Colleen!

More updates to follow soon…

Posted in Creative coding sessions 18, Uncategorized | Comments Off on Go_Girl 3.0 – new sessions starting soon

A Fun Reunion!

This week the Go_Girls and staff members came together for an afternoon of pizza and good conversation. It was exciting to hear about the education and career plans of the young women. They are pursuing a variety of options including pediatric first aid courses, social care, and youth and community development. One of the young women plans to continue developing her knitting business while she attends college while another is learning how to drive so she can become more independent. Others shared their recent experiences of applying for jobs and apprenticeships.

We are thrilled to announce that JJ, Go_Girl participant, creator of the Go_Girl mascot and freelance designer/animator, has been accepted onto a Masters course for Games Design and Development at the National Film & Television School! She plans to work in industry after she earns her degree. We look forward to seeing her new creations!

We are extremely proud of each and every one of our Go_Girls and will continue to support and encourage them as they pursue their goals.

Go_Girl photos 28 August 2018

Posted in Creative coding sessions 17, Uncategorized | Comments Off on A Fun Reunion!

“It’s been a great day!” – Go_Girl participant JJ’s meeting with Catherine Best

Having successfully completed Go_Girl a few weeks ago, the young women are now embarking on their own journeys, following their individual ‘road maps’ which they have crafted together with the team over the course of the programme.

Today, Go_Girl project participant and freelance designer/animator JJ met with the acclaimed jewellery designer Catherine Best. Asked about her day and what she had learnt, JJ said: “It’s been a great day! It’s not always about being the best, it’s about building relationships and being a positive influence on one another.” Thank you, Cathy for your inspirational guidance and mentorship! JJ, we look forward to seeing where your journey will lead you next!

Posted in Uncategorized | Comments Off on “It’s been a great day!” – Go_Girl participant JJ’s meeting with Catherine Best

Day at the Farm-ability!!

Mel took the girls to the Farm, to experience life working on a farm.

Posted in Uncategorized | Comments Off on Day at the Farm-ability!!

Go_Girl at IT Challenges 2018

We had fun showcasing some of our work at today’s IT Challenges 2018!

Posted in Uncategorized | Comments Off on Go_Girl at IT Challenges 2018

The Awards Ceremony

After months of hard work, learning (and fun, of course!) the Go_Girl Awards Ceremony had finally arrived! This evening would give us a chance to celebrate all of the achievements that the girls have made over the past year, and hear about their amazing final projects! A very happy occasion indeed!

Slide 1

The evening kicked off with an inspiring speech from Melanie Jewell, Oxfordshire County Council youth worker and unofficial Go_Girl Queen ❤ Mel’s journey to where she is today is incredibly moving and a real triumph over adversity – there was hardly a dry eye left in the house after she’d finished her story, and paid tribute to the accomplishments of this year’s Go_Girl group. The Go_Girl project would be nothing without Mel and all of her hard work!

Mel with gifts

Then we were onto the girls’ own presentations. The build-up to this moment had been rather nerve-filled for many, but all of the young women conquered their nerves and delivered powerful speeches to the packed room. Lots of friends, family and other supporters had turned out to cheer the girls on!

Mental health monsters

The Go_Girls bravely shared the motivation for their projects, which included their own experiences with mental health difficulties. One of the Go_Girls had created a game where players can defeat different mental health ‘monsters’, as seen above. A team of two Go_Girls had also created a website to raise awareness of domestic violence, an issue very close to their hearts.

DAHS

Another Go_Girl had created a game to raise awareness of animal protection issues. The game enabled people to learn more about different dog breeds. The very cute pictures of dogs got more then a few ‘Awwwws’ from the audience!

Animal quiz game

The hard work that all of the Go_Girls have put into their projects was palpable – a wide variety of IT skills have been learnt over the past year in order to make their plans a reality. Some of the young women had put CSS and HTML into practice in order to build websites, whilst others had learnt how to use app prototyping programmes. One Go_girl had mastered Unity in order to build a fantastic game featuring her own self-designed animations.

Following the presentations the Go_Girls were invited back on stage to receive their awards. It’s been a fantastic year, and the awards are very well deserved. We can’t wait to see what the future holds for these amazing young women, and it has been a privilege to work alongside them the past year.

Awards

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on The Awards Ceremony

Showcasing our talent: A tale of puppies

The big day is fast approaching! No, we aren’t referring to the Royal Wedding (congratulations to the most excellent couple in advance!). Yes, we are talking about the final ceremony for go_girl, where the young women get the chance to show off their hard work to family , friends, and researchers alike. This ceremony will give the young women a chance to not only showcase their new coding skills but also to talk about their personal journey through the year that has been go_girl. The young women have hard at work over the last month putting the finishing touches on their projects for their showcase, and we thought it would be great to spend the next few weeks showcasing the young womens’ projects  (without too many spoilers of course!)

So first up, we have a project that has been put together by Abbey, whose love of animal (particularly dogs), and rescuing dogs has served as the inspiration for her project. Her project will include not only a presentation that passionately advocates for the rescuing and rehoming of animals, but also two games that she has created using her newly acquired skills in Scratch. Where one game is to serve as an education tool for young children (and adults alike) about the different breeds for dogs, the other is a more fun maze game, where you are responsible for guiding a young puppy around a maze to feed it – and make sure you get it done in time, or it will be very sad! Here’s a few snapshots below:

Next time, we’ll be showcasing Julia’s work- Julia’s project fuses her knitting skills with her newly acquired understanding of HTML. Intrigued? Tune into our next blog post to find out more!

 

Posted in Uncategorized | Comments Off on Showcasing our talent: A tale of puppies

Session 34: Autism Awareness

At the beginning of the month the world celebrated Autism Awareness Day. Autism is a topic of great importance to the Go_Girl team, especially due to the fact that a number of the Go_Girls identify as autistic. Today we were lucky to have some presentations from the Go_Girl group about autism, neurodiversity and what it is like to be autistic.

There are around 700,000 people on the autistic spectrum in the UK, which is more than 1 in 100 of the population. It is so important that awareness is raised so that the world knows more about the positive aspects of autism, as well as what can be done to support those experiencing it. Autism is very individual, and varies hugely between different people. No two autistic people are alike, but that is not represented enough in mainstream media.

autism

In particular, the group was amazed to learn that girls with autism largely ‘fly under the radar’ and remain undiagnosed for far longer than boys. This is an issue of great importance, because without a diagnosis it is difficult to access extra support. For example, autistic young women are prone to developing eating disorders as a way of controlling the confusing world around them. However, the link between autism and eating disorders is only just starting to be recognised. Some of the Go_Girls bravely shared the challenges that they had faced with their autism. Bullying, lack of school support, struggling with loud noises and unexpected changes, social isolation and feeling misunderstood were issues raised in their speeches.

However, when young women with autism are respected, understood and given the support they need they can flourish. We watched a fantastic video all about the only state school for girls with autism in the UK. The girls in this mini documentary had been able to pursue their passions in an accepting and welcoming environment. It meant so much to hear from the Go_Girls that they felt this way in the Go_Girl group. In particular, they said that being listened to is so important and they felt that the team really tried to hear what they were trying to say. Referring to autism as an example of ‘neurodiversity’ moves away from seeing it as an isolated ‘learning difficulty’ towards celebrating it as part of a more inclusive neurological spectrum.

Luckily, the world is waking up and becoming better informed about autism. JP Morgan, for example, is specifically seeking to employ autistic people because of the passion, focus and aptitude that they have. A survey by the National Autistic Society found that only 16% of autistic people are in full-time work, despite 77% saying that they would like to be employed. Hopefully this will change in the coming years so that more autistic people can have the opportunity to pursue a fulfilling career. Here at Go_Girl we will be supporting each other, no matter where we are in the spectrum of neurodiversity, to make our future goals happen.

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 34: Autism Awareness

Session 33: Looking to the future

It’s hard to believe that we are approaching the last stages of the Go_Girl 2017-18 program! The time has flown by and so much has been achieved. However, we all want to make sure that the progress that has been made is sustainable once the official sessions end. Applying and securing a job is a goal that many of the group would like to make a reality in the coming months. So we decided that today’s session would tackle interview skills, as well as continuing with our projects.

IMG_6948

Interviewing for a position can be a hugely daunting experience. The Go_Girl team all had stories and tips to share about how best to approach the challenge. We talked about what to include in a cover letter, and how to prepare for the big day. A survey by the site totaljobs found that people’s most feared interview questions include ‘Why should we hire you?’, ‘Tell me about yourself’, and ‘What is your biggest weakness?’. We went through how to answer these kinds of queries. Most importantly of all, don’t forget to breathe and take your time. It isn’t a weakness to show that you are thinking through the question – there’s no need to rush to fill the space.

IMG_6949

The Go_Girl group are continuing to power ahead with their projects. 7 weeks to go until the final presentations! The group will be supporting each other every step of the way.

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 33: Looking to the future

Session 32: Forward Momentum!

The Go_Girls continue to keep up the momentum and push forward with their projects! Some are adding to and fine-tuning their work. Others are nearly done with their original projects and are creating an additional one to complement the original work. Slide presentations are also being developed to accompany projects.

Project presentation time is fast approaching and the Go_Girls are a bit nervous.  However, they are also excited about showcasing and discussing their work! There will be a variety of projects to exhibit, including a book review app, a game intended to educate and help people with mental illness, and a game designed to teach people to be patient and aware of their surroundings as they manipulate the character to jump over numerous obstacles. These are just a few of the meaningful projects being created. Stayed tuned for more updates on their progress!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 32: Forward Momentum!

Session 31: Project Fun and Being Resilient

With the Easter break just over the horizon, the whole team felt extra motivated this week to make good headway with their projects. However, keeping up the momentum on longer term initiatives can sometimes be tricky. Life throws curveballs when you least expect it, and it can be hard to stay motivated in the face of unexpected obstacles.

We hope that taking part in Go_Girl builds resilience, which is an essential skill in today’s turbulent world. Working on individual passion projects, as the Go_Girls do, can give a sense of purpose that is very sustaining. The process of creating and succeeding in an individual endeavour can build self-esteem. It also helps to foster problem solving skills when things don’t go to plan! Being part of the Go_Girl team also means being part of a supportive and encouraging social network that is always there to cheer you on!

IMG_6880

The projects are developing wonderfully, as is all of our resilience! One Go_Girl worked on modelling characters for her game on Unity. Another added a ‘word of the day’ feature to her book review app. Other Go_Girls got their websites up and running. It was a great week full of progress before a well earned Easter week off filled with chocolatey goodness.

IMG_4688

IMG_4689.JPG

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 31: Project Fun and Being Resilient

Session 30: Speaking out and project time

With almost 2 months to go until the final ceremony, the Go_Girls are hard at work on their individual projects. These range from a game in Unity to websites, to apps, and even games in Scratch. To give the young women some practice with public speaking and presentation of their work, we spent some time on some speaking games! It was exciting to see the young women think about how best to present and talk about their work, and we also challenged them to do some creative story telling on the spot. Making use of a random word generator, each young woman was given two words that they had to weave into a story on the spot – it definitely made for some interesting tales! It’s absolutely fantastic to see how far some of these young women have come in terms of public speaking – some who weren’t even willing to introduce themselves at the start of the year nearly had us in splits of laughter with their witty storytelling.

The bulk of the sessions were devoted to work on on their projects, which are all coming along at a great pace. The range of creativity and coding techniques is allowing the young women to showcase their interests and designs. While some are tackling more complex code, those that are nearing the completion of their initial ideas are now working on adding more complexity in order to really push their limits. We are really excited by all the progress and look forward to seeing what else the young women can achieve!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 30: Speaking out and project time

Session 29: Making it as a woman in STEM – a visit from Dr Clara Barker

One of the key issues that the Go_Girl project aims to shed light on is the lack of women pursuing STEM study and careers. Despite the growing amount of research that explores this problem, we need to delve deeper into how class, race, sexuality and (dis)ability intersect with gender to multiply the disadvantage that some young women can face in accessing STEM-related opportunities.

women in STEM

From: XKCD

Today the Go_Girl team was lucky to receive a visit by Dr Barker, who has faced many barriers throughout her career in STEM, but who has also fought to overcome and challenge these obstacles.  She currently manages the Centre for Applied Superconductivity and has been awarded a prestigious Point of Light award by the Prime Minister’s office, recognising her work for the LGBT+ community. Dr Barker, who identifies as a trans-female, came in to talk to us about her journey from school to Oxford University.

dr clara barker

In the open and honest conversation, she highlighted how she first felt like school really wasn’t for her. Yet she persevered, completing first a foundation degree and then going on to become a professional of all things plasma in engineering. She spoke of the struggles she faced in her transition, and the continuing struggles she sees all women face in STEM fields. She also pointed out that where you come from, or how you identify, you should never get in the way of following your dreams. The hard work you do is what should set you apart.

We were so inspired by Dr Barker’s talk. In particular, some of the group who identify as members of the LGBT+ community themselves thanked her for giving them a voice. With everyone still processing everything that Dr Barker had said, it took a little longer than usual to get into our group work. However, soon we were back into the swing of things, and motivated to follow in her footsteps and keep pushing the barriers to STEM down! The time seems to be flying by, and the final presentations are fast approaching. We can’t wait to show you all the fantastic work that the team has been doing over the course of the programme.

jj

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 29: Making it as a woman in STEM – a visit from Dr Clara Barker

Session 28: Apprentices of the Future

What do you think of when you hear the word ‘apprenticeship’? Do certain careers come to mind? Or a certain type of person? How do you view apprenticeships in general? With this week being National Apprenticeship week we started off our Go_Girl sessions with group discussions exploring these questions, in the hope of challenging some of the misconceptions about this type of education. We also watched this video on the ‘Amazing Apprenticeships’ website:

Screenshot 2018-03-15 12.35.55

Many of the Go_Girl group had heard of apprenticeships, but were surprised to see the variety of opportunities available. We also talked about traineeships, which some of the group had not heard of. Traineeships provide high quality work experience alongside support in gaining English and Maths skills. They often progress onto apprenticeships, and can be a great way to get a ‘foot in the door’. Together, we explored the Workfinder web app from Founders4Schools, which offers young people the opportunity to search for jobs, traineeships and apprenticeships near where they live. Next, we all had a go at signing up to the Government’s apprenticeship finding website, which helps you to look for opportunities in your area. There was a lot on offer in the Oxfordshire area, from hospitality and hairdressing to animal rescue.

Screenshot 2018-03-15 13.00.01.png

The government wants to see 3 million young people training as apprentices by 2020 – perhaps some of the Go_Girl team will be part of this movement!

IMG_6831

After a break and some cake to celebrate two birthdays in the group, we carried on working on our projects. The Go_Girls are putting in so much hard work to make their projects a reality, even working on them in their spare time where possible. Not everyone has Internet access at home, so some of the young women have been coming into the Education department on extra days to put in the hours on their initiatives. One of the Go_Girls is busy modelling her game character on Unity at the moment – impressive stuff!

IMG_6847

 

 

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 28: Apprentices of the Future

Session 27: Prototyping and Bravery

The ‘Beast from the East’ was in full force this week, smothering Oxford in a blanket of fresh snowy powder blown in by icy winds. Sadly the Wednesday session had to be cancelled due to road safety concerns, but the Tuesday group managed to meet before the big freeze!

We started the workshop this week with another fantastic TedTalk, this time by Reshma Saujani – founder of Girls Who Code.

Screenshot 2018-03-13 22.08.07

In this talk Saujani explores the way that society’s normative expectations of femininity shape girls to seek perfection, rather than to be brave. She believes that learning to code offers girls a chance to be brave and reshape their understanding of their own abilities and what girls can do as a whole. We all agreed with her point that coding can be frustrating at times – it often takes many tries until the code will finally work. However, this iterative process of tweaking and tinkering with whichever language you are programming in is an essential part of the coding process – you need to become comfortable with ‘failure’ as in fact this is how you learn and eventually succeed.

Today the Go_Girl group also got to try out high fidelity prototyping using Axure RP. One of the Go_Girls is creating a mobile app for her book reviews. It was fantastic to see her ideas come to life on the screen. We are all looking forward to trying out the app ourselves in the coming weeks.

IMG_6796.jpg

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 27: Prototyping and Bravery

Session 26: What does feminism mean to us?

Go_Girl is, as the name suggests, a project specifically for female-identifying young people. By its very nature, then, Go_Girl is built on the feminist notion that there is value in a women-only, peer supportive space. The program also recognises that gender, whilst always intersecting with class, race and (dis)ability, shapes young people’s technological and educational opportunities. Young women continue to be underrepresented in STEM fields and careers. Go_Girl hopes to explore the challenges girls face, and benefits they gain, in interacting with technology. Whilst Go_Girl is therefore feminist to its core, there is a tendency for this to be forgotten when we are all busy learning how to use prototyping platforms and design games on Unity.

The session today, therefore, aimed to bring the concept of feminism to the fore. We kicked things off with the iconic TedTalk given by the inimitable Chimamanda Ngozi Adichie, entitled ‘We should all be feminists‘.

Screenshot 2018-02-27 22.16.27

Watching the video sparked some really interesting conversations about how gender norms have affected each of our lives. Everyone had very different experiences to share. The Go_Girls have had to overcome numerous challenges and adversities in their lives to get where they are today. They have moved from seeing themselves as victims to identifying as survivors, and are becoming agents for social change. Bringing about this transition in the young women’s lives is at the heart of Go_Girl.

For some of the Go_Girls, the word ‘feminist’ has negative connotations – they argued that it seems outdated in this day and age, a bit aggressive even. This also lead to a really engaging debate about why the word feminist is still important to some of the other young women, and how the battle for equality is far from over. The word feminist highlights the lack of power women currently hold in comparison to men. We can use the word ‘equalitist’ when true equity has been achieved. But with the pay gap far from being closed, amongst many other issues, that still seems a long way off! It’s great to be able to share our thoughts and feelings in the supportive environment that Go_Girl provides.

IMG_4448

With everyone fired up after these discussions we then moved on to working on our individual projects. There was lots of game design going on – it’s great to see how creative programming can be! We all can’t wait to give the games a go once they are finished!

IMG_4449

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 26: What does feminism mean to us?

Session 25: Careers Fest and Project Time

On February 6th the Go_Girl team headed off to the ninth annual ‘Careers Fest’ at the Oxford MINI Plant. Over all, we had a great experience. There were lots of interesting companies to talk to. UK Atomic Energy Agency, Microsoft, Sophos, Nielsen and Thames Valley Police were just some of the organisations in attendance. The MINI displays were pretty cool too!

IMG_6745.jpg

Whilst it was an interesting experience attending the fair, some of the employers proved difficult to speak to. Many just kept saying ‘look online’ when asked about current openings. We were a bit disappointed as we had hoped to give out some CVs and hear about specific job opportunities. The Armed Forces team were the most informative about current application procedures, including the fact that girls can now apply to the Royal Marines!

IMG_6737

 

 

Back at the University, we kept working away on our projects. Each Go_Girl needs a different range of technical skills to complete their own concept. We have been working hard on building up our HTML, Scratch and Unity abilities. Stay tuned for more updates on these exciting ventures!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 25: Careers Fest and Project Time

Session 24: Stepping up the career ladder

Leading on from last week’s inspiring career advice afternoon with Kiki McDonough, the Go_Girls have decided to attend an upcoming job fair. Hosted in the Oxford MINI Plant by OxLEP, the Careers Fest on the 6th of February is a fantastic opportunity to meet 50 local employers and gather information and ideas about work. To start the session we took a look at some questions that an employer might ask an attendee at the fair, and vice a versa.

IMG_6708

It was great to have an open discussion about our own experiences of applying for jobs – both the good, the bad and the ugly! Sharing the tips we’ve picked up along the way with one another really helps to build our collective knowledge and confidence for future applications.

Next we moved onto working on the Go_Girls’ individual projects.

IMG_6734

Putting together prototypes of the final products, whether that’s a wireframe of a website or an app mock-up, has been a great way of visualising the steps required to achieve these goals. Having these initial plans on hand when working on different bits of code helps to keep the big picture in mind.

IMG_6710

We ended the session with a well deserved slice of chocolate cake to celebrate one of the team’s 18th birthday. After all, all work and no cake would make for a dull Go_Girl experience!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 24: Stepping up the career ladder

Session 23: A visit from Kiki McDonough

As the famous saying goes, if you follow your passion you will never have to work a day in your life. But how do you find what really motivates you? And once you’ve found your raison d’être, how can you pursue it successfully? On Tuesday we were very lucky to have a visit from Kiki McDonough, an amazing and inspiring career woman who kindly wanted to share her top tips on this subject with the Go_Girl team.

r_head_long_022316

Kiki’s true calling came to her aged 30, when she was asked by a friend to design some jewellery. She told us that taking that opportunity wasn’t easy – she had never done anything like this before. What if it didn’t work out? What if she let her friend down? But she bravely accepted the challenge. Some of those early designs are now on display in the Victoria and Albert museum. She has never looked back!

IMG_6703

Kiki was very keen to hear about the Go_Girls’ interests and hopes for the future. One of the young women shared her passion for knitting and showed Kiki some of her latest creations. Kiki gave some great career advice (as a mentor for the Prince’s Trust she is very experienced in this area). Using the power of social media as a marketing tool, and standing up to shake an interviewer’s hand when you first meet them were key take aways. Being disciplined with time and money has also been essential in ensuring Kiki’s success. Importantly Kiki also wanted the Go_Girl team to know that finding what really inspires you can take time. Trying out a number of different jobs is a great way to narrow down what matters to you, but you must make sure that you don’t get stuck. For Kiki finding jewellery design came after over ten years working in various secretarial positions. They paid the bills, but didn’t feed her soul! It’s never too late to try something new – you just need to have the confidence to do so!

IMG_6693

Kiki’s wise words supported us in writing our aspiration timelines for next year. We can’t wait to see what the young women will achieve!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 23: A visit from Kiki McDonough

Session 22: New Year, New Goals

The first Go_Girl session since the Christmas break went off with a bang! The festive period, a difficult time for many across the country, was especially tricky for many of the Go_Girls. It was so wonderful to all get together and reconnect. We were keen to focus on the new year. It’s a fresh start, an opportunity to start over and to achieve new aims.

IMG_6681

After checking in with everyone we re-visited the Go_Girls’ project plans from last term. Over the break many of the young women have had new and fresh ideas about what they would like to focus on in their individual work. To try and map these out, the Go_Girls filled in some project plans. It is important to have a clear idea of where we are heading, and what support we may need.

IMG_6671

The young women have some really exciting plans in place! We can’t wait to see how they will develop over the coming months. To end the session, the Go_Girls were asked to think even further ahead, to what they might like to be doing after completing the programme. Jo Hannaford, our amazing supporter from Goldman Sachs, had specifically asked the young women to consider these future goals. Many of the young women have previously been told that they will amount to nothing. It’s pretty difficult (understandably) to believe in yourself if you’ve been spoken to in this way. But that’s why the Go_Girl project is so important – we build each other up, and support one another to achieve our aims. Each member of the team has their own interests and passions, whether that be helping abandoned animals or encouraging more girls to take up mechanics. We know the future is bright for these fantastic and inspiring young women – and we can’t wait to see each other make it!

IMG_6683

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 22: New Year, New Goals

Session 21: Entrepreneurship for a Better World and Christmas Cheer!

Our last session before the Christmas/New Year holiday was a fantastic one! Bill Liao visited the Go_Girls to share his story of going from a high school dropout to an extremely successful entrepreneur, philanthropist, author and speaker. He also shared his passion for employing entrepreneurship to create value for society and enrich the lives of others. He has founded numerous initiatives including CoderDojo, a worldwide network of free programming clubs for children, and WeForest, an initiative to combat climate change by restoring forests which cool the planet and decrease carbon dioxide. Learn more about him and his fascinating work at Bill Liao: “Two Trillion Trees to Save the World” and Bill Liao – Meaningful Investment and What Issues Should we Care About – DFF 2017.

The Go_Girls are preparing projects and presentations and many of them experience anxiety about public speaking. Bill addressed this issue and spoke about how anxiety and excitement are very similar emotions and a person can “choose how you be about stuff.” In other words, we have the power to reframe our thinking about public speaking by focusing on the positive outcomes rather than any perceived negative outcomes of a talk. We can shift from being anxious to being excited. For more information about the science behind this, see Alison Wood Brooks’ article titled “Get Excited: Reappraising Pre-Performance Anxiety as Excitement” in the Journal of Experimental Psychology.

Bill Liao

During this week’s session, the Go_Girls also utilized a template to define their project plans and determine a timeline for each phase. They have some brilliant ideas and there was lots of excitement as they discussed their plans with the group. To end the year, the young women enjoyed a lovely dinner at Ask Italian followed by Jack and the Beanstalk, a wonderfully fun family pantomime. For a little extra Christmas cheer, each of the young women went home with a box of delicious Cadbury chocolates! Happy Christmas to all and we will return in January with more exciting updates.

Project template

Ask Italian2

Ask Italian food

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 21: Entrepreneurship for a Better World and Christmas Cheer!

Session 20: Real life role models and coding superpowers!

Jo Hannaford

Jo Hannaford, Partner and Head of the EMEA Technology Division and global head of Quality Assurance Engineering at Goldman Sachs, along with her husband Jon, paid a visit to the Go_Girls and shared stories about her journey from being a student who regularly skipped school to becoming one of the most accomplished female programmers in Europe. She shared how the sudden death of her father, which left her mother without a source of income, prompted her to become serious about education and pursuing a career. She faced resistance and encountered those who doubted her ability to become a software engineer, a profession dominated by men. However, she did not allow the negative messages of others to stop her from reaching her goal.

Some of the Go_Girls shared their experiences of interviewing for jobs and not getting a call back and Jo responded by talking about the importance of being persistent and utilizing one’s network to find employment. She also encouraged the girls to have a variety of work experiences and to choose an occupation that they really love. Jo’s talk was a source of inspiration for the young women as well as the Go_Girl staff members!

After the visit, several of the girls reflected on the aspects of the talk that stood out most for them. Some of the enduring messages for the girls were:

“Don’t let anyone stop you from doing what you love.”  “Be persistent and knock on thousands of doors and one will open.”  “Jo’s story demonstrates that you can achieve no matter where you come from.”

Jo’s talk was very impactful!  She is a real life role model for the young women and we look forward to her next visit!

During the second half of the session, the young women celebrated Computer Science Education Week by participating in the Hour of Code. They completed a fun Scratch-based exercise related to the Wonder Woman movie and each of the young women received an Hour of Code certificate of completion.

It was a fantastic session!

Coding is my superpower

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 20: Real life role models and coding superpowers!

Week 19: Stitching Up By Writing Code

After the great success of Cathy’s visit, we are very lucky to also be receiving a visit from Jo Hannaford, Head of EMEA Technology & Global Head of Quality Assurance Engineering at Goldman Sachs. She has been a big supporter of Go_Girl from the very beginning, and the Go_Girls who have already been fortunate enough to meet her really look up to her. We started today’s session with a short video featuring Jo, so that the group can start thinking about questions they might want to ask her next week. Very exciting times indeed!

Screenshot 2017-12-01 23.18.00

The rest of the session was dedicated to Turtlestitch. We have a couple of new Go_Girls, and so it was important to run through the key aspects of the machine and how it works. It was a great refresher for the rest of the team, too. Seeing the code that the young woman are writing come alive in brightly coloured thread is so beautiful! It also really helps to make the process of learning to code more engaging.

IMG_6439

The complexity of some of the patterns that the young woman have been creating is simply incredible. It will be very exciting to see how they build these new skills into their own projects in the coming months.

IMG_6443

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Week 19: Stitching Up By Writing Code

Session 18: All that glitters is #goals

Coding our own embroidery on Turtlestitch has really inspired the Go_Girl team. Many of the young women are creative spirits, and it has been exciting to explore the ways that technology can enhance our artistic endeavours. But making it in the creative career world is not easy. We were very lucky this week to receive a visit from a woman that has  – Cathy Best. Cathy is a world renowned jewellery designer. Her designs have been worn by many famous figures, including Joanna Lumley, and have won numerous competitions.

cathy best

But her journey to the top has not been an easy one. The Go_Girls really appreciated being able to hear about the hurdles Cathy has had to overcome to make it in the jewellery design world. In particular, Cathy never let other people’s negative comments get her down. Instead the put-downs she received early on drove her forward – she knew she could prove them wrong if she worked hard and didn’t give up.

stratagem-catherine-best-social-media-facebook-timeline

We all face challenges in our quest to achieve our dreams. The Go_Girls face more than most. Yet they are determined to turn their lives around. Hearing from Cathy today, and seeing how far she has come since her early jewellery design sketches, was a brilliant experience that really motivated the young women to keep going. It was also very interesting to hear about the increasing importance of technology in the jewellery design business – CAD/CAM operators are now in high demand within the industry. It was a great session, and we can’t wait to see the Go_Girls’ own creative projects start to come alive.

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 18: All that glitters is #goals

Session 17: CVs and Turtlestitch

Inspired by Julian Box talking about tech careers last week, this Go_Girl session tackled the issue of CVs. The average time a recruiter will spend looking at a CV is 5-7 seconds, and 76% of CVs are ignored if the email address given is ‘unprofessional’.  It was really interesting talking to the young women and hearing about their experiences of applying for jobs. Many of them have had disheartening encounters with bullying bosses and ableist colleagues. In the hope of giving the Go_Girls the best chance possible of winning their dream careers we spent part of the session writing and formatting their CVs.

IMG_6376

We then moved on to exploring Turtlestitch, an amazing piece of technology that enables users to code patterns which are then printed by embroidery machines. This is right up the Go_Girls’ street – they are a very creative bunch! After a demonstration from one of last year’s participants the young women began creating their codes.

IMG_6368

It will be really exciting to see the finished embroidery in the coming weeks!

IMG_6415

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 17: CVs and Turtlestitch

Session 16: Practice makes perfect

This week the Go_Girls got to build on their presentation and Scratch skills. Giving short presentations each week on topics including technology-related jobs, and what it is like to be a young NEET in Oxfordshire, helps the young women to develop their confidence in public speaking. It is amazing to see how far they have come since the beginning of the programme. Many of the Go_Girls suffer from anxiety and depression. This can make speech-giving a very difficult task. However, having had the opportunity to practice in front of a supportive group of peers has enabled these young women to conquer their fears and strengthen their self-belief. It is fantastic to see!

 
public speaking

The Go_Girls’ Scratch skills are also coming on leaps and bounds. All the tasks are ‘scaffolded’, so that the young women can move at their own pace. As they have moved through the exercises the difficulty level has increased. This ensures that everyone can tackle tasks at the level which is most rewarding for them. Of course, the Go_Girl facilitator team is always on hand to answer any questions and provide extra support.

Screenshot 2017-11-20 12.17.30

Towards the end of the session Julian Box, the hugely successful technology entrepreneur, came in to meet the Go_Girls. They loved meeting him, and were particularly excited when he told them that traditional educational qualifications are not the most important tool for getting hired in the tech world. Instead, Julian told them that the coding projects a candidate has engaged in over the last year are of particular interest to technology companies. A portfolio of work that you have created yourself using code is far more representative of your ability to carry out tech projects than a GCSE in ICT. This is encouraging news for the young women, as many of them have been unable to attend formal schooling for some time due to health and family related issues. The future looks bright for our Go_Girls – all it takes is a computer and some code!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 16: Practice makes perfect

Session 15: Going Your Own Way

After a well-earned half term break the Go_Girls were back in the classroom and raring to get going. As with every session, we began with a group feedback exercise where the young women get to share what they’ve been up to over the past week.

IMG_6306The one thing that always stands out to me is how very unique each of these young women are. They may all have been labelled ‘NEET’ (not in education, employment or training) by the government, and therefore eligible for the Go_Girl programme. But every single member of this group has a very different story to tell as to how they ended up in this situation. They all have their own individual challenges to face, but also their own strengths to draw upon. Every single Go_Girl has interests that distinguish them from their peers. IMG_6303The Go_Girl programme aims to help nurture this individuality by enabling the young women to create their own projects. These endeavours combine coding and the Go_Girls’ other passions in creative and exciting ways. For example, one of the young women hopes to create a blog profiling stories of homeless people in Oxford, as well as information on how the public can help address this issue. This idea was inspired by her own experiences of homelessness. One of the other young women is hoping to create computer-generated textiles using a code-operated sewing machine. This week the young women got lots of time to work on their projects as well as support from the team with the code and computer skills that they might need. We are looking forward to seeing how these exciting ideas progress!

 

 

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 15: Going Your Own Way

Session 14: Speaking Out and Practicing Presentations

Do you enjoy giving presentations? When asked this question, many people will respond with an abrupt ‘No!’. A study conducted in 2012, for example, found that ‘public speaking’ is a more commonly listed fear than ‘death’! That’s my halloween outfit sorted then …

scary presentation

No matter how speaking to a group of strangers might make us feel, however, it cannot be avoided. Being able to present effectively is a vital life skill. Certainly, we won’t all be giving speeches in the House of Commons. But all of us at some point will have to speak in a meeting, attend an interview or even argue our case to a complaints department.

IMG_6198

Today the Go_Girls faced their fears and gave giving a presentation a go. The session started with watching Nancy Duarte’s TedTalk on the ‘Structure of Great Talks’, and discussing why presentation skills might be important in the Go_Girls’ lives.

We then played a fantastic game called ‘Toastmaster’. A cup with words like Digital, HTML and ‘Go_Girl’ was passed around the room. Everyone had to pick out a word and then give a short impromptu speech on that topic. This exercise provided a really fun and light-hearted way to get a bit of presentation practice, and even the shyer members of the group felt able to join in.

IMG_6201

The session finished with the young women creating their own presentations using either Office PowerPoint or Prezi. It was great to see the Go_Girls putting what they had learnt into practice. We have a number of opportunities to present coming up, and we can’t wait to see these brilliant young women give it their all!

IMG_6241

 

 

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 14: Speaking Out and Practicing Presentations

Session 13: Coding – a guessing game?

This week the Go_Girls got straight back into Scratch with a fun and challenging task. The young women were asked to create a ‘guessing game’ using the skills they had learnt last week. The little ‘sprite’, or animated character, central to the Scratch interface can be programmed to randomly choose a number between 1 and 100. It can also be programmed to ask the gamer to guess ‘higher’ or ‘lower’ depending on what number they type in, until the correct number is guessed.

IMG_2447

This activity provided a great opportunity to discuss some of the key programming concepts, such as loops. Scratch is proving to be a brilliant tool for bringing to life some of these abstract ideas in a tangible and enjoyable way.

IMG_2449

Once the games had been completed we moved on to talking about presentation skills. We all downloaded Office and started to explore PowerPoint and Word. The Go_Girls will be asked to present their final projects at the end of the programme to an audience – not an easy feat, especially for the shier members of the group. Being able to present your ideas clearly and effectively, however, is a key skill for anyone entering further education or the workplace. We are really looking forward to seeing how the young women’s public speaking abilities develop in the coming weeks.

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 13: Coding – a guessing game?

Session 12: Building games from Scratch

Are you an angry birds devotee? Or perhaps you’re more of a FIFA fan? If neither of those options appeal, then surely you’ve enjoyed a round of Pac-Man or Tetris in your time?

Angry-Birds-are-Angry-Because

Online gaming is a global phenomenon – the UKIE estimates that there are between 2.2 and 2.6 billion gamers worldwide, and that the gaming market will be worth $128.5 billion by the end of 2020! How many of these gaming fans, however, have had a go at coding a game themselves? This week the Go_Girls got to do exactly that using an online platform called Scratch.

Screenshot 2017-10-13 12.45.45

Scratch enables users to build ‘scripts’ by dragging and dropping various ‘command’ blocks to create interactive games and animations. One of last year’s Go_Girl team came in to present the game that she created last year. This really inspired the other Go_Girls, and soon they were getting started on all sorts of fun creations. We will be working on Scratch next week too, so stay tuned for more updates on this!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 12: Building games from Scratch

Session 11: All Aboard the HTML Train

The Internet is everywhere – but do we know how to define it? This week the Go_Girls explored the difference between the Internet and the World Wide Web, as well as coding their own webpage. Impressive going for a grey September afternoon!

Screenshot 2017-09-29 13.23.20

To begin the session we watched a few excellent TedTalks to spark an informative discussion. We learnt that the Internet is the actual infrastructure which links the world’s computers together, enabling them to communicate. Meanwhile, the ‘Web’ lives on the Internet. It is one of the many ways of accessing information on the Internet by utilising browsers that link webpages together.

Screenshot 2017-09-29 13.25.29

Tim Berners-Lee, the father of the Web, is based in Oxford Computer Science Department (no biggie). Some of the Go_Girls were keen to meet him and thank him for what he created. Fingers crossed for a Berners Lee/Go_Girl collaboration some time in the future!

Time to follow in Tim’s footsteps and do some coding of our own! Some of the Go_Girls felt a little daunted at the prospect, but by the end of the session everyone had coded their own webpage! It was really amazing to see the look on the young women’s faces when all their hard work paid off. The key was in the tags. Once you knew what these various commands meant and where to deploy them – hey presto! – you had a webpage.

IMG_2350

We finished the session by planning out the Go_Girls’ individual projects, which they will be working on over the coming weeks. Some hope to create their own games, whilst others want to start websites exploring everything from mental health to the stereotypes affecting young women in mechanics. Supporting the young women to achieve their goals is an absolute privilege – we can’t wait to see how much they will achieve!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 11: All Aboard the HTML Train

Session 10: Mastering blogging and doing the robot

Following on from the great success of last week’s blogging session, this week saw the Go_Girls continue to work on their individual sites. Some of the young women have been working on their blogs in their own free time, adding new posts and information. They are all very different, reflecting the diversity of interests that the Go_Girls hold.

IMG_6064

The young women were taught how to ‘inspect’ the code that lies behind their customised pages. Seeing how particular commands could be altered to make a blog title bold or underlined, for example, enabled the Go_Girls to begin learning code in a more tangible way.

IMG_6046

With all this hard work going on, a bit of light relief was required. Luckily, an activity had been planned that involved the Go_Girls writing out ‘codes’ for a ‘robot’ (i.e. one of the research team) to carry out. The ‘codes’ were linked to different movements – an arrow pointing upwards means jump upwards, for example. The young women could also get creative and make their own codes, if they wished. There was a lot of laughter during this exercise – in particular when one of the robot researchers attempted the Irish jig – and it was also a brilliant way for the Go_Girls to get to grips with writing ‘code’.

IMG_6048

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 10: Mastering blogging and doing the robot

Session 9: The Go_Girls Enter the Blogosphere!

The Go_Girls enjoyed a fun-filled summer with trips to Bourmouth Beach and Cadbury World. The summer fun has come to an end. However, our exciting fall sessions are now in full swing! We kicked off our first meeting with an introduction to WordPress, a web publishing tool. The focus this week was on creating a blog and learning about the similarities and differences between blogs and websites.  The young women were tasked with developing names for their blogs and thinking about topics. Several examples of blogs were reviewed including our very own Go_Girl blog, as well as blogs about poetry, celebrity animals, food, fashion, and more. There was lots of serious brainstorming going on in this session and the young women were very imaginative and created some catchy blog names! There was interest in a variety of blogpost topics including World War II, carpentry, video game reviews, tattoo art, and music videos.

In addition to creating blogs using WordPress, the young women learned about domain extensions and what they represent and the talented designer of our Go_Girl mascot gave us a lesson on colour theory as it relates to art and web design. That was a real treat! Work on the blogs will continue and we will have a look at the code behind the sites in upcoming sessions. Be sure to watch this space for more updates!

Website Blog

Color theory

Crusoe

 

 

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 9: The Go_Girls Enter the Blogosphere!

A Trip to Bournville – the home of Cadbury

The smell of melted chocolate, big smiles and the bags of goodies sums up our go girl summer tours. We started off early, with sleepy eyes and coffee, to Cadbury’s world in Birmingham. We arrived at Bournville in time for the factory tour.

The tour started with a brief presentation by the Cadbury representative. She gave us background information about how the company started, its growth rate and current status as well as opportunities for apprenticeship or internships.

Then we proceeded to the changing room to get prepared for a tour of the different sections of the chocolate factory. We learnt about the different phases of chocolate making, the use of customized moulds to form the chocolate shapes and the super fast machines that handled the packaging process.

Finally, we had an informal discussion with 10 female employees of the company. It was was a great time to learn about their roles and responsibilities as well as the challenges they face as women within the different teams in the company. The tour ended with some goodie bags containing loads of chocolate and words of encouragement from the employees. We had a great time!

Posted in Uncategorized | Comments Off on A Trip to Bournville – the home of Cadbury

Beach Day & Summer Fun in Bournemouth!

It’s summertime at go_girl! To celebrate the holidays and make the most of the amazing sunshine, we spent a fantastic day away at the beach in Bournemouth today. The weather was perfect, as was the delicious Fish & Chips at the seaside. Some very brave go_girls even went for a swim in the (cold) sea!

Posted in Uncategorized | Comments Off on Beach Day & Summer Fun in Bournemouth!

Session 8: Spot the code and visualising success

IMG_5437It is hard to believe that we are at the end of the Go_Girl summer term! The last eight weeks have far exceeded everyone’s expectations in terms of the young women’s progress. They are very much on the way to ascertaining their goals and achieving them, and should feel really proud of all of the hurdles that they have overcome in recent months. For the summer finale we began by watching a selection of fascinating TedTalks, which explored some of the topics we’ve been covering so far. In particular, Jennifer Doudna’s TedTalk on human DNA alteration was a brilliant watch. It showed us all how coding is not just relegated to computers, but that also our own bodies are made up of complex patterns. Cracking the code of the genome has hugely beneficial potential in terms of treating genetic disease, but Jennifer was also keen to open up some of the ethical dilemmas that ‘editing’ our genetic make-up could hold. The Go_Girls all said that they found the discussion interesting – a great intro to the sequence-based programming we’ll be doing next term. With their new laptops in hand, they will be able to look up all kinds of information over the summer break too – perhaps even a few more Ted videos!

IMG_7198

To end the session the young women created vision boards to help them on their way to achieving their aspirations. Visualising success has been proven to play a major role in the actual attainment of success. Sports psychologists, for example, have proven that athletes who imagine winning races then actually go on to get the fastest times. With this in mind, the Go_Girls set about mapping their dreams for the future.

IMG_5467_blurred

 

Some of the young women hope for a family, others to travel the world. Many of the Go_Girls explored their ideal careers, and the steps they hope to take to make them a reality. It was such a fun and creative way to welcome the summer holidays. With their new laptops in hand, the young women are excited to begin exploring job and further study possibilities. We can’t wait to catch up with them again in August on our group trip to the seaside.

IMG_5491

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 8: Spot the code and visualising success

Session 7: Cyberbullying, interviews and moving forward with work

For the penultimate session before the summer break the Go_Girls had a visit from Helena and Menisha, researchers from the Computer Science department at Oxford. As well as giving us some fascinating internet facts (Most popular celeb on Instagram? Selena Gomez with 123 million followers!!), they also led a really important discussion on cyberbullying. Apparently, 40% of young people in the UK have experienced cyberbullying, including many of the Go_Girls. However, Helena told us that only 10% of those facing this issue have reported it to a guardian, teacher or the police. The Go_Girls suggested that ‘fear’, ‘not being taken seriously’ and ‘nothing being done about it’ have stopped them from telling someone about being cyberbullied. Helena and Menisha agreed with these concerns and told the group about their Digital Wildfire project, which has sought to make the internet a safer place for all young people. They also invited the young women to take part in an exciting new piece of research on young people’s internet habits – watch this space for more information as this project progresses!

IMG_5381

After some incredibly delicious Indian food (cooked by the amazing Ashmita) we got stuck into some employment-focused activities. It isn’t easy trying to pin down what you want to do with your life, never mind the steps you need to take to reach that goal. Mel brought in some brilliant ‘workstar’ forms, which ask the young women to rate themselves out of ten on different job-related skill-sets, such as ‘social skills’ and ‘basic skills’. Next the Go_Girls were able to fill in a table detailing the areas they would most like to work on, and the next steps that Mel has suggested to help them realise their aspirations.

IMG_5398

Paige also led a super useful and insightful discussion on interview tips and techniques. Smiling, eye contact, and ensuring you have a good knowledge of the company you are applying to, are key. The Go_Girls shared their worries about being put on the spot, or not knowing what to say in the moment. Paige reminded us all that it’s OK to take a minute to think, or ask the interviewer to repeat the question. This shows you are thoughtful, and have good problem solving abilities. The young women finished off the session today with a round of knitting – an excellent introduction to logical and pattern-based thinking. The future is already looking brighter for our amazing Go_Girls – we are all excited to see how they progress with their dreams over the coming months.

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 7: Cyberbullying, interviews and moving forward with work

Session 6: Social media, body image and dancing to our own rhythm

This week the Go_Girls tackled one of the most talked about pressures of our time – body image. Anyone with Instagram knows that tanned, toned (and more often than not edited) selfies are de rigueur on this social app. It’s hardly surprising that trying to keep up with these unrealistic #bodygoals can lead young people to struggle with their mental health. As a group we shared some of the worries and concerns that we have about social media pressures and body ideals, as well as some tips for improving self-confidence. Surrounding yourself with positive people, who boost you rather than knocking you down, is key. After all, the ‘thigh gap’ and ‘thick thigh’ trends will come and go, but true friendship lasts a lifetime.

IMG_5345_blurred

 

An important part of being self-confident and forging positive relationships is knowing what your values and aspirations are. For the second part of the session the young women defined the values and aspirations that they hold. For some this included family, friends, happiness and health, whilst for others independence, helping the community and being determined came first. This exercise was a really positive step for the young women towards finding, and reaching, their future goals. Goals that have nothing to do with an ideal dress size, but instead family, friend and career ambitions. The Go_Girls shared some of these in a second round of selfie videos.

The sessions this week were so full of optimism and hope for the future that they ended with us all dancing for joy …. literally! Everyone got on their feet to pull some moves to the cheesy disco classic ‘the Cha Cha slide’. A very happy way to end the week – roll on session 7!

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 6: Social media, body image and dancing to our own rhythm

Session 5: Video Selfies & telling our stories online

We had an excellent week this week, where we continued our dicussions with the young women about being safe online.  We kicked off both our sessions with a conversation about finance, debt and benefits that the young women had with a representative from the Department of Work and Pensions. It gave the young women a chance to talk about the jobs they’ve had, what they’ve learned, and what options they needed to consider in their current job-hunts. We talked full-time jobs, apprenticeships and everything in between!

When talking about digital safety, we enjoyed an excellent discussion with the young women about how they approached posting information online  – what were the safeguards that they put in place for themselves when using social media? This led to interesting discussions around self-image and how we represent ourselves online.

We put this into practice by going outside and starting with video introductions (‘video selfies’). Some of the young women did not yet feel comfortable to be in front of the camera, but found creative ways to introduce themselves nonetheless. We were all very impressed! We encouraged the young women to reflect in their short videos on what they wanted to achieve through go_girl, why they were in fact here at go_girl, and then, coinciding with International Selfie Day, spent some time in the sun making these fun ‘selfie videos’ to capture those thoughts, and showcase some creativity!

Next week we will revisit some of the issues around self-image and body image and how different people represent themselves online, and will move towards writing our own blog posts.

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 5: Video Selfies & telling our stories online

Go_girl wins award in OxTALENT 2017 competition!

Today was a very busy day for the go_girls: in the morning, the young women attended the Open Day at Rose Hill Youth Services together with Mel, where they introduced go_girl to other young people, youth- and social workers, and took part in a number of activities. The young women created a go_girl stand and answered queries of visitors.

In the afternoon, we all came to the Oxford Martin School at the University of Oxford for this year’s OxTALENT award ceremony. It was a brilliant event! We won in the category ‘Outreach & Widening Participation’. We are over the moon and so proud. Huge thanks to the organising committee of the OxTALENT competition, and to Goldman Sachs Gives for their support. Congrats go_girls!!!

Next week, it will be back to the weekly sessions with Pseudocoding and video production and -editing. Looking forward to it!

Posted in Uncategorized | Comments Off on Go_girl wins award in OxTALENT 2017 competition!

Session 4: Relationships & Being safe online

This week we focused on relationships. After our routine check-in we jumped right in by discussing what makes up both healthy and unhealthy relationships.

IMG_6963

For healthy relationships we found that trust, support, compassion and being able to banter without taking it too far are most important. As far as indicators of unhealthy relationships go the major red flags were abuse and being taken advantage of. It was a passionate discussion and definitely brought the group closer.

 

After discussing what makes relationships healthy and unhealthy we went through hypothetical situations and how we would handle those. One of the questions that generated a lot of dialogue and amazing responses was “what would you do if your friends gave you a hard time for taking school and homework seriously?” Ebonee responded with “talk to me when you’re cycling and taking the bus and I’m riding around in my whip!” Another said, “Don’t mess with my future!” The overall activity was productive and a nice way to share our experiences with each other.

 

The two activities generated a lot of discussion so time went by faster than expected. In our first group of the week, we then moved on to relationships and friendships online and to a discussion about being safe online, particularly on social media. This will also be important for later on, when we start writing our own blogs. We will revisit the topic then. In the second group, we didn’t get a chance to talk about being safe online and go over the pseudocoding this week but we will in our next session. We decided to use the last bit of time in the session to hand out the phones and laptops. Everyone was so excited to receive their new laptops. Ebonee said it felt like Christmas and they said they couldn’t wait to get to work on their go girl projects. We can’t wait either!

Next week the go girls are headed to Rose Hill to represent the program! We’re looking forward to updating you all on that next week.

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 4: Relationships & Being safe online

Session 3: What’s coding got to do with it?

This week’s session was action packed, and intense, and all the go_girls and staff worked hard to challenge some of the notions of what coding is and how to think about it, and to push the boundaries of their comfort.

The session started off on a somber note, with a discussion about the events that had unfolded in Manchester . The staff were keen to hear the young womens’ thoughts and help them work through any anxieties they may have, and develop more positive thinking with them. After a very deep, reflective and interesting conversation, the focus turned to the activities of the day, starting with learning how to give a speech! Using an activity from ToastMaster’s , Anne provided the go_girls with prompts on forming a speech on a randomly chosen topic. The young women, despite an initial hesitation, all rose to the challenge, overcoming anxieties that would have held them back in other spaces! It was so exciting to see the go_girls step up to the challenge and perform so well.

After a much needed break, Niall introduced the go_girls to the idea of psedocoding again, following up from last week’s exercise with stacked cups.Using the analogy of making a cup of tea, he walked all the go_girls through writing a “program” to make a cup of tea. The girls intitially were bemused as to why they were thinking about making a up of tea, and what coding had to do with it, but part of today’s exercises was to reinforce the ideas introduced last week – that coding was more than just “sitting at a computer” , and that there were ways to think about coding in the most routine of activities. Creating the code for making a cup of team involved thinking about making the cup of tea as a sequence of actions, which would form the code- an introduction to the idea of sequential thinking. After Niall and Paula walked the go_girls through some of the concepts of syntax, and thinking about a sequence of actions as code, Niall challenged the go_girls to write their own programs to make a cup of tea:

As you can see from the pictures, the young women embraced the challenge magnificently, and then proceeded to write “programs” for other routine activities – Ebonnee, for example, wrote a piece of code to describe how to brush one’s teeth. Charlotte chipped in with her program on how to arrive at go_girl sessions.

This exercise was followed up by a brief session on knitting that was led by Ashmita and Anne, to once again reinforce the idea that codes and patterns can be seen everywhere, and that knitting was an example of coding. Following a pattern for a particular knitted item was like executing a program, as the pattern was essentially code for the knitter. The young women were intrigued by the idea, and really excited to get stuck into learning how to cast on and then knit! As you can see from the session on Wednesday , the young women made excellent progress:

The go_girls from both sessions came together to go out for dinner together. Dinner was at Al-Shami, a Lebanese restaurant in Jericho, Oxford. It was a great opportunity for all the young women to come together and try something new in a more informal setting, and a great time for both staff and the go-girls to get to know one another a bit more outside of the weekly sessions, and just be a little silly!

 

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 3: What’s coding got to do with it?

Session 2: Finances & Intro to Coding

Today’s session started with a weekly check-in, a time for each Go_Girl to share and discuss their weekly activities with the group.  After the check-in, we had an enlightening lesson on finances.  Some of the topics discussed were credit, interest rates, and good and bad debt.  We discussed the importance of being a responsible borrower, the problems that can ensue if credit payments are late or go unpaid, and the pitfalls of payday loans.  Mel provided contact information for the Oxford Citizens Advice Bureau as well as a list of very useful online resources for additional help and information on finances.  We will be exploring these issues in more depth in a future session.

The question “What are codes?” was posed to the girls to help them think about codes in everyday life.  In response to this question, they provided several excellent examples of codes, such as braille, music, barcodes, Enigma (the movie), algorithms, coordinates, etc.  They then participated in an introduction to coding exercise using plastic cups.  The girls worked in pairs, with one person acting as the computer and the other as the programmer (the one who writes the instructions or code), so that the computer knows what to do.  A symbol key, comprised of arrows in various directions, was used to write code for assembling the cups in a particular pattern.  A discussion about debugging code took place as the girls worked to ensure that their codes were accurate.  It was a fun day and next week’s activities will build upon what the girls learned in this session.

IMG_5168

IMG_5151

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 2: Finances & Intro to Coding

Our new go_girl mascot, designed by go_girl participant DjayDjay!

Please welcome our new go_girl mascot, designed by go_girl participant and freelance designer DjayDjay. DjayDjay designed the mascot based on the input from all the go_girl participants, with special reference to Mel (see shield, representing Mel’s Jewel(l)s!)

DjayDjay writes about her design: “This Xena-esque figure was created to be a potential aspirational figure to girls and young women, influencing them to be confident, strong and wear pink glitter!” We think it looks amazing and can’t wait for the new mascot to adorn our go_girl hoodies and t-shirts. Thank you DjayDjay!

Posted in Uncategorized | Comments Off on Our new go_girl mascot, designed by go_girl participant DjayDjay!

Session 1: On the road(map) to success!

The second session of go_girl had a lot to live up to after the huge success of week 1. Unsurprisingly, however, week 2 proved to be another fantastic afternoon full of insightful discussions and fun activities. I was lucky enough to join the second group for session 2 this week, with JJ, Sophie, Rebecca and Abbey, which also meant being able to witness the debut of JJ’s brilliant go_girl mascot! JJ has taken everyone’s input on board to create an uber impressive Xena warrior princess-esque emblem that really captures the strength and determination of the young women in the group.

 

The grit that the team possesses became very clear during the group discussion about anxieties and worries. Through bravely sharing any concerns that they have, such as worrying about presenting in a group or feeling down on a go_girl day, the young women were able to support each other and come up with joint solutions to tackle these issues. This brought the team much closer together – as did the go_girls’ shared loved of animals! One of the young women was very keen to bring her new puppy into one of the sessions, so watch this space for cute dog photos in the coming weeks!

IMG_5015

Next we had the opportunity to share experiences of work, both positive and negative. It was really interesting to hear about each young woman’s very different employment pathways. Most of the group had experienced some sort of bullying or belittling in the workplace, which had made them feel low in confidence. They all agreed that being in a supportive work environment would make a huge difference to their confidence. One of the young women has an induction for a new job this week, and is really hopeful that it will work out as the team there have been really welcoming. We will all be keeping our fingers crossed for Sophie over the next few days and wishing her all the best!

Whilst a positive and empowering workplace is a must for all of the young women, each individual has very different career ambitions that match their own unique interests. Completing roadmaps detailing where the go_girls would like to be in two years time, and the steps needed to reach that goal, allowed the group to reflect on these differing needs. One of the young women, for example, would like to be in full time employment in two years time, and would like to have further training, help in writing her CV and a boost in confidence to get there. These plans will really help the go_girl team to provide tailored and effective support for each of the young women – I can’t wait to work alongside them over the coming months to help make their dreams a reality.

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 1: On the road(map) to success!

Session 0: First session for year 2 of go_girl!

 

unspecified (2)We’re so thrilled to be back with a new group of ambitious young women and had our first session of the year. We spent the session getting to know each other through different ice breaker activities, discussing everyone’s expectations and goals for the year and collaborating on what the go_girl mascot will look like. We have twelve girls to start with and plans to add more. Because of the increased size we’ve decided to split this year’s sessions into two per week instead of one so everyone gets the proper attention needed for their projects and skill development.

When discussing each of the go_girl’s expectations and goals for being part of the team most said they were eager to learn how to make games, create empowerment blogs relating to things they’re passionate about, building confidence and overall skills. Everyone said they were looking forward to using what thunspecifiedey learn with go_girl for their futures. Each go_girl brings a unique perspective and different skills that makes me look forward to the collaboration opportunities ahead.
Speaking of unique talents, one of our go_girls, JJ, is a self-identified creative with years of experience and an impressive artistic eye! When we were working on the mascot design everyone went around
expressing what they would like included and JJ used all of the input to draft an amazing mascot! We’re excited to share it with you all when it’s finalised.

The session went by quickly as usual but it was really productive. Each go_girl was given a notebook to use for reflection so they spent part of the last bit of the session writing in those. We ended with some lively discussions on various topics the go_girls are interested in discussing and learning more abounspecified (1)ut. A couple of them included cyber-bullying, privacy online, body positive messages and confidence building. These are especially pertinent topics today that are important to learn about and discuss. It will be really interesting to hear everyone’s experiences, concerns and proposed solutions!
Next week we will begin individual roadmaps for each go_girl that will help outline their goals and paths to reach them. We will also dive into pseudo-coding!

 

Posted in Creative coding sessions 17, Uncategorized | Comments Off on Session 0: First session for year 2 of go_girl!

go girl code + create recruitment process

The recruitment process has been happening over the past few months now, recruiting and engaging girls and young women to start this years go girl code + create project 2017!

I have been fortunate enough to meet some inspiring and inspirational young women from Oxford and surrounding areas.

We currently have 12 girls and young women keen to get started and join go girl.

Ashmita, Paula and I met the lovely JJ last week who is incredibly creative and talented- we had a great catch up with her and she will definitely have a lot to offer the project.

Me & Paige met Jade and Ebonnee in Oxford City Centre this week. We treated the girls to sandwiches and cakes and got to know them a little better. The girls expressed their interests in go girl and said they are really looking forward to getting started, meeting new people and experiencing something completely different in terms of a computer programme just for girls!

IMG_8800

1:1 sessions carried out with a milkshake……of course! 🙂

Anne and I met with Abbey yesterday at the Department’s café. Abbey has already been thinking about creative ideas for the project and thinking about her goals and aspirations!

I have been meeting each of the girls 1:1 each week to get to know them and introduce them to go girl, getting to know their expectations and what they are hoping to achieve from engaging with the programme.

The girls and the team are very much looking forward to meeting one another next week- Wednesday 3rd May for the ‘Kick Off ‘ session getting to know one another, learning more about the project and introducing them to the beginning of the go girl code + create programme.

Watch this space…

Posted in Uncategorized | Comments Off on go girl code + create recruitment process

Go_girl project presentation at the IT Services

Go_girl pioneers Rosie and Chloe, together with Paula and Anne showcased the go_girl project in today’s #OxEngage lunchtime workshop at the IT Services. Rosie and Chloe reflected on their personal experiences of taking part in the go_girl project last year, and on what impact it has had on them so far. They also elaborted a bit on their current role of recruiting go_girl participants for the new cohort. Anne introduced the project and talked about its background and programme, while Paula reflected on her experiences of working on the project as a computer scientist and on introducing the young women to programming. (Picture credits: Rosie and Chloe took the pictures for this blog post)

   

Posted in Uncategorized | Comments Off on Go_girl project presentation at the IT Services

Go_girl pioneers visit Facebook HQ in London

A description by Isabel of our visit to the Facebook HQ will follow soon. In the mean time, here are some visual impressions!

Go_girl pioneers with Mel and Fiona on the tube to Facebook

Go_girl pioneers with Mel and Fiona in front of the Facebook Wall…

…and leaving their own messages. Here is Julia, signing the wall…

…and here is Sabbah’s message.

Sabbah, Charlotte and Julia posing with the iconic Facebook logo

And, of course, one of the main attractions: the Facebook candy store with free sweets on offer!

Sabbah and Isabel waiting

Go_girl pioneers with Mel and Anne outside the Facebook HQ

Posted in Uncategorized | Comments Off on Go_girl pioneers visit Facebook HQ in London

Go_girl featured on Oxford Thinking website

Posted in Uncategorized | Comments Off on Go_girl featured on Oxford Thinking website

Go_girl featured on IT Innovation Blog

it-innovation-blog

Posted in Uncategorized | Comments Off on Go_girl featured on IT Innovation Blog

Go_girl Recruitment

The recruitment of new participants for the next go_girl project cohort has started! Two of our go_girl pioneers, Chloe and Rosie, yesterday joined youth worker Mel on her visit to youth clubs in Oxfordshire to introduce the go_girl project and to recruite new participants.

img_8387

Chloe and Rosie on the way to a youth club to talk about their experience of taking part in the go_girl project

img_8386

Rosie outside the Blackbird Leys Community Centre holding the go_girl project fliers

img_8385

Chloe and Rosie talking about their experiences of taking part in last year’s go_girl project

img_8379

Rosie and Chloe preparing to introduce the go_girl project to youth club members

img_8382

Rosie and Chloe at the Littlemore Community Centre

Posted in Uncategorized | Comments Off on Go_girl Recruitment

Go_girl: code+create to continue this year with a new group of young women

The go_girl: code+create project continues this year with a new group of young women! Over the next weeks, we are planning to start with the recruitment of the new participants. Some of the young women who completed the programme last year (the go_girl: code+create ‘pioneers’) will act as mentors for the new participants and will share their experiences and newly gained coding skills through peer-to-peer learning. We are very grateful to our funders for this fantastic opportunity and are all very excited that our weekly coding sessions will start again soon. More updates to follow!

Posted in Uncategorized | Comments Off on Go_girl: code+create to continue this year with a new group of young women

University of Oxford features go_girl:code+create in their video series

Posted in Uncategorized | Comments Off on University of Oxford features go_girl:code+create in their video series

Final Go_Girl Project Ceremony and Certificates!

Today, we celebrated our final project event! We all came together at Kellogg College to share the stories of our journeys over the past go_girl year with friends and families and to present the projects to those interested. Everyone seemed really impressed by the journey made since the start of the project in September 2015.

The young women received their AQA certificates and Julia got a special recognition for having attended every single one of the 35 classes and all additional events and outings since the project started!

IMG_5520

Ceremony programs designed by the young women

IMG_5527

Mel welcoming everyone and delivering the opening keynote address

IMG_5541

Niall talking about the idea behind the go girl project

IMG_5542

Paula introducing herself and her role in the go_girl project

IMG_5543

Julia presenting her scratch game

IMG_5552

Rosie and Chloe presenting their go girl football fitness blog

IMG_5549

Frances and Isabel describing their health and lifestyle website / app

 

 

 

 

 

 

IMG_5557

The young women receiving their AQA certificates

 

 

 

 

 

 

 

So what’s next for the young women? CE will start Sixth Form in September and is planning to become a midwife. RH is planning to become a youth worker, citing Mel as her inspiration, and will start the courses that lead her on that path in autumn. Both I and F are planning to become teachers. JT will embark on a computer course in September to learn more about computers and maybe even coding. C will continue her work in the foodbank and is planning to get a licence to drive a fork-lift truck. SR is becoming a mom in the next few weeks. J is planning to volunteer for an NGO radio station. And SB is planning to retake her A-levels to get into Uni to fulfil her dream of studying for a science degree. We are so proud of all of them and wish them every luck for their next steps. Go Girls!

The go girl football fitness, in collaboration with Oxford United Women FC, which, initiated by Mel, developed from the go girl project, will resume in September and will continue. Mel will continue to follow up with the young women’s educational paths in the context of the weekly drop in session at the Early Intervention Hub. Niall and Anne will continue to meet and check in with the young women to hear about their plans and progress once a month until next year.

IMG_5561

The young women with their certificates (missing in the picture are C, I, J and S)

Posted in Uncategorized | Comments Off on Final Go_Girl Project Ceremony and Certificates!