<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://vista.su.domains/psych221wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kohterai</id>
	<title>Psych 221 Image Systems Engineering - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://vista.su.domains/psych221wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kohterai"/>
	<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Special:Contributions/Kohterai"/>
	<updated>2026-07-12T18:18:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34116</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34116"/>
		<updated>2023-12-18T23:32:52Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project explores James Clerk Maxwell&#039;s early color experiments. Our goal is to provide an intuitive understanding of his experiment and to convey the ingenuity of his color matching experiment.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi authored a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper, highlighting his contributions to trichromatic theory, traditionally attributed to Helmholtz and Thomas Young. While Maxwell&#039;s original paper is detailed, it is challenging to follow.&lt;br /&gt;
&lt;br /&gt;
An interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] provides insight, but it doesn&#039;t capture the nuances of Maxwell&#039;s use of white as the sole target color.&lt;br /&gt;
&lt;br /&gt;
This project reinterprets Maxwell&#039;s experiment in an interactive style, inspired by [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. Due to color gamut limitations, we adjusted the white target value from pure white to a slightly gray shade for a more realistic experiment.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
* Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
* Trying to actually physically build this apparatus&lt;br /&gt;
* Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
* Understanding what the lens element does in this setup&lt;br /&gt;
* A more thorough explanation and investigation on why the full experiment cannot be replicated on a computer screen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Brian Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide (both code and copy)&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
I am more than happy to share the codebase. If you would like to take a look before I make it public, please send an email to kohterai@stanford.edu I will add you as an additional contributor to the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34115</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34115"/>
		<updated>2023-12-18T23:26:07Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project explores James Clerk Maxwell&#039;s early color experiments. Our goal is to provide an intuitive understanding of his experiment and to convey the ingenuity of his color matching experiment.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi authored a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper, highlighting his contributions to trichromatic theory, traditionally attributed to Helmholtz and Thomas Young. While Maxwell&#039;s original paper is detailed, it is challenging to follow.&lt;br /&gt;
&lt;br /&gt;
An interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] provides insight, but it doesn&#039;t capture the nuances of Maxwell&#039;s use of white as the sole target color.&lt;br /&gt;
&lt;br /&gt;
This project reinterprets Maxwell&#039;s experiment in an interactive style, inspired by [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. Due to color gamut limitations, we adjusted the white target value from pure white to a slightly gray shade for a more realistic experiment.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
* Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
* Trying to actually physically build this apparatus&lt;br /&gt;
* Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
* Understanding what the lens element does in this setup&lt;br /&gt;
* A more thorough explanation and investigation on why the full experiment cannot be replicated on a computer screen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Brian Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
I am more than happy to share the codebase. If you would like to take a look before I make it public, please send an email to kohterai@stanford.edu I will add you as an additional contributor to the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34114</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34114"/>
		<updated>2023-12-18T22:37:12Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project explores James Clerk Maxwell&#039;s early color experiments. Our goal is to provide an intuitive understanding of his experiment and to convey the ingenuity of his color matching experiment.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi authored a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper, highlighting his contributions to trichromatic theory, traditionally attributed to Helmholtz and Thomas Young. While Maxwell&#039;s original paper is detailed, it is challenging to follow.&lt;br /&gt;
&lt;br /&gt;
An interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] provides insight, but it doesn&#039;t capture the nuances of Maxwell&#039;s use of white as the sole target color.&lt;br /&gt;
&lt;br /&gt;
This project reinterprets Maxwell&#039;s experiment in an interactive style, inspired by [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. Due to color gamut limitations, we adjusted the white target value from pure white to a slightly gray shade for a more realistic experiment.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
* Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
* Trying to actually physically build this apparatus&lt;br /&gt;
* Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
* Understanding what the lens element does in this setup&lt;br /&gt;
* A more thorough explanation and investigation on why the full experiment cannot be replicated on a computer screen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
I am more than happy to share the codebase. If you would like to take a look before I make it public, please send an email to kohterai@stanford.edu I will add you as an additional contributor to the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34113</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34113"/>
		<updated>2023-12-18T22:36:52Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project explores James Clerk Maxwell&#039;s early color experiments. Our goal is to provide an intuitive understanding of his experiment and to convey the ingenuity of his color matching experiment.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi authored a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper, highlighting his contributions to trichromatic theory, traditionally attributed to Helmholtz and Thomas Young. While Maxwell&#039;s original paper is detailed, it is challenging to follow.&lt;br /&gt;
&lt;br /&gt;
An interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] provides insight, but it doesn&#039;t capture the nuances of Maxwell&#039;s use of white as the sole target color.&lt;br /&gt;
&lt;br /&gt;
Our project reinterprets Maxwell&#039;s experiment in an interactive style, inspired by [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. Due to color gamut limitations, we adjusted the white target value from pure white to a slightly gray shade for a more realistic experiment.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
* Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
* Trying to actually physically build this apparatus&lt;br /&gt;
* Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
* Understanding what the lens element does in this setup&lt;br /&gt;
* A more thorough explanation and investigation on why the full experiment cannot be replicated on a computer screen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
I am more than happy to share the codebase. If you would like to take a look before I make it public, please send an email to kohterai@stanford.edu I will add you as an additional contributor to the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34112</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34112"/>
		<updated>2023-12-18T22:31:45Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
I was able to find one attempt at creating an interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] that makes reference to Maxwell&#039;s experiments, but this applet does a great job illustrating color matching, but it does not explain the nuances of Maxwell&#039;s experiment well. Specifically, Maxwell only used white as the target color.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
* Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
* Trying to actually physically build this apparatus&lt;br /&gt;
* Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
* Understanding what the lens element does in this setup&lt;br /&gt;
* A more thorough explanation and investigation on why the full experiment cannot be replicated on a computer screen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
I am more than happy to share the codebase. If you would like to take a look before I make it public, please send an email to kohterai@stanford.edu I will add you as an additional contributor to the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34111</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34111"/>
		<updated>2023-12-18T22:30:19Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
I was able to find one attempt at creating an interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] that makes reference to Maxwell&#039;s experiments, but this applet does a great job illustrating color matching, but it does not explain the nuances of Maxwell&#039;s experiment well. Specifically, Maxwell only used white as the target color.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
* Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
* Trying to actually physically build this apparatus&lt;br /&gt;
* Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
* Understanding what the lens element does in this setup&lt;br /&gt;
* A more thorough explanation and investigation on why the full experiment cannot be replicated on a computer screen&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
If you would like to see the codebase, for now, please send koh.terai@stanford.edu an email and I will share the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34110</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34110"/>
		<updated>2023-12-18T22:29:19Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
I was able to find one attempt at creating an interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] that makes reference to Maxwell&#039;s experiments, but this applet does a great job illustrating color matching, but it does not explain the nuances of Maxwell&#039;s experiment well. Specifically, Maxwell only used white as the target color.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
I thoroughly enjoyed working on this project. A few things stood out to me in particular.&lt;br /&gt;
&lt;br /&gt;
I gained quite an intuitive understanding of how color matching experiments work and the trichromatic theory. Throughout this project, I was impressed by Maxwell&#039;s ingenuity to setup this experiment, to execute, and to get results that are astonishingly close to CIE&#039;s color matching functions.&lt;br /&gt;
&lt;br /&gt;
In the actual execution of this project, I got a better understanding of color spaces, converting between different color spaces, and understanding the limitations of color gamuts on our monitors. Although I worked on color space conversion during some of the class assignments, when it came to actually attempting to rebuild Maxwell&#039;s experiment, I had to think about what was going on at every step of the way, and furthermore, think about how is the most truthful way to represent certain colors to the users in the interaction.&lt;br /&gt;
&lt;br /&gt;
I think that there&#039;s a lot of additional directions a similar project can go. Some ideas can include:&lt;br /&gt;
# Recreating Maxwell&#039;s earlier color wheel experiment&lt;br /&gt;
# Trying to actually physically build this apparatus&lt;br /&gt;
# Trying to write a simulation to get an even more intuitive understanding of how the slit positions affect the light being diffracted by the prisms&lt;br /&gt;
# Understanding what the lens element does in this setup&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
If you would like to see the codebase, for now, please send koh.terai@stanford.edu an email and I will share the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34109</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34109"/>
		<updated>2023-12-18T22:21:45Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
I was able to find one attempt at creating an interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] that makes reference to Maxwell&#039;s experiments, but this applet does a great job illustrating color matching, but it does not explain the nuances of Maxwell&#039;s experiment well. Specifically, Maxwell only used white as the target color.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
Source code is currently in a [https://github.com/kohterai/maxwell-color-experiment private repository on Github].&lt;br /&gt;
I will make the repository public and link to this Wikipedia once the codebase is organized.&lt;br /&gt;
(It is too messy to open to the public at the moment).&lt;br /&gt;
&lt;br /&gt;
If you would like to see the codebase, for now, please send koh.terai@stanford.edu an email and I will share the repository.&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34108</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34108"/>
		<updated>2023-12-18T22:13:09Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
I was able to find one attempt at creating an interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford&#039;s Computer Science department] that makes reference to Maxwell&#039;s experiments, but this applet does a great job illustrating color matching, but it does not explain the nuances of Maxwell&#039;s experiment well. Specifically, Maxwell only used white as the target color.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34107</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34107"/>
		<updated>2023-12-18T22:12:38Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
I was able to find one attempt at creating an interactive color matching experiment from [https://graphics.stanford.edu/courses/cs178-10/applets/colormatching.html Stanford] that makes reference to Maxwell&#039;s experiments, but this applet does a great job illustrating color matching, but it does not explain the nuances of Maxwell&#039;s experiment well. Specifically, Maxwell only used white as the target color.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34106</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34106"/>
		<updated>2023-12-18T22:06:27Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor [https://profiles.stanford.edu/brian-wandell Bryan Wandell] for all of of our discussions and enthusiasm around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* [https://chat.openai.com/ GPT-4] for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34105</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34105"/>
		<updated>2023-12-18T22:05:11Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: /* Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|500px|frame|none|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34104</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34104"/>
		<updated>2023-12-18T22:02:47Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: /* Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|1000px|center|thumb|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Screenshot of the an interactive version of Maxwell&#039;s tool&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34103</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34103"/>
		<updated>2023-12-18T22:02:09Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
[[File:Screenshot 2023-12-19 at 06.54.02.png|1000px|left|thumb|Screenshot of the an interactive version of Maxwell&#039;s tool]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Screenshot of the an interactive version of Maxwell&#039;s tool&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=File:Screenshot_2023-12-19_at_06.54.02.png&amp;diff=34102</id>
		<title>File:Screenshot 2023-12-19 at 06.54.02.png</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=File:Screenshot_2023-12-19_at_06.54.02.png&amp;diff=34102"/>
		<updated>2023-12-18T21:55:52Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: Screenshot of the an interactive version of Maxwell&amp;#039;s tool&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Screenshot of the an interactive version of Maxwell&#039;s tool&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34101</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34101"/>
		<updated>2023-12-18T21:53:02Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in Typescript and React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34100</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34100"/>
		<updated>2023-12-18T21:52:50Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers in the spirit of [https://ciechanow.ski/ Bartosz Ciechanowski], [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories], and [https://www.youtube.com/watch?v=spUNpyF58BY 3Blue1Brown].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34099</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34099"/>
		<updated>2023-12-18T21:50:36Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers like [https://ciechanow.ski/ Bartosz Ciechanowski] and [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34098</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34098"/>
		<updated>2023-12-18T21:50:10Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers like [https://ciechanow.ski/ Bartosz Ciechanowski] and [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Professor Bryan Wandwell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
* [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
* [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
* [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
* ChatGPT 4 for being my writing aide&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34097</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34097"/>
		<updated>2023-12-18T21:49:13Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers like [https://ciechanow.ski/ Bartosz Ciechanowski] and [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
# Convert slit position to wavelength (nm)&lt;br /&gt;
# Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
# Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
# Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
# Apply gamma correction&lt;br /&gt;
# Clip out of gamut colors&lt;br /&gt;
# Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
- Professor Bryan Wandwell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
- [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027]&lt;br /&gt;
- [https://cielab.xyz/pdf/cie.15.2004%20colorimetry.pdf CIE Colorimetry Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer]&lt;br /&gt;
- [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB XYZ to sRGB Conversion]&lt;br /&gt;
- ChatGPT for organizing my writing&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34096</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34096"/>
		<updated>2023-12-18T21:45:21Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This project is about exploring James Clerk Maxwell&#039;s early color experiments. In this project, we try to give others an intuitive understanding to his experiment, and try to get a sense of the ingenious color matching experiment that he conducted.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
In 1993, Qasim Zaidi has written a [https://onlinelibrary.wiley.com/doi/abs/10.1002/col.5080180411 commentary] on Maxwell&#039;s 1860 paper which explained Maxwell&#039;s contribution and significance to the trichromatic theory which is often attributed to Helmholtz and Thomas Young.&lt;br /&gt;
&lt;br /&gt;
Maxwell&#039;s original 1860 also explains his experiment with detail, but is hard to follow what is happening closely.&lt;br /&gt;
&lt;br /&gt;
In this project, we try to re-explain and celebrate Maxwell&#039;s experiment but with in the style of interactive explainers like [https://ciechanow.ski/ Bartosz Ciechanowski] and [https://www.nytimes.com/interactive/2022/01/27/us/politics/congressional-gerrymandering-redistricting-game-2022.html New York Times Interactive Stories].&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
The webpage was written in React.&lt;br /&gt;
&lt;br /&gt;
In order to recreate Maxwell&#039;s the color matching experiment, we needed to work between different color spaces.&lt;br /&gt;
&lt;br /&gt;
Specifically, the following process was followed:&lt;br /&gt;
1. Convert slit position to wavelength (nm)&lt;br /&gt;
2. Convert wavelength into XYZ values using CIE&#039;s Colorimetry Report (CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer)&lt;br /&gt;
3. Add the weighted XYZ values from the 3 slit positions in XYZ space&lt;br /&gt;
4. Convert from XYZ to sRGB using a [https://en.wikipedia.org/wiki/SRGB#From_CIE_XYZ_to_sRGB linear transformation]&lt;br /&gt;
5. Apply gamma correction&lt;br /&gt;
6. Clip out of gamut colors&lt;br /&gt;
7. Render the rgb values in the webpage&lt;br /&gt;
&lt;br /&gt;
Unfortunately since the actual color experiment with colors which are at the horse-shoe shaped border of the chromaticity diagram, many of the colors are out of gamut, so we are only able to create an illusion of the experiment. One adjustment we&#039;ve made the interactive page to make the experiment more doable is to lower the value of the white of the target value from a pure white (255, 255, 255) to a color slightly more gray. &lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The current version of the interactive website is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Koh is in the process of sophisticating the content over the winter break before opening up the website to the public.&lt;br /&gt;
Any updates will also be reflected onto this Wikipedia page.&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
- Professor Bryan Wandwell for all of of our discussions and enthusism around Maxwell&#039;s experiments, and guiding me through this project from start to finish.&lt;br /&gt;
- On the Theory of Compound Colours, and the Relations of the Colours of the Spectrum, By James Clerk Maxwell (1860), First published in Philosophical Transactions (1860)&lt;br /&gt;
- Commentary by Qasim Zaidi - Department of Psychology Columbia University New York. New York 10027&lt;br /&gt;
- CIE COLORIMETRY Report - 3rd Edition - Table T.5. CIE 1964 standard colorimetric observer&lt;br /&gt;
- XYZ to sRGS Conversion formula from Wikipedia&lt;br /&gt;
- ChatGPT for organizing my writing&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34095</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34095"/>
		<updated>2023-12-18T21:01:29Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Draft Webpage is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
Currently updating this page : Additional content will be up here by 13:30 California time, Monday, December 18, 2023 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
You can write math equations as follows:&lt;br /&gt;
&amp;lt;math&amp;gt;y = x + 5 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can include images as follows (you will need to upload the image first using the toolbox on the left bar, using the &amp;quot;Upload file&amp;quot; link).&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34094</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34094"/>
		<updated>2023-12-18T20:51:51Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Currently updating this page : content will be up here by 13:00 California time, Monday, December 18, 2023 (PST)&lt;br /&gt;
Webpage is available at: https://maxwell-color-experiment.vercel.app/&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
You can write math equations as follows:&lt;br /&gt;
&amp;lt;math&amp;gt;y = x + 5 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can include images as follows (you will need to upload the image first using the toolbox on the left bar, using the &amp;quot;Upload file&amp;quot; link).&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34091</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34091"/>
		<updated>2023-12-18T20:19:49Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Currently updating this page : content will be up here by 13:00 California time, Monday, December 18, 2023 (PST)&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
You can write math equations as follows:&lt;br /&gt;
&amp;lt;math&amp;gt;y = x + 5 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can include images as follows (you will need to upload the image first using the toolbox on the left bar, using the &amp;quot;Upload file&amp;quot; link).&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34048</id>
		<title>Maxwell&#039;s Color Experiment Revisited</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Maxwell%27s_Color_Experiment_Revisited&amp;diff=34048"/>
		<updated>2023-12-18T18:39:52Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: Created page with &amp;quot;== Introduction ==  == Background ==  == Methods ==  == Results ==  == Conclusions ==  == Appendix ==  You can write math equations as follows: &amp;lt;math&amp;gt;y = x + 5 &amp;lt;/math&amp;gt;  You can include images as follows (you will need to upload the image first using the toolbox on the left bar, using the &amp;quot;Upload file&amp;quot; link).  200px&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusions ==&lt;br /&gt;
&lt;br /&gt;
== Appendix ==&lt;br /&gt;
&lt;br /&gt;
You can write math equations as follows:&lt;br /&gt;
&amp;lt;math&amp;gt;y = x + 5 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can include images as follows (you will need to upload the image first using the toolbox on the left bar, using the &amp;quot;Upload file&amp;quot; link).&lt;br /&gt;
&lt;br /&gt;
[[File:Snip 20210106183207.png|200px]]&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
	<entry>
		<id>http://vista.su.domains/psych221wiki/index.php?title=Psych221-Projects-2023-Fall&amp;diff=34047</id>
		<title>Psych221-Projects-2023-Fall</title>
		<link rel="alternate" type="text/html" href="http://vista.su.domains/psych221wiki/index.php?title=Psych221-Projects-2023-Fall&amp;diff=34047"/>
		<updated>2023-12-18T18:39:28Z</updated>

		<summary type="html">&lt;p&gt;Kohterai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[http://vista.su.domains/psych221wiki/index.php?title=Main_Page#Psych221  Return to Psych 221 Main Page]&lt;br /&gt;
&lt;br /&gt;
There are two deliverables for the project:&lt;br /&gt;
# A group presentation&lt;br /&gt;
# A wiki-style project page write-up&lt;br /&gt;
&lt;br /&gt;
* The write-up should roughly follow [http://vista.su.domains/psych221wiki/index.php?title=Project_Guidelines this organization from the Project Guidelines Page]&lt;br /&gt;
* Please visit [https://www.mediawiki.org/wiki/Help:Editing_pages MediaWiki&#039;s editing help page].&lt;br /&gt;
&lt;br /&gt;
== To set up your project&#039;s page ==&lt;br /&gt;
* Log in to this wiki with the username and password you created.&lt;br /&gt;
* Edit the Projects section of this page (just below). Do this by clicking on &amp;quot;[edit]&amp;quot; to the right of each section title. &lt;br /&gt;
* Make a new line for your project using the format shown below, pasting the line for your project under the last item/group. The first part of the text within the double brackets is the name of the new page.  This must be unique, and putting the group member names is a safest way to assure this. The second part, after &#039;|&#039; is the displayed text and can be your project title.&lt;br /&gt;
* Save the Project section by clicking the Save button at the bottom of the page&lt;br /&gt;
* Finally, clink on the link for your project.  This will take you to a new blank page that you can edit.  You can use the basic format for your page that is in the Sample Project.&lt;br /&gt;
* Math tip: Use the tags &amp;amp;lt;math&amp;amp;gt; and &amp;amp;lt;/math&amp;amp;gt; to wrap an equation. For example, this code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;lt;math&amp;gt; a + b = c^2 &amp;lt;/math&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Renders as this equation:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;a + b = c^2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Projects for Psych 221 (2023-2024) ==&lt;br /&gt;
&lt;br /&gt;
Please edit your project pages starting from the links below.  The first one is a sample that includes some wiki formatting.  The second one indicates how you should format the link on this page.  When you format it and save it, then clicking on the link will automatically create a blank page that you can edit.&lt;br /&gt;
&lt;br /&gt;
# [[WandellFarrellLian|Sample Project]]&lt;br /&gt;
#* Brian Wandell, Joyce Farrell, Zheng Lyu.&lt;br /&gt;
# [[Wavefront Retrieval from Through-Focus Point Spread Functions with Machine Learning]]&lt;br /&gt;
#* Wanting Xie, Yi Hong To.&lt;br /&gt;
# [[AlexOliviaAudrey|Calibration of Headlight Brightness in ISET Simulations]]&lt;br /&gt;
#* Alex Sun, Olivia Loh, Audrey Lee&lt;br /&gt;
# [[Impact of Camera Characteristics on DNN Model Inference Performance]]&lt;br /&gt;
#* Mohammad Salem, Bogdan Burlacu&lt;br /&gt;
# [[Simulation Studies of an Ultraviolet Laser Absorption Imaging System]]&lt;br /&gt;
#* Jackie Zheng, Steve (Cao) Dong, Amy Dumphy&lt;br /&gt;
# [[Simulate an Underwater Imaging System and Explore Water Absorption and Scattering Estimation Methods]]&lt;br /&gt;
#* Tianyun Zhao, Cecilia Xie, Shiqi Xia&lt;br /&gt;
# [[Simulation of pixel-size impact for optical brightfield wafer defect inspection]]&lt;br /&gt;
#* David Giovanni, Sweesien Lim, Choi Han&lt;br /&gt;
# [[Medical imaging: Simulations of reflectance and fluorescence of human tissue]]&lt;br /&gt;
#* Bohan Li, Johan Carlstrom&lt;br /&gt;
# [[Thermal Imaging and Pitvipers]]&lt;br /&gt;
#* Devin Dean.&lt;br /&gt;
# [[Medical imaging: Simulations of human oral mucosa tissue fluorescence]]&lt;br /&gt;
#* Xuan Wu, Yong Kang Eugene Tay&lt;br /&gt;
# [[Dual Fisheye Image Stitching Algorithm to 360 Degree Photos]]&lt;br /&gt;
#* Pranavi Boyalakuntla, Maggie Che&lt;br /&gt;
# [[Maxwell&#039;s Color Experiment Revisited ]]&lt;br /&gt;
#* Koh Terai&lt;/div&gt;</summary>
		<author><name>Kohterai</name></author>
	</entry>
</feed>