diff --git a/Gemfile.lock b/Gemfile.lock index 2b0b9cb5..a75820b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.4) + activesupport (7.2.0) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) @@ -27,7 +28,7 @@ GEM fast-stemmer (~> 1.0) matrix (~> 0.4) colorator (1.1.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) csl (1.6.0) @@ -51,23 +52,11 @@ GEM loofah (>= 2.3.1, < 3) sax-machine (>= 1.0, < 2) ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) gemoji (4.1.0) google-protobuf (4.27.3-aarch64-linux) bigdecimal rake (>= 13) - google-protobuf (4.27.3-arm64-darwin) - bigdecimal - rake (>= 13) - google-protobuf (4.27.3-x86_64-darwin) - bigdecimal - rake (>= 13) - google-protobuf (4.27.3-x86_64-linux) - bigdecimal - rake (>= 13) html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) @@ -147,13 +136,11 @@ GEM kramdown (~> 2.0) latex-decode (0.4.0) libv8-node (22.5.1.0-aarch64-linux) - libv8-node (22.5.1.0-arm64-darwin) - libv8-node (22.5.1.0-x86_64-darwin) - libv8-node (22.5.1.0-x86_64-linux) liquid (4.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -162,20 +149,13 @@ GEM mini_mime (1.1.5) mini_racer (0.13.0) libv8-node (~> 22.5.1.0) - minitest (5.24.1) + minitest (5.25.1) multi_xml (0.7.1) bigdecimal (~> 3.1) - mutex_m (0.2.0) namae (1.2.0) racc (~> 1.7) nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.7-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) - racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (6.0.1) @@ -190,13 +170,8 @@ GEM safe_yaml (1.0.5) sass-embedded (1.77.8-aarch64-linux-gnu) google-protobuf (~> 4.26) - sass-embedded (1.77.8-arm64-darwin) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86_64-darwin) - google-protobuf (~> 4.26) - sass-embedded (1.77.8-x86_64-linux-gnu) - google-protobuf (~> 4.26) sax-machine (1.3.2) + securerandom (0.3.1) strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -209,10 +184,7 @@ GEM webrick (1.8.1) PLATFORMS - aarch64-linux - arm64-darwin - x86_64-darwin - x86_64-linux + aarch64-linux-gnu DEPENDENCIES classifier-reborn @@ -241,4 +213,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.5.7 + 2.5.17 diff --git a/_config.yml b/_config.yml index 18f15eeb..c07177d1 100644 --- a/_config.yml +++ b/_config.yml @@ -2,20 +2,17 @@ # Site settings # ----------------------------------------------------------------------------- -title: blank # the website title (if blank, full name will be used instead) -first_name: You -middle_name: R. -last_name: Name -email: you@example.com +title: Naman Satish # the website title (if blank, full name will be used instead) +first_name: Naman +middle_name: Shimoga +last_name: Satish +email: naman@berkeley.com description: > # the ">" symbol means to ignore newlines until "footer_text:" - A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design. -footer_text: > - Powered by Jekyll with al-folio theme. - Hosted by GitHub Pages. - Photos from Unsplash. + Based on [*folio](https://github.com/bogoli/-folio) design. +footer_text: keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty lang: en # the language of your site (for example: en, fr, cn, ru, etc.) -icon: ⚛️ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) +icon: 🌐 # the emoji used as the favicon (alternatively, provide image name in /assets/img/) url: https://satish.dev # the base hostname & protocol for your site baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root @@ -41,7 +38,7 @@ repo_trophies: # will use title and url fields # Take a look to https://github.com/jekyll/jekyll-feed for more customization -rss_icon: true +rss_icon: false # ----------------------------------------------------------------------------- # Layout @@ -51,7 +48,7 @@ navbar_fixed: true footer_fixed: true search_enabled: true socials_in_search: true -bib_search: true +bib_search: false # Dimensions max_width: 930px @@ -133,8 +130,8 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) # Blog # ----------------------------------------------------------------------------- -blog_name: al-folio # blog_name will be displayed in your blog page -blog_description: a simple whitespace theme for academics +blog_name: Naman's Blog # blog_name will be displayed in your blog page +blog_description: some things i'm working on permalink: /blog/:year/:title/ lsi: false # produce an index for related posts @@ -169,12 +166,12 @@ disqus_shortname: al-folio # put your disqus shortname # If you have blog posts published on medium.com or other external sources, # you can display them in your blog by adding a link to the RSS feed. external_sources: - - name: medium.com - rss_url: https://medium.com/@al-folio/feed - - name: Google Blog - posts: - - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/ - published_date: 2024-05-14 + #- name: medium.com + # rss_url: https://medium.com/@al-folio/feed + #- name: Google Blog + # posts: + # - url: https://blog.google/technology/ai/google-gemini-update-flash-ai-assistant-io-2024/ + # published_date: 2024-05-14 # ----------------------------------------------------------------------------- # Newsletter @@ -243,7 +240,7 @@ exclude: - lighthouse_results/ - package.json - package-lock.json - - _pages/about_einstein.md + - _pages/about_naman.md - purgecss.config.js - README.md - readme_preview/ diff --git a/_data/cv.yml b/_data/cv.yml index 5885b30b..0840bc2c 100644 --- a/_data/cv.yml +++ b/_data/cv.yml @@ -2,7 +2,7 @@ type: map contents: - name: Full Name - value: Albert Einstein + value: Naman Satish - name: Date of Birth value: 14th March 1879 - name: Languages diff --git a/_posts/2015-03-15-formatting-and-links.md b/_drafts/2015-03-15-formatting-and-links.md similarity index 100% rename from _posts/2015-03-15-formatting-and-links.md rename to _drafts/2015-03-15-formatting-and-links.md diff --git a/_posts/2015-05-15-images.md b/_drafts/2015-05-15-images.md similarity index 100% rename from _posts/2015-05-15-images.md rename to _drafts/2015-05-15-images.md diff --git a/_posts/2015-07-15-code.md b/_drafts/2015-07-15-code.md similarity index 100% rename from _posts/2015-07-15-code.md rename to _drafts/2015-07-15-code.md diff --git a/_posts/2015-10-20-disqus-comments.md b/_drafts/2015-10-20-disqus-comments.md similarity index 100% rename from _posts/2015-10-20-disqus-comments.md rename to _drafts/2015-10-20-disqus-comments.md diff --git a/_posts/2015-10-20-math.md b/_drafts/2015-10-20-math.md similarity index 100% rename from _posts/2015-10-20-math.md rename to _drafts/2015-10-20-math.md diff --git a/_posts/2018-12-22-distill.md b/_drafts/2018-12-22-distill.md similarity index 100% rename from _posts/2018-12-22-distill.md rename to _drafts/2018-12-22-distill.md diff --git a/_posts/2020-09-28-twitter.md b/_drafts/2020-09-28-twitter.md similarity index 100% rename from _posts/2020-09-28-twitter.md rename to _drafts/2020-09-28-twitter.md diff --git a/_posts/2021-07-04-diagrams.md b/_drafts/2021-07-04-diagrams.md similarity index 100% rename from _posts/2021-07-04-diagrams.md rename to _drafts/2021-07-04-diagrams.md diff --git a/_posts/2022-02-01-redirect.md b/_drafts/2022-02-01-redirect.md similarity index 100% rename from _posts/2022-02-01-redirect.md rename to _drafts/2022-02-01-redirect.md diff --git a/_posts/2022-12-10-giscus-comments.md b/_drafts/2022-12-10-giscus-comments.md similarity index 100% rename from _posts/2022-12-10-giscus-comments.md rename to _drafts/2022-12-10-giscus-comments.md diff --git a/_posts/2023-03-20-table-of-contents.md b/_drafts/2023-03-20-table-of-contents.md similarity index 100% rename from _posts/2023-03-20-table-of-contents.md rename to _drafts/2023-03-20-table-of-contents.md diff --git a/_posts/2023-03-21-tables.md b/_drafts/2023-03-21-tables.md similarity index 100% rename from _posts/2023-03-21-tables.md rename to _drafts/2023-03-21-tables.md diff --git a/_posts/2023-04-24-videos.md b/_drafts/2023-04-24-videos.md similarity index 100% rename from _posts/2023-04-24-videos.md rename to _drafts/2023-04-24-videos.md diff --git a/_posts/2023-04-25-audios.md b/_drafts/2023-04-25-audios.md similarity index 100% rename from _posts/2023-04-25-audios.md rename to _drafts/2023-04-25-audios.md diff --git a/_posts/2023-04-25-sidebar-table-of-contents.md b/_drafts/2023-04-25-sidebar-table-of-contents.md similarity index 100% rename from _posts/2023-04-25-sidebar-table-of-contents.md rename to _drafts/2023-04-25-sidebar-table-of-contents.md diff --git a/_posts/2023-05-12-custom-blockquotes.md b/_drafts/2023-05-12-custom-blockquotes.md similarity index 100% rename from _posts/2023-05-12-custom-blockquotes.md rename to _drafts/2023-05-12-custom-blockquotes.md diff --git a/_posts/2023-07-04-jupyter-notebook.md b/_drafts/2023-07-04-jupyter-notebook.md similarity index 100% rename from _posts/2023-07-04-jupyter-notebook.md rename to _drafts/2023-07-04-jupyter-notebook.md diff --git a/_posts/2023-07-12-post-bibliography.md b/_drafts/2023-07-12-post-bibliography.md similarity index 100% rename from _posts/2023-07-12-post-bibliography.md rename to _drafts/2023-07-12-post-bibliography.md diff --git a/_posts/2023-12-12-tikzjax.md b/_drafts/2023-12-12-tikzjax.md similarity index 100% rename from _posts/2023-12-12-tikzjax.md rename to _drafts/2023-12-12-tikzjax.md diff --git a/_posts/2024-01-26-chartjs.md b/_drafts/2024-01-26-chartjs.md similarity index 100% rename from _posts/2024-01-26-chartjs.md rename to _drafts/2024-01-26-chartjs.md diff --git a/_posts/2024-01-26-echarts.md b/_drafts/2024-01-26-echarts.md similarity index 100% rename from _posts/2024-01-26-echarts.md rename to _drafts/2024-01-26-echarts.md diff --git a/_posts/2024-01-26-geojson-map.md b/_drafts/2024-01-26-geojson-map.md similarity index 100% rename from _posts/2024-01-26-geojson-map.md rename to _drafts/2024-01-26-geojson-map.md diff --git a/_posts/2024-01-27-advanced-images.md b/_drafts/2024-01-27-advanced-images.md similarity index 100% rename from _posts/2024-01-27-advanced-images.md rename to _drafts/2024-01-27-advanced-images.md diff --git a/_posts/2024-01-27-code-diff.md b/_drafts/2024-01-27-code-diff.md similarity index 100% rename from _posts/2024-01-27-code-diff.md rename to _drafts/2024-01-27-code-diff.md diff --git a/_posts/2024-01-27-vega-lite.md b/_drafts/2024-01-27-vega-lite.md similarity index 100% rename from _posts/2024-01-27-vega-lite.md rename to _drafts/2024-01-27-vega-lite.md diff --git a/_posts/2024-04-15-pseudocode.md b/_drafts/2024-04-15-pseudocode.md similarity index 100% rename from _posts/2024-04-15-pseudocode.md rename to _drafts/2024-04-15-pseudocode.md diff --git a/_posts/2024-04-28-post-citation.md b/_drafts/2024-04-28-post-citation.md similarity index 100% rename from _posts/2024-04-28-post-citation.md rename to _drafts/2024-04-28-post-citation.md diff --git a/_posts/2024-04-29-typograms.md b/_drafts/2024-04-29-typograms.md similarity index 100% rename from _posts/2024-04-29-typograms.md rename to _drafts/2024-04-29-typograms.md diff --git a/_posts/2024-05-01-tabs.md b/_drafts/2024-05-01-tabs.md similarity index 100% rename from _posts/2024-05-01-tabs.md rename to _drafts/2024-05-01-tabs.md diff --git a/_pages/about.md b/_pages/about.md index 13d96870..724c185f 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -2,24 +2,21 @@ layout: about title: about permalink: / -subtitle: Affiliations. Address. Contacts. Motto. Etc. +subtitle: Student at the University of California, Berkeley. profile: align: right image: prof_pic.jpg image_circular: false # crops the image to make it circular - more_info: > -
555 your office number
-123 your address street
-Your City, State 12345
+ more_info: -news: true # includes a list of news items -selected_papers: true # includes a list of papers marked as "selected={true}" -social: true # includes social icons at the bottom of the page +news: false # includes a list of news items +selected_papers: false # includes a list of papers marked as "selected={true}" +social: false # includes social icons at the bottom of the page --- -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. +Hello, my name is Naman Satish. I am a student at the University of California, Berkeley. I am currently pursuing a Bachelor's degree in Electrical Engineering and Computer Sciences. -Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. +I am interested in the intersection of computer science and biology, and I am currently working on a project that involves using machine learning to predict the change in brain volume of patients with Multiple Sclerosis. -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. +My passions include photography, specifically computational photography. Whether it is stacking, or mergin, I enjoy experimenting with different techniques and software to create unique images from my travels. diff --git a/_pages/about_einstein.md b/_pages/about_einstein.md deleted file mode 100644 index 7914a2fc..00000000 --- a/_pages/about_einstein.md +++ /dev/null @@ -1,5 +0,0 @@ -Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. - -Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. - -Link to your social media connections, too. This theme is set up to use [Font Awesome icons](https://fontawesome.com/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them. diff --git a/_pages/about_naman.md b/_pages/about_naman.md new file mode 100644 index 00000000..afebfec1 --- /dev/null +++ b/_pages/about_naman.md @@ -0,0 +1,3 @@ +Hello, my name is Naman Satish. I am a student at the University of California, Berkeley. I am currently pursuing a Bachelor's degree in Electrical Engineering and Computer Sciences. + +I am interested in the intersection of computer science and biology, and I am currently working on a project that involves using machine learning to predict the change in brain volume of patients with Multiple Sclerosis. diff --git a/_pages/cv.md b/_pages/cv.md index ad3e26dd..acaaca93 100644 --- a/_pages/cv.md +++ b/_pages/cv.md @@ -4,8 +4,8 @@ permalink: /cv/ title: cv nav: true nav_order: 5 -cv_pdf: example_pdf.pdf -description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button. +cv_pdf: Naman_Satish_Resume.pdf +description: "Naman Satish's CV" toc: sidebar: left --- diff --git a/_pages/dropdown.md b/_pages/dropdown.md index aa32f221..d32d01b8 100644 --- a/_pages/dropdown.md +++ b/_pages/dropdown.md @@ -1,7 +1,7 @@ --- layout: page title: submenus -nav: true +nav: false nav_order: 8 dropdown: true children: diff --git a/_pages/profiles.md b/_pages/profiles.md index d7ca0450..5dde6e24 100644 --- a/_pages/profiles.md +++ b/_pages/profiles.md @@ -3,7 +3,7 @@ layout: profiles permalink: /people/ title: people description: members of the lab or group -nav: true +nav: false nav_order: 7 profiles: @@ -11,7 +11,7 @@ profiles: # and create one content file for each profile inside _pages/ - align: right image: prof_pic.jpg - content: about_einstein.md + content: image_circular: false # crops the image to make it circular more_info: >555 your office number
@@ -19,7 +19,7 @@ profiles:Your City, State 12345
- align: left image: prof_pic.jpg - content: about_einstein.md + content: image_circular: false # crops the image to make it circular more_info: >555 your office number
diff --git a/_pages/projects.md b/_pages/projects.md index e19d6555..9c983461 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -5,7 +5,7 @@ permalink: /projects/ description: A growing collection of your cool projects. nav: true nav_order: 3 -display_categories: [work, fun] +display_categories: [school] horizontal: false --- diff --git a/_pages/publications.md b/_pages/publications.md index 48027f80..ab2a017e 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -3,7 +3,7 @@ layout: page permalink: /publications/ title: publications description: publications by categories in reversed chronological order. generated by jekyll-scholar. -nav: true +nav: false nav_order: 2 --- diff --git a/_pages/repositories.md b/_pages/repositories.md index cba38708..8b263b00 100644 --- a/_pages/repositories.md +++ b/_pages/repositories.md @@ -3,7 +3,7 @@ layout: page permalink: /repositories/ title: repositories description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories. -nav: true +nav: false nav_order: 4 --- diff --git a/_pages/teaching.md b/_pages/teaching.md index 87bb1a5c..02382bbe 100644 --- a/_pages/teaching.md +++ b/_pages/teaching.md @@ -3,7 +3,7 @@ layout: page permalink: /teaching/ title: teaching description: Materials for courses you taught. Replace this text with your description. -nav: true +nav: false nav_order: 6 --- diff --git a/_posts/2024-06-01-computational-photography.md b/_posts/2024-06-01-computational-photography.md new file mode 100644 index 00000000..e5e6287a --- /dev/null +++ b/_posts/2024-06-01-computational-photography.md @@ -0,0 +1,27 @@ +--- +layout: post +title: Computational Photography +date: 2024-06-01 +description: Experimenting with computational photography on vacation! +tags: vacation images photomerge photography +categories: personal +thumbnail: assets/img/japan_trip/Fushimi_Inari_Taisha.jpg +images: + compare: true + slider: true +--- + +I'm currently set to take a course in CV/Computational Photography (CS 180) at Berkeley this Fall. To get a better understanding of the field, I've been experimenting with some of the techniques used in computational photography, such as image stitching, and used my recent trip to Japan as an opportunity to practice. + +### Image Quality + +Some of the resulting images are quite large (2GB), which is not really feasible for a blog post. But at the same time, compression is not ideal for showcasing the quality of the images. While I've tried to strike a balance, the images may take a while to load. To understand how much detail is lost in the compression, I've included a comparison slider for a ~500MB image below. It was compressed to a 9.2 MB JPG and to a 127KB WebP. + +Name | +Computation Time(s) | +Green dY | +Green dX | +Red dY | +Red dX | +
---|
Name | +Computation Time(s) | +Green dY | +Green dX | +Red dY | +Red dX | +
---|