Carousels Group Update Week 10

We are continuing to go ahead on a good clip with our project, but aren’t immune from some roadblocks!

What’s going well?

Website: Added our fonts and colors to the website, and have added all of our profiles to the about page. We decided on a template for our carousel blog posts, so Kelly will get started on creating an example post for us each to follow when we post about the carousels we’re assigned to. Leonard is working on using CSS to add the logo to the header of our page.

Visiting Carousels: We’ve had great weather, and some carousel openings, so we’ve all been able to visit at least one, and all have plans to visit more. Kelly was able to visit Prospect Park, and Julissa visited the Sea Glass carousel, so we have plenty of original photos/videos for those carousels to use for our site and social media.

Outreach & Social Media: Leonard has created communication templates and is actively identifying and vetting potential contacts with hopes to initiate contact soon. Julissa is diving into our social media presence, brainstorming post ideas around reviews, fun facts, team introductions, and project promotion on Instagram.

Where are we facing challenges?

  • Carousel Access: Unfortunately, some of our assigned carousels have been either closed or inaccessible for visits. We may need to rely on creative commons pictures for these locations if all else fails.
  • Map Embedding: Carla has successfully generated the map embed code, and it works on standard WordPress instances. However, we’re encountering issues embedding it correctly on the CUNY Commons platform. Carla is going to reach out to our CUNY Commons Mapping Group to see if we can get any tips.

Tasks for the Upcoming Week (Leading up to the presentation):

Leonard:

  • Create a logo for the website header using CSS.
  • Continue outreach efforts.

Julissa:

  • Draft and schedule social media posts.
  • Create Instagram “highlights” for each borough showcasing our visited carousels.
  • Start draft for info-graphic handout
  • “Jazz up” presentation slides with graphic design razzamatazz

Carla:

  • Prepare the project presentation for next class for Julissa to jazz up.
  • Goal: Have all carousels have a pin on the map (even if represented by a placeholder image for now).
  • Reach out to the Map group on CUNY Commons for help with embedding the map on our specific platform.

Kelly:

  • Finalize the blog template structure and complete blog posts for assigned carousels

All Team Members:

  • Visit more assigned carousels to gather photos and videos whenever possible.
  • Research “fun facts” about our assigned carousels for possible social media posts

Group Update 2: GDPW

The GDPW group has made a lot of progress over the past two weeks: our logo and banner are finalized; several data visualizations are close to completion; our social media sites are set up and ready to go; we even have business cards!  So, in many ways we’ve met our milestones, but that means we have new ones now. 

This week we are mostly focused on the class presentation for next week.  We are putting together summaries of each person’s work to date, and collaboratively asking ourselves and each other questions that we feel will come from an audience.  For example, “Why wrestling and not some other sport?”  “What is the point of our data visualizations?”  “What is our story, and why is it important?”  “Why now?” “Why were choices around social media and outreach made the way they are?”  “What was your design vision?” Since it’s kind of a test-run for the final presentation, we are trying to think of the “big” and “clarifying” questions that people may want to know about our project.

We have a hard deadline of April 23 to have our social media and website in a preliminary “live” state so that we can use the Queens wrestling match to really hit outreach.  We’re thinking, too, about images, quotes from social media, and even videos (with appropriate permissions) to add to the final version of our site. Finally, as a team we are coalescing around a narrative:  “the numbers don’t lie” and in fact tell an important story about 90 years of women’s pro wrestling that needs to be told. 

Hutnick Blog Post: Software Setup (Or, Wrestling with Wax)

Ok, this week, my brain is feeling much better and my morale has been boosted by tinkering with code. First bit of good news – we all successfully installed Wax onto our computers and were able to run the sample site! It took much thread following and bargaining, but we each finally got it to work. Of course, each of our systems were different and took some trial, error, and patience to cajole into accepting all of the dependencies that we just threw at them. I commend my team for not ousting me as their leader when they learned that Wax, the framework I championed, required installing several bits of software over the command line. To anyone who doesn’t know what the command line is, think of that window that hackers use on TV to  write their magic commands. Nothing is more frustrating (and then exhilirating!) to see something fail for seemingly no reason. . . and then figure out the problem (or sometimes stuff in a solution from Stack Overflow) and have it WORK.

I then rinse repeated this feeling of frustration and euphoria as I then had to stuff both of our project CSV’s into the repository and keep entering the commands to generate pages from them and run the site locally until it worked. Let me back up. Last week, I mentioned that I would need to prepare the CSV’s (comma separated values – like a low resolution excel file) that would power the song and program pages of the site. We had been preparing the song CSV file for pretty much the whole semester with our research, but the program CSV would need to be made from scratch. I thought the program CSV would be easy to make since I didn’t have to look for any information – I would just have to fill in what was on the program PDF. Boy was I wrong.

Here’s the issue: most of the information per program – i.e. date of concert, city of concert, performers, etc. have multiple values. The Ensemble performs multiple nights in multiple cities with (obviously) multiple performers. And they don’t always have the same number of performances, cities, performers, songs, etc. And sometimes the data with multiple values was associated with data with even MORE values – i.e. each performer was associated with their home city in the program. So, how was I going to reconcile all of these columns?

The answer was fairly simple – keep one column per data type and separate out the values with semicolons (;). We’ll have to loop through this data on the front end in order to separate the values, but it is the simplest way to prepare the data. I thought that switching to a JSON format for the programs may be easier since the structure could be a bit more freeform, but Nicole helpfully pointed out that 1. We’d still need to loop over the data and 2. While *I* as a programmer think that a JSON would look more readable, anyone not familiar with JSON’s / object oriented programming would probably have a harder time with it. Considering that we’re handing this project off to the Ensemble, who may or may not be familiar with JSON’s, it would be simpler to stick with CSV’s (after all, more people have definitely used Excel at some point in their life). Lesson of the Week: Changing data file types does not automatically solve the problem.

So, I set up the headers and Lini and I got to work transcribing the programs. I was careful to include as many details as I could for accessibility’s sake – while we would have the PDF of the programs available, it’s also good to provide the information in a way that users can parse and that provides users who can’t see the PDF for whatever reason with a way to still receive the data.

After that (and some more trial and error), I was able to generate pages for the current programs / list of songs. Mercifully, there were no curveballs in pulling the Cyrillic names or lyrics. So, we’re in business (locally!). I did push the changes up to our GitHub repository, which Alex will use tomorrow in a lesson in pull requests and general GitHub introduction. Exciting times!

Also, we’re going to be interviewing Nadia Tarnawsky (bandurist and singer featured in Dr. Ostashewski’s article on Women in Bandura) next Monday – it’s all coming together!

 

Personal Journal Entry – 3/31/2025

I’m really deep in my outreach role right now. I contacted a bandurist who was written about in Dr. Ostashewski’s article on women in bandura, Nadia Tarnawsky, about doing an interview with us for the history portion of our project. I’ve been particularly excited about this part of the project and started fantasizing about all of the interviews we were going to do and how it would contribute to the strength of the project. Alex provided a much needed reality check during our Thursday team meeting. A full scale oral history project was wayyyyy outside the scale of our project. We all agreed it made sense to take recordings of the interviews for future use and possible publication, but to ultimately stick to our plan and make sure that we meet our deliverable. We’ll talk to Nadia this coming Monday 4/7 and then hopefully Julien and Irene or Teryn from WBENA.

I also created a social media calendar with my wife’s help. I was nervous to make the social media plan, but she helped me understand and personalize a calendar that she was given at her job. I used Canva to create an intro and team page that Tasha was running past Teryn in their meeting this week. I think we will firm things up tomorrow and then our Facebook and Bluesky will be launched! And then we start to curate our online presence.

Personal Post #6

Things have been running smoothly with our group. Our group chat on signal keeps us connected when we don’t meet.

It was super helpful to stay connected to the team last week on signal as I was sick. I was glad I got ahead with prepping the mapping platform so I don’t feel so behind. It’ll be nice to reconnect this week in class and hear about Leonard’s travels and  Julissa’s and Kelly’s trips to carousels, and updates from class

I went to visit Forest Park Carousel earlier this month, which is in my new neighborhood. The opening date was today, so excited for some warmer weather and to visit!

Blog 7

Last week was productive. During class time, we finalized the fonts which was the last item to complete the brand kit. I created a style guide and organized the graphics for the team to easily access. I also accepted the stipend, now waiting for it to be disbursed.

Taking advantage of Saturday’s weather, I visited the Sea Glass carousel.  It was nice yet a long trip, but the kids had a blast! I had to tell them it was snack time just to get a break from chasing them. I like the fact we are taking the time to visit the carousels because it makes it feel more tangible. I was able to get clarity on pricing for example kids under 12 months are free.

Next steps for me, is to update the data on the Sea Glass carousel. Work on a promotional flyer or card to handout and begin creating content to post on Instagram.

 

Personal Blog VI

So much is going on, and so many things must be done. There is not enough time, but I want to know who leaked our group topic project to Madison Square Garden. Haha. In all seriousness, I was surprised earlier this week when I received an email to reserve my free press conference tickets for Taylor vs. Serrano 3, who will be headlining an all-women’s boxing event in July at MSG.

It’s just amazing to see this event happening. I should have focused this DH Project on women’s boxing, but it’s too late to deviate. I also enjoy watching boxing; it’s one of the things my family used to do every month when there was a big PPV event with well-known prize fighters like Oscar De La Hoya, Pacquiao, Mike Tyson, Roy Jones Jr, Mayorga, etc. However, my heart and passion lie in wrestling. I wasn’t upset the event wasn’t wrestling. When will there be a women’s card for wrestling anywhere soon? Lo and behold, one of my good friends messaged me this past Saturday.

Right in Queens, there will be an all-women’s wrestling event, Women Crush Wednesday 5, on April 23, hosted by Battle Club Pro (BCP). I immediately bought my tickets for two reasons: I went to the 3rd show for two years, and it was amazing, and second, it feels like a fantastic outreach opportunity. I did pay out of pocket for this event since my group had already decided that on April 23, Cathy and I would be going to another event, House Of Glory’s (HOG) Isolation on April 25 for outreach. Had I known that BCP had this event planned, I would have bought tickets for WCW 5 instead of HOG with our funding. Oh well, I can’t complain. There are two wrestling shows in one week. I haven’t been to an event since December 2024, when I ran a show gauntlet with some friends and saw AEW/ROH (All Elite Wrestling/ Ring of Honor) at the Hammerstein Ballroom for 3 days straight.
Anyway, I am looking forward to April as we are just about to enter it. The group is in the right headspace, and we have goals and assigned tasks to complete this month. We will work together as a team and persevere if we encounter any hiccups. That’s what makes this project the best I’ve ever worked on. I can count on my team, and they can count on me. I wish everyone a fabulous April.

Carousels Group Project Update March 26

We believe we’re going at a good pace, and have appreciated the time in class to discuss the project, while getting a lot done independently.

In terms of milestones, we have good bones to our website, the map is coming along nicely, we agreed upon a visual identity system (logo, fonts, colors), have started an Instagram page, and have started drafting communication templates for our outreach efforts.

We haven’t visited as many carousels as we anticipated in our timeline, but have visited some. We’re not too worried about it as many carousels are starting to open (literally this weekend), and others have been postponed due to cold/wet/windy weather. We all have plans to visit more shortly.

We also had a domain mapping issue with the website, but it seems to be resolved. We were unable to edit the website for about a week, but we were a little ahead of schedule with that, so no worries.

The map is going well with a combination of ArcGIS Storymaps, and possibly ArcGIS itself (if needed). Carla has been in regular contact with a Digital Fellow to troubleshoot. We’re currently trying to figure out a better way to embed images of the carousels within the metadata.

Since our visual identity system is ready, we can start embedding it more to the website and begin planning for handouts and future posts for social media. We are also going to gather a list of points of interest to reach out to once our outreach templates are complete.

Women of Bandura Group Update Week 9

What we accomplished tonight:

  • Reviewed Song Research Sheet and discussed final steps
  • Briefly reviewed CSV structure
  • Reviewed Lini’s amazing second draft logo designs
  • Brainstormed social media posts
  • FINALLY got Wax to run locally (Tasha – after much frustration)

What we’re working on this week:

  • Alex – continuing with lower priority wireframes and Wax setup
  • Tasha – refine and add existing CSV’s into the backend for testing and check in with Teryn on social media posts, hosting the sound files for the site,  contacts for interviews, etc.
  • Lini – work on banner for social media
  • Melissa + Lini – continue developing our social media post backlog
  • Melissa – reach out to bandurist Nadia Tarnawsky about possibility of interview

Our next team meeting will be Thursday, at which we’ll reconvene on the progress of the above. We will also discuss adjusting course / expectations as we enter into the final month of the project. We’ve already discussed this in regards to our approach to song research tonight, but it will be good to have a refresh with the whole team toward the whole project.

Nicole’s astonishment at the progress each of our projects made was certainly heartwarming and invigorating. It helps to have a reminder of all of the work we’ve achieved up until this point, especially when we’re taking a good look at ourselves and considering what we can reasonably accomplish going forward.