CSUB Business Analytics Mini-bootcamp Lab 1 - About me

Author

Justin Maliska

Published

June 1, 2026

First, we will add an image to our page using the Markdown syntax ![alt text](image-.

Since we are working in RStudio Cloud, specifying the full image path is not required. Instead, we can upload the image to RStudio Cloud and simply use the image’s file name within the parentheses.

Image Syntax:

The general form is alt text.

alt text: Describes the image for accessibility and fallback purposes. image-path-or-URL: Specifies where to find the image.

Use Case for Alt Text:

Alt text improves accessibility for users who rely on screen readers or if the image cannot load. Word cloud - what do my students say about me based on the official teaching evaluations? (you may use an avatar or your profile image)

About me (elaborate a little bit)

Hi, I’m a business student majoring in Business Administration with a concentration in Marketing and Management at CSUB. My current objectives is to graduate with my bachelors degree. My career goal is be the Marketing Manager for an outdoor company.

Here is my website (please replace this one with yours if you have one)

Academic Background (elaborate a little bit)

I’m currently pursuing my bachelors in Business Administration at CSUB.

Professional Background (elaborate a little bit)

I have nearly 3 years of experience as Student Manager of Outdoor Adventures at the CSUB Student Rec Center

Experience with Excel (elaborate a little bit)

I have () prior experience with ()

Experience with R & Tableau (elaborate a little bit)

I have () prior experience with ()

Experience with other analytic software (elaborate a little bit)

I have () prior experience with ()

I wanted to become () until the end of the semester.

## I would like to pursue a career in ____ as____

Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.

Running Code

When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this:

1 + 1
[1] 2

You can add options to executable code like this

[1] 4

The echo: false option disables the printing of code (only output is displayed).