> For the complete documentation index, see [llms.txt](https://docs.hackerfab.org/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackerfab.org/home/individual-fab-information/georgia-institute-of-technology.md).

# Georgia Institute of Technology

The [Nanotechnology and Photonics Society @ GT](https://sites.gatech.edu/nano-photonics/) aims to help foster technical proficiency and professional development in semiconductor fabrication, nanoscience, photonics, and related fields. We provide an environment where our members can work on semester-long projects to gain hands-on experience in process engineering, equipment maintenance, and experimental design.

We manage the Semiconductor Fabrication Project which is a collaboration between several organizations/spaces on campus and contributes to the hacker fab mission.

We have the goal of becoming a resource for anyone on campus to tryout their microfab ideas.

***

Fabrication Tooling in use:

* DC & RF Sputtering Chamber&#x20;
* Spin Coaters
* 2 fume hoods (lab infrastructure)
* Tube Furnaces

[Physical Metrology Equipment](https://mill.mse.gatech.edu/equipment/list/):

* Scanning Electron Microscope
* Digital Microscope
* Stylus Profilometer
* Optical profilometer
* Contact Angle Goniometer

Electrical Characterization Equipment:

* Keithley 2400 Sourcemeter Unit
* Solar Simulator

***

In progress:

* DIY Litho Stepper
* Probe Station
* Wet Etch Station
* Reactive Ion Etcher
* Photoresist Synthesis
* Spin on Glass Synthesis
* Semiconductor Process Simulation

Device capabilities in progress:

* CMOS (with in house sputtered gate stack)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hackerfab.org/home/individual-fab-information/georgia-institute-of-technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
