2025-02-16

Happy belated Valentine’s Day! This week, I worked on the Excel training!   I was trying to create a pivot table but Office 365 for Linux did not have such a function, so I installed LibreOffice, which offers expanded options for editing Excel sheets for Linux users. I installed Debian version for this app, which was the first time I learned which distribution my Linux functions on. On the terminal, I did “ls” to read the name of the zip file, “cd [file name]” to relocate the depository, “ls” to read the names of subfiles, “cd DEBS” because DEBS was the name of the file that contains the apps, and “sudo dpkg -i *.deb” to open and install the apps! It was a loooooong way, so I hope the app is worth my time.

my pivot chart made with LibreOffice
it took me about 30 mins btw

2025-02-09

Today, I completed CollectionBuilder’s Walkthrough for CSV! Below are some tips that I found helpful to operate the systems as a Linux user, including how to download Ruby, Jekyll, VS code, etc. I am content with what I learned today, and I am thrilled to move forward to the research phase of our project! You can also see my beautiful demo from here.

Installation

  • Ruby tutorial: https://rubygems.org/pages/download
  • Jekyll tutorial: https://jekyllrb-ja.github.io/docs/installation/ubuntu/
  • VS code tutorial: https://code.visualstudio.com/docs/setup/linux

Navigation for VS code/Github

  • Cloning from Github to VS code
    • Open VS Code and Github on a laptop
    • Copy the URL that ends with “.git” from the green button that says “code”
    • From the start page of VS code, select “clone from Git” and make a clone from the GitHub
  • Pasting a downloaded CSV file on VS code
    • When pasting the CSV file from the download file to the VS code, select “share” in the folder for the targeted file to snatch the file link
    • click on “_data” on VS code, create a new file
    • Paste the link you copied from the download folder

2025-02-05

Today, I worked on the week 3 training about accessibility! One thing that was new to me was that the website’s capacity to be perceived and to be understood are two different sectors. One of the advice that I found helpful was “Use headings rather than bolding or font size change to indicate page sections,” as I did not have a clear understanding of the point of using the headings. Good to know that it increases accessibility!

I watched Web Accessibility Perspective Videos to learn more about what kind of barriers can exist on web pages. I found the video about keyboard compatibility and speech recognition particularly insightful in imagining the users’ perspective and navigations and building an easily navigable website.

I also read the Yale WCAG checklist. WordPress, fortunately, provides us with a function to create a toolbar that is uniform across the pages of the site, which enables consistent navigation. Thinking about the color of icons, letters, and backgrounds is a crucial part of design features that can be planned in the conceptual step of the website building. When implementing a link, for example, you might want to underline the link to emphasize that it is a link, not text, etc. Clarity is always the key!! I realized that I did not have a clear understanding of the role of alternative text until I learned it through those resources (I thought it was just there and chilling). I newly learned that the alternative text is crucial for the reader who uses a read-aloud function to understand the visual information which is not necessarily available for all people.

I am going to update my website using WAVE, and I hope it will improve the accessibility of my website!

2025-02-03

Today, I went through one of the CollectionBuilder tutorials. I did the GitHub walkthrough, and I successfully set up GitHub (yay). This week, I will do the other two tutorials to kick-start my journey with the CollectionBuilder. Again, I am so excited to learn this new tool!

Potential training materials after completing all three basics:

Customization Options:

Advanced Options:

2025-02-02

Today, I made icons for my portfolio website on Canva and transferred some texts from my personal website. (I like how green my website is.) I am going to install Collection Builder and set up GitHub for my project with Libby. I am excited to complete setting up my portfolio soon and working on the collaborative project as a Vivero Fellow!

2025-01-29

Today,  after checking week 2 todo for new fellows, I read through policies and procedures, an article about domains, and an article about how to do your jobs. For my portfolio website, I installed Elementor to edit my page with visual assistance. I am still working on page organizations. Next week, along with weekly training, I will create icons to embed links to the branching pages and start housing my research projects on this website.