Friday, December 7, 2018

Dark Souls Podcast

This podcast was inspired by my friends, and especially my boyfriend, forcing me to watch and play Dark Souls over the past few years. At first I would just watch my boyfriend and his roommate play everyday, every chance they got to play. Then I decided to finally give it a try to play it for myself. Once I realized that I am not very quick, and that I have too short of a temper to play Dark Souls I decided that just watching them play is better for me. I also think it is really interesting to listen to them talk endlessly about a game they love.

I thought that having three of my friends who are very passionate about the game, just talk in a round-table style would work best for this podcast. At first I considered doing individual interviews and having just one person talk at a time, but then I realized that it is much more interesting and comical hearing them talk to each other about their opinions on the game. I had to cut out a decent bit of bicker between them because they would just go off on side tangents but I tried to keep some of it so that it showed character development.

At first I thought it would be really easy and fun to get three of my best friends together to talk about a game that we all love. Then, I realized that working with three guys is complicated. Originally there were supposed to be five guys, but because of scheduling conflicts only three could be together at the time of the recording. Finding a time where we all could get together was a complication, and because I chose this form I had to have them all together at the same time. Another complication that I did not account for was that when people get really excited or really heated about topics, they all want to talk at the same time. I kept having to remind them to not talk over each other because you could not hear everything at one time. I thought it was really interesting to hear their favorite parts of the game, because I have been watching them play for years, so, some of their responses actually surprised me. Although working with guys was not as easy as I thought it would be, it was a lot of fun hearing about their favorite parts of the game.

Image result for sitting at a bonfire dark souls

Wednesday, December 5, 2018

Twine Tutorial

TWINE
“Twine is an open-source tool for telling interactive, non-linear stories.”-Twinery.org


Getting Started

Finding/Downloading
The Twine program is already available on all UPJ computers.  It can be found on computers in the Mac Lab (Blackington) by searching the word “twine” or finding it in the applications folder.  
In all other labs:
go to “files,” select “this PC” from the left hand column, under “devices and drives” select and open “OSDisc(C:)”, find and open the file “Program Files (x86)”, find and open file “Twine 2”, left click and select “send to” and “Desktop (create shortcut)” for ease of access while you’re working (it will stay on your desktop until the computers are “wiped”)

If you would like to have twine on your personal computer there is good news, it’s free!  Simply go to Twinery.org and you will see the option to download.  Here you can pick the option for whichever type of device you have (Windows, macOS, Linux).  You should be able to follow your computer’s download prompts and take it from here.

Opening/ Getting Familiar
When you open up the program, if the prompt appears, you can choose “get started.”


From here, choose the green button which reads “+Story” to begin your project.  You will be prompted to name your project. You can name it anything. If you are just messing around, I’d call it “Practice.”  


When you create a new story, it automatically creates a new “passage” for you.  The passage is the white box in the middle of the screen. This passage is what is basically acts as a digital page in your story/poem.  




Before we begin, we need to select the story format we want to use.  To do this, click the triangle at the bottom of the screen next to the title of our project(in this case “Practice”).  Next, select “Change Story Format.” Select, “Sugarcube 2.18.0


To start creating your poem, click on the passage to open it up.  Change the title to something like “Homepage.” Entering in the text is an opportunity to get creative.  Copy and Paste the entire body of text into this first passage. (example: A Road Not Taken by Robert Frost)
This is what it will look like.

(Save Progress by clicking the triangle by the title and selecting “Publish to File”)

From here, we will link to new passages.  To do this, pick a word or words in each stanza which you want to highlight.  Put two brackets around the word or words like this: [[yellow]]

This will create and link a new passage named “yellow”



It will look like this:
We can copy the first stanza and paste it into the passage named “yellow.”

We can repeat this pattern for each of the stanzas.  

This is just one example of how to creatively add links.  Feel free to change it up and add your creative spin here.



Edit Story Stylesheet/ CSS

To edit the style of the font, background, colors, etc.  you can enter in CSS code into the story stylesheet. To find this you click on the triangle next to the title and select “Edit Story Stylesheet.”

I will include code below.  There are many ways you can alter this to make the look fit your poem.  To find examples of code to change color or text, I suggest checking out the CSS page on W3Schools.com.  

body{
 background-color: #ffffff;
 color:#000000;
 font-family: "Courier New", Courier, monospace;
 font-size: 125%;
 font-weight: bold;}
#ui-bar{
 color:#FFFFFF; }
#ui-dialog{
 color:#FFFFFF; }

Inserting Images

To insert images into your story, you should first make a folder.  Put it somewhere it is easy to find (like on your desktop maybe). You should keep the name simple, so it’s easier for you to turn it into a webpage.  Names like, “twine” or “road” are good.

(Move your twine html file inside this folder.)

Within that folder create a folder named, “images.”
This is where you will save all of the images you want to include in your project.  When you place your photos in there you should also give them easy to type names.

This is an example of code you can use to insert an image.  

<img src="images/name.jpg" alt="name" width="70%" height="70%" />

You type it onto the passage which you wish to see it.  
Remember to edit it so that the name of your image file is in place of “name.”


Inserting Audio

To insert audio, create another folder within that “twine” folder named “audio.”  This is where you will save your audio file.

Insert this code into the passage where you want your audio to play:

<audio src= "audio/name.wav" autoplay/>

Remember to change the name of the file to match your file name.  


Website

To turn your twine poem into a website, follow this guide: creating-your-own-website




Monday, December 3, 2018

Digital Poetry Final Poem

This poem was inspired by my last semester of college and the stress of finals week.

http://www.pitt.edu/~aep56/final/Final.mp4

Thursday, November 29, 2018

Final project propsal

For our final project, we were given the task to create a interactive digital story. I planned to work with Mary-Lynn for this project. We were thinking to use either Twine or HTML. I believe Twine will be our best platform for the story we intend to tell. Although we have not completely decided on the story, we are thinking to tell the story of college students. Twine allows for different endings to the same story. 
I was thinking to have the reader start out with a pretty linear story where they are just clicking through the introductory parts about the basics of college life; class, homework, group projects, friendships, etc. Then giving the reader the option to choose what type of college life they want to experience in the game. Do they want to follow the rules and do their homework every day, do they want to party and sleep through class, or are they an athlete that is stuck between excelling in the classroom or on the field? 
Twine will allow us to incorporate sound and images but video clips may be a challenge for us. This video project will really put our talents to the test. We both have used Twine before to make simple and smaller projects, but this will allow us to expand our knowledge of the program. It also will push us to create stories like I never have before. We will have to be creative enough to not only write one story, but one story with multiple endings. This project is going to be challenging but the outcome will be well worth it!


Image result for college life comic strip

Thursday, November 15, 2018

Video Project

My video project is a promotional video for Sodexo dining at UPJ. I am an employee for Sodexo, and I also interned with them a few semesters ago. When interning, I learned how their marketing department operates. We are currently in need of new employees and we were trying to think of a good way to let people know what it is really like working for Sodexo; thus, came my video project idea. I got together with the Human Resources manager and the marketing manager and we set up a plan. We discussed what positions to highlight, key employees to speak with, and also logistics on when the best time to film would be for everyone. They really helped me get my ideas flowing. 

The form for this video is a compilation of photos, video interviews, and voice over descriptions. I did this so that it was not just my voice being heard the entire time. I wanted to feature different employees for my video. 

This video was a challenge to make, but actually a lot of fun! Since I work there, and know all of the employees, I felt comfortable speaking with them and taking photos of them. My favorite part about this project was hearing people's responses to "Why do you love working here?" There were a few responses that surprised me, but it definitely made me realize how lucky I am to have such great co-workers. 

The hard part about making this project was the editing part. I had no prior knowledge of video editing, so I basically taught myself how to use iMovie. Luckily, iMovie is a relatively user-friendly application. Although it was challenging, I found out that I actual enjoy video editing. Quite honestly, I surprised myself on what I was able to create. Did you know that it really is not that hard to take just the sound from a video clip? (I thought that would be impossible to do!)

Stylistically, I wanted the color scheme to be professional and to be the same colors as our company colors; blue, white, and red. The segments that were just text, I wanted to keep simple because the rest of the video was a bit busy. I also wanted to keep everything consistent throughout the entire video. For instance, in between the video interviews I would use 4 or 5 five photos. Also, I realized that some transitions work better between some photos than others. Also, I really like the "Ken Burns" feature for showing the image, but sometimes that would not work with photos, so I would put a more intricate transition with those photos. 

This project has taught me much more than I had anticipated. I learned how much goes into video editing. I also realized that just a few seconds a film, requires so much editing time. I really liked figuring out how to layering all of the components, such as, the videos, my voice, and the background sounds. I also learned what it is like to film in a work place. I had to be able to use my judgement of good photos. Because I was filming for a company, I had to make sure that everything happening in the video or photo adhered to company policies for safety, dress code, etc. Another important thing that I learned that I am sure I will use for my career is understanding photo release forms. As well as, trying to figure out what to do if people do not consent to the photo being used. This was especially hard when filming in a group setting.


Here is my project: https://drive.google.com/file/d/10SBAloqytnygAmmVxNzQwScJVwzcrZEN/view?usp=sharing 
or
https://www.youtube.com/watch?v=OX6cd6m1xac&feature=youtu.be

Sunday, November 11, 2018

Poem #3

This poem was inspired by the words that my friends and family say when I go home for the holidays. There are some good things, but mostly things that stress out college students!

http://www.pitt.edu/~aep56/poem/home.html

Friday, November 2, 2018

Three Videos

During this segment of the course, we are discovering how video essays are created, and the significance of pairing sound with images. The three videos that stood out to me the most were How The Beatles Changed Album Covers,One Step Away, and A Brief Look at Texting and the Internet in Film. All three of these films pair sound and image together to create a video that allow the two factors to compliment each other perfectly.

In the first film, A Brief Look at Texting and the Internet In Film, they show the evolution of showing text messages and internet browses in films. Up until recently, film makers would often just avoid showing the messages by having the actor read them aloud or by cutting out cellphones or technology all together. In this video essay, they show clips of films that have used this old fashion technique. They also show how they were able to start integrating text messages into film, the main film that they referred to was Sherlock. In the video essay, they would have the scene with the messages playing, while havind a voice over playing in the background explaining facts and the timeline of the evolution of integrating texts in film. They would play short sounds from the film in the video to fill in empty space and for transition scenes.

The other video essay that I watched this week was, The Beatles Changed Album Covers. This video essay explained how the Beatles were the leaders in the album cover world in an informative way. He was saying how in record shops that the album covers are what caught people attention and when he said that is when the video was showing people looking through albums at a record shop. They would play some Beatles tracks while talking about it, but for the most part just had light instruments, like strings playing in the background. Description with texts can only go so far, so he showed the album covers as he spoke about them and when he showed The Beatles album he would highlight the specific things he was discussing. He used this imagery to show the audience what he was talking about, and it made it easy to follow along with. This essay could have been just a podcast or voice recording, but pairing it with the video allowed for the audience to understand and visualize the pieces that the speaker was describing.

The third video was titled One Step Away. This was more of a video poem, than an essay. This poem was based off of a dream that the author had. It could have easily been just spoken words and not have video. Although, the video adds emotion that hearing the words would not have been able to evoke. The tone in her voice as she reads, and the video as it takes us through this world of confuse evokes emotion in the viewer. I believe that the author would have paired this poem with this video because they wanted us to see the certain things, rather than just leaving it up to the imagination. She wanted us to see walking in the streets, and nature from strange angles. The music and words, paired with the images created a beautiful and emotional video poem. 


I believe in each of these videos, the pairing of audio, text, and images worked very well. I think that the first two films were informative and so the mono toned voice, and limited background sound was appropriate. On the other hand, the video poem had background music for most of the video and that was fitting because it was an emotionally driven video. I think that when I create my video, it will be more informative so I will most likely look at the first two films as models, but if I was filming a more creative video, like in the poetic genre, I would use the third film as an example.