Skip to content

Commit

Permalink
docs: fixed links to photos in tut5 + updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Oct 15, 2024
1 parent dfd9c68 commit 4d4d60f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 43 deletions.
58 changes: 17 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ The following tutorials are available to help you get started with `SQuADDS`:
- [Tutorial 2: Simulating Interpolated Designs](https://lfl-lab.github.io/SQuADDS/source/tutorials/Tutorial-2_Simulate_interpolated_designs.html)
- [Tutorial 3: Contributing Experimentally-Validated Simulation Data to the SQuADDS Database](https://lfl-lab.github.io/SQuADDS/source/tutorials/Tutorial-3_Contributing_Validated_Simulation_Data_to_SQuADDS.html)
- [Tutorial 4: Contributing Measured Devices' Data to the SQuADDS Database](https://lfl-lab.github.io/SQuADDS/source/tutorials/Tutorial_4_Contributing_Measured_Data_to_SQuADDS.html)
- [Tutorial 5: Designing a "fab-ready" chip with SQuADDS](https://lfl-lab.github.io/SQuADDS/source/tutorials/Tutorial-5_Designing_a_fab_ready_chip_with_SQuADDS.html)
- [(COMING SOON) More tutorials]()

---
Expand Down Expand Up @@ -175,52 +176,27 @@ For inquiries or support, please contact [Sadman Ahmed Shanto](mailto:shanto@usc

## Contributors


| Name | Institution | Contribution |
|:-------------------|:-----------------------------------|:---------------------------------|
| Clark Miyamoto | New York University | Code contributor |
| Madison Howard | California Institute of Technology | Bug Hunter |
| Kaveh Pezeshki | Stanford University | Documentation contributor |
| Anne Whelan | US Navy | Documentation contributor |
| Jenny Huang | Columbia University | Documentation contributor |
| Connie Miao | Stanford University | Data Contributor |
| Malida Hecht | University of Southern California | Data contributor |
| Daria Kowsari, PhD | University of Southern California | Data contributor |
| Vivek Maurya | University of Southern California | Data contributor |
| Haimeng Zhang, PhD | IBM | Data contributor |
| Ethan Zheng | University of Southern California | Data contributor and Bug Hunter |
| Sara Sussman, PhD | Fermilab | Bug Hunter |
| Name | Institution | Contribution |
| :----------------- | :--------------------------------- | :------------------------------ |
| Clark Miyamoto | New York University | Code contributor |
| Madison Howard | California Institute of Technology | Bug Hunter |
| Kaveh Pezeshki | Stanford University | Documentation contributor |
| Anne Whelan | US Navy | Documentation contributor |
| Jenny Huang | Columbia University | Documentation contributor |
| Connie Miao | Stanford University | Data Contributor |
| Malida Hecht | University of Southern California | Data contributor |
| Daria Kowsari, PhD | University of Southern California | Data contributor |
| Vivek Maurya | University of Southern California | Data contributor |
| Haimeng Zhang, PhD | IBM | Data contributor |
| Ethan Zheng | University of Southern California | Data contributor and Bug Hunter |
| Sara Sussman, PhD | Fermilab | Bug Hunter |

## Developers

- [shanto268](https://github.com/shanto268) - 305 contributions
- [elizabethkunz](https://github.com/elizabethkunz) - 17 contributions
- [LFL-Lab](https://github.com/LFL-Lab) - 3 contributions
- [NxtGenLegend](https://github.com/NxtGenLegend) - 1 contributions
- [ethanzhen7](https://github.com/ethanzhen7) - 1 contributions
---


























---
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
"<div style=\"text-align: center;\">\n",
" <div style=\"display: inline-flex; justify-content: center; align-items: center; gap: 20px;\">\n",
" <div style=\"flex: 1; text-align: center;\">\n",
" <img src=\"figures/board.png\" alt=\"Figure 1\" style=\"width: 20%;\">\n",
" <img src=\"board.png\" alt=\"Figure 1\" style=\"width: 20%;\">\n",
" </div>\n",
" </div>\n",
"</div>\n"
Expand Down Expand Up @@ -888,7 +888,7 @@
"<div style=\"text-align: center;\">\n",
" <div style=\"display: inline-flex; justify-content: center; align-items: center; gap: 20px;\">\n",
" <div style=\"flex: 1; text-align: center;\">\n",
" <img src=\"figures/sketch.jpeg\" alt=\"Figure 1\" style=\"width: 20%;\">\n",
" <img src=\"sketch.png\" alt=\"Figure 1\" style=\"width: 20%;\">\n",
" </div>\n",
" </div>\n",
"</div>\n",
Expand Down
Binary file added tutorials/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tutorials/sketch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d4d60f

Please sign in to comment.