diff --git a/_data/news.yaml b/_data/news.yaml index cd7bc3b..80930a9 100755 --- a/_data/news.yaml +++ b/_data/news.yaml @@ -1,3 +1,4 @@ + - event_name: LBNL Radiation Testing date: 2023-09-01 description: > @@ -5,6 +6,14 @@ images: - news_2023/lbnl_sep2023.jpg +- event_name: ChipIr Radiation Testing + date: 2023-06-29 + description: > + Undergraudate Weston Smith, along with Professor Mike Wirthlin, traveled to the [ChipIr Beamline](https://www.isis.stfc.ac.uk/Pages/Chipir.aspx) at the ISIS Neutron and Muon source at the Rutherford Appleton Laboratory, UK, to verify the reliability of various computer reliability methodologies. The experiments performed at ChipIr were testing methodologies for multicore SoC (System-on-a-Chip), various DRAM devices, a TMR RISCV processsor and Linux on a MPSOC. The image on the left are the experiments in the testing environment and the image on the right is Weston Smith setting up the experiment. + images: + - news_2023/chipir_setup.jpeg + - news_2023/chipir_weston.jpeg + - event_name: DAC System Design Contest 2023 date: 2023-07-12 description: > @@ -122,4 +131,4 @@ description: > Hayden Cook (Master's student) gave a remote presentation at the 30th International Conference on Field-Programmable Logic and Applications on "Using Novel Configuration Techniques for Accelerated FPGA Aging". images: - - https://www.youtube.com/embed/lfqLlsVfpFY + - https://www.youtube.com/embed/lfqLlsVfpFY \ No newline at end of file diff --git a/images/news_2023/chipir_setup.jpeg b/images/news_2023/chipir_setup.jpeg new file mode 100644 index 0000000..cee5608 Binary files /dev/null and b/images/news_2023/chipir_setup.jpeg differ diff --git a/images/news_2023/chipir_weston.jpeg b/images/news_2023/chipir_weston.jpeg new file mode 100644 index 0000000..7a1dd6c Binary files /dev/null and b/images/news_2023/chipir_weston.jpeg differ