Sample preparation of sunscreen for use in UV-Vis

  • Thread starter Thread starter Anne
  • Start date Start date
  • Tags Tags
    Preparation
AI Thread Summary
The discussion revolves around challenges in achieving uniform sample preparation for sunscreen analysis using UV Vis Spectroscopy. One suggested method involves using shim material between optical flats to maintain consistent thickness, allowing for accurate transmittance and absorbance measurements. Another approach recommended is diluting the sunscreen in methanol and using a quartz cuvette, which eliminates concerns about film thickness. After obtaining results, the user faces difficulties in plotting graphs from extensive data collected in Excel. Suggestions include exporting the data as a CSV file for easier manipulation and using Singular Value Decomposition (SVD) for dimensionality reduction. Guidance is requested on performing SVD in MATLAB, highlighting a need for assistance in both data export and MATLAB functions.
Anne
Messages
9
Reaction score
0
I am currently doing a project on sunscreen analysis using UV Vis Spectroscopy and I am using slides to prepare my samples for measurement.My setback is how to make the samples uniform so as not to affect the transmittance and absorbance results.Any ideas on how i can successfully makes all the samples on the slides even and uniform?
 
Chemistry news on Phys.org
Anne said:
I am currently doing a project on sunscreen analysis using UV Vis Spectroscopy and I am using slides to prepare my samples for measurement.My setback is how to make the samples uniform so as not to affect the transmittance and absorbance results.Any ideas on how i can successfully makes all the samples on the slides even and uniform?

One possibility is to use a bit of shim material (something thin) that you can clamp between two optical flats. If you have shim material that is cuttable, it would be easy to cut out a small section for your sample, put the shim on top of the bottom slide, place the sample in the cut-out, and place the top slide on top. Hold the whole thing together with tape, rubber band, binder clip, etc. Yu may need to make a channel for the excess sample to squeeze out. You can run a blank the same way.
 
Hello:
Why do you not dilute the sunblock in methanol and then read it in a quartz cuvete. That way you would not have to worry about the thickness of the film.
 
  • Like
Likes Borek and Quantum Defect
Thank you guys for the input.Used a cuvette and got my results.Another question is that the data collected is in excel format.I would like to plot graphs for all measurements in MATLAB but the roadblock is that its a lot of data since I did nine samples.I was told that i can use Singular Value Decomposition to reduce the dimensions.Anyone know how i can apply the SVD in my data in excel and also plot the graphs in matlab?
 
Why don't you export the excel data as CSV?
 
@Borek please guide me on how to do that.I would highly appreciate that.
 
Use Save as command and select CSV (comma separated values) as the output format. This is a simple text format with a single line being a row of the spreadsheet.
 
And how do i do singular value decomposition on the values in matlab?
 
Sorry, no experience in matlab.
 
Back
Top