<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[UCR Digital Scholarship Newsletter]]></title><description><![CDATA[Stay connected with the latest in Digital Scholarship at UC Riverside and beyond.]]></description><link>https://ucrds.substack.com</link><image><url>https://substackcdn.com/image/fetch/$s_!IWou!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0f5b85cc-b9d0-4f17-95f7-6818ce3ed9ba_500x500.png</url><title>UCR Digital Scholarship Newsletter</title><link>https://ucrds.substack.com</link></image><generator>Substack</generator><lastBuildDate>Tue, 21 Apr 2026 13:05:21 GMT</lastBuildDate><atom:link href="https://ucrds.substack.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[UCR Digital Scholarship]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[ucrds@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[ucrds@substack.com]]></itunes:email><itunes:name><![CDATA[UCR Digital Scholarship]]></itunes:name></itunes:owner><itunes:author><![CDATA[UCR Digital Scholarship]]></itunes:author><googleplay:owner><![CDATA[ucrds@substack.com]]></googleplay:owner><googleplay:email><![CDATA[ucrds@substack.com]]></googleplay:email><googleplay:author><![CDATA[UCR Digital Scholarship]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Transcribe Interviews with Whisper]]></title><description><![CDATA[Learn how to run automatic speech recognition model Whisper locally fast]]></description><link>https://ucrds.substack.com/p/transcribe-interviews-with-whisper</link><guid isPermaLink="false">https://ucrds.substack.com/p/transcribe-interviews-with-whisper</guid><pubDate>Thu, 17 Apr 2025 16:20:46 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!fN2D!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Whisper is an open-source neural net introduced by OpenAI in September 2022. It has the capability of transcribing and translating multiple languages. Whisper&#8217;s performance varies based on the language. It has the best performance in English. Whisper comes in five model sizes: tiny, base, small, medium, and large. The larger models boost performance, especially when handling difficult tasks like accents and non-English text. However, the increase in performance will bring in a speed decrease. You can find more information about Whisper on its <a href="https://openai.com/research/whisper">official blog post</a>, <a href="https://arxiv.org/abs/2212.04356">academic paper</a>, and <a href="https://github.com/openai/whisper">GitHub repository</a>.</p><p>Qualitative researchers often rely on software products to transcribe and translate interview data. The sensitivity of these data requires researchers to handle them locally. Running Whisper locally will help researchers adhere to the best IRB practice without relying on software products. This article shows how to run different sizes of Whisper <strong>locally on Mac fast</strong>. If you have never opened the terminal on your Mac before, I got you! If you frequently visit GitHub, this<a href="https://github.com/ggerganov/whisper.cpp"> link </a>is for you. If you want to use a software product that builds on top of Whisper, check out this <a href="https://buzzcaptions.com/">link</a>. I have not tried this product and am not affiliated with it in any way.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!fN2D!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!fN2D!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!fN2D!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!fN2D!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!fN2D!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!fN2D!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png" width="1456" height="971" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:971,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Generated image&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Generated image" title="Generated image" srcset="https://substackcdn.com/image/fetch/$s_!fN2D!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 424w, https://substackcdn.com/image/fetch/$s_!fN2D!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 848w, https://substackcdn.com/image/fetch/$s_!fN2D!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!fN2D!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F29713d0f-7c07-48f3-b7e2-177c8dfeafd5_1536x1024.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h3>Prepare your Mac</h3><p>First, let&#8217;s open your terminal and install Homebrew. You can open the spotlight search on your Mac and type in terminal. <a href="https://brew.sh/">Homebrew</a> is the package manager for macOS. We need Homebrew to install <a href="https://ffmpeg.org/">FFmpeg</a>, which handles audio and video files. Whisper accepts multiple audio formats, but we need .wav format to use the community solution offering a speed bump. We also need Homebrew to install Git, a source code management tool. GitHub is built on top of Git.</p><h5>Install Homebrew</h5><p>Copy and paste this line on your terminal. You can find this code on Homebrew homepage.</p><pre><code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code></pre><p>Type &#8220;brew&#8221; to check if you have installed Homebrew successfully.</p><h5>Install FFmpeg with Homebrew</h5><p>Copy and paste the following code. You can also find more information on installing FFmpeg with Homebrew <a href="https://formulae.brew.sh/formula/ffmpeg">here</a>.</p><h5>Install Git with Homebrew</h5><p>It follows the same &#8220;<strong>brew install</strong>&#8221; formula. Copy and paste the following code. You can also find more information on installing Git with Homebrew <a href="https://formulae.brew.sh/formula/ffmpeg">here</a>.</p><pre><code>brew install git</code></pre><h5>Install cmake with Homebrew</h5><p><a href="https://formulae.brew.sh/formula/cmake">cmake </a>is a tool for building C++ code.</p><pre><code>brew install cmake</code></pre><p>Now, we are ready to get started by cloning this<a href="https://github.com/ggerganov/whisper.cpp"> GitHub repository</a>. It is a port of OpenAI's Whisper model in C/C++, which offers a speed boost. Clone means having a copy of the repository hosted on Github locally on your laptop.</p><div><hr></div><h3>Get Whisper</h3><p>Let&#8217;s find a location to save the repository. First, let&#8217;s check what your current working directory is by running this code:</p><pre><code>pwd</code></pre><p>Use <code>&#8220;cd&#8221;</code> command to navigate to a different directory. Use <code>&#8220;..&#8221;</code> to navigate back to the parent directory. If you are in a subdirectory under <strong>Documents</strong>, running the following code will navigate you to <strong>Documents</strong>. You can find more information on navigating files using a Mac terminal <a href="https://appletoolbox.com/navigate-folders-using-the-mac-terminal/">here</a>. Or ask <a href="https://openai.com/blog/chatgpt">ChatGPT</a>.</p><h5>Clone</h5><p>Now, let&#8217;s clone the <a href="https://github.com/ggerganov/whisper.cpp">repository</a>.</p><pre><code><code>git clone https://github.com/ggerganov/whisper.cpp</code></code></pre><pre><code><code>cd whisper.cpp </code></code></pre><h5>Prepare your audio</h5><p>Convert your .mp3 file to a .wav file. If your audio files are in other formats, simply replace the mp3 file with your file in other formats.</p><pre><code><code>ffmpeg -i input.mp3 -ar 16000 -ac 1 -c:a pcm_s16le output.wav</code></code></pre><p>Once you have the .wav file, drag and drop it to the <strong>samples</strong> folder under the whisper.cpp folder.</p><p>We are ready to run Whisper now!</p><h3>Run Whisper</h3><p>The base or tiny model will work fine if your task is transcribing texts in English.</p><p>If your task is more complicated, try experimenting with different model sizes to find the model size that fits your use case!</p><p>The following code shows how to run the base Whisper model.</p><p>First, download one of the Whisper <a href="https://github.com/ggml-org/whisper.cpp/blob/master/models/README.md">models</a> converted in <code>ggml</code> format. For example:</p><pre><code>sh ./models/download-ggml-model.sh base.en</code></pre><p>Now build the whisper-cli example and transcribe an audio file like this:</p><pre><code># build the project
cmake -B build
cmake --build build --config Release

# transcribe an audio file
./build/bin/whisper-cli -f samples/jfk.wav</code></pre><div><hr></div><p>For a quick demo, simply run <code>make base.en</code>.</p><p>The command downloads the <code>base.en</code> model converted to custom <code>ggml</code> format and runs the inference on all <code>.wav</code> samples in the folder <code>samples</code>.</p><p>For detailed usage instructions, run: </p><pre><code><code>./build/bin/whisper-cli -h</code></code></pre><p></p>]]></content:encoded></item><item><title><![CDATA[DS in Full Bloom]]></title><description><![CDATA[New DS website and newsletter launch and sharing resources at UCR and beyond.]]></description><link>https://ucrds.substack.com/p/ds-in-full-bloom</link><guid isPermaLink="false">https://ucrds.substack.com/p/ds-in-full-bloom</guid><pubDate>Wed, 05 Mar 2025 01:00:28 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!FCPo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h3>UCR DS News</h3><p>UCR Library relaunches its <a href="https://library.ucr.edu/research-support/digital-scholarship">Digital Scholarship services</a> with one-on-one or group <a href="https://calendly.com/jingh-ucr">consultations </a>and monthly<a href="https://www.eventbrite.com/o/uc-riverside-library-7346569507"> workshops and meetups</a>!</p><p>DS workshops cover topics about integrating digital tools, methods, and technologies into their research, teaching, learning, and publishing.</p><p>DS meetups invite guest speakers from UCR and beyond and cultivate community conversations on digital tools, methods, and technologies and facilitate collaborative learning and connection across all disciplines at UCR.</p><p>Our guest speakers for the Spring DS Meetup Series include:</p><blockquote><p><a href="https://profiles.ucr.edu/app/home/profile/covad">Dr. Covadonga Lamar Prieto</a>, the Interim Associate Dean for Student Academic Affairs in CHASS and an Associate Professor in the Dept. of Hispanic Studies. She also runs <a href="https://socalab.ucr.edu/">Spanish of California Lab</a>.</p></blockquote><blockquote><p><a href="https://blackstudy.ucr.edu/team/anthony-jerry/">Dr. Anthony Russell Jerry,</a> an Associate Professor at the Department of Black Study. His DS projects include the Cultural Media Archive, the Learning Archive, and the<a href="https://empathyarchive.com/"> Empathy Archive</a>.</p></blockquote><blockquote><p><a href="https://profiles.ucr.edu/app/home/profile/cagudis">Dr. Catherine Gudis</a>, Teresa and Byron Pollitt Endowed Term Chair for Interdisciplinary Research and Learning in the Humanities &amp; Social Sciences at UCR. Her work includes<a href="https://peopleshistoryie.org/"> A People&#8217;s History of the I.E</a>. and her research has a focus on digital humanities in Southern California in general.</p></blockquote><p>Subscribe to stay updated on UCR DS events!</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://ucrds.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://ucrds.substack.com/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>DS Events Beyond UCR</h3><p>Soo many goods at<a href="https://dhsi.org/course-offerings/"> Digital Humanities Summer Institute</a>! Courses we are eyeing include:</p><blockquote><p>DH Sample Platter</p><p>NLP, LLMs, and Network Science Apps for Text and Media Analysis and Creativity</p><p>Coding Fundamentals for Humanists</p></blockquote><p><a href="https://web.sas.upenn.edu/dream-lab/2025-courses/">Dream Lab</a> and<a href="https://web.cvent.com/event/ac17dbdc-bf37-4057-adad-fab0de9a4577/websitePage:2a2b877f-4f93-42fb-9b7e-3490ecdd8aec"> Digital Humanities at Oxford Summer School </a>have very interesting course offerings too!</p><div><hr></div><h3>Tips</h3><p>As the <a href="https://www.digitalscholarshipresources.com/">Digital Scholarship Resources </a>website shows, many many commercial and open-source tools are available for DS projects. How do we know which one to use? How can we have time to learn to use all these tools?</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!FCPo!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!FCPo!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 424w, https://substackcdn.com/image/fetch/$s_!FCPo!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 848w, https://substackcdn.com/image/fetch/$s_!FCPo!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 1272w, https://substackcdn.com/image/fetch/$s_!FCPo!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!FCPo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png" width="600" height="382.4175824175824" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:928,&quot;width&quot;:1456,&quot;resizeWidth&quot;:600,&quot;bytes&quot;:326003,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://ucrds.substack.com/i/158403072?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!FCPo!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 424w, https://substackcdn.com/image/fetch/$s_!FCPo!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 848w, https://substackcdn.com/image/fetch/$s_!FCPo!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 1272w, https://substackcdn.com/image/fetch/$s_!FCPo!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1859e9b-6927-4449-aae1-957ff12dc67d_2366x1508.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Screenshot of the <a href="https://www.digitalscholarshipresources.com/">Digital Scholarship Resources Website</a> Curated By <a href="https://library.ucr.edu/people/jing-han">UCR DS Librarian</a></figcaption></figure></div><p>Those are indeed very important questions, and, hopefully you will develop your own answers as you spend more time on this newsletter!</p><p>But for now, I would like to share a tip for exploring no-code or low-code website builders to display your DS projects or portfolio.</p><p><strong>Remember to ask these three questions:</strong></p><blockquote><p>Where can I put all my content?</p><p>Where can I change the overall style?</p><p>Where can I edit the site information?</p></blockquote><p><strong>Also remember the fundamentals of how a browser displays a website:</strong></p><blockquote><p>Browser to Someone Else&#8217;s Computer (also known as Server): Where is example.com? I am <strong>requesting</strong> its files.</p><p>Server to Browser: I got your request. I am <strong>responding</strong> by sending files over!</p><p>Browser to Itself: I will keep some files so next time, I can display this page faster!</p></blockquote><p>Hopefully this issue will be helpful in your DS journey!</p><div class="poll-embed" data-attrs="{&quot;id&quot;:282633}" data-component-name="PollToDOM"></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://ucrds.substack.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://ucrds.substack.com/subscribe?"><span>Subscribe now</span></a></p>]]></content:encoded></item></channel></rss>