> For the complete documentation index, see [llms.txt](https://qiqiqi.gitbook.io/mixed-traffic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qiqiqi.gitbook.io/mixed-traffic/overview/other-resources.md).

# Other Resources

## Relevant Resources

### *Interdisciplinary Research and Technical Community*

\* [Automated Mobility in Mixed Traffic](https://www.mixedtraffic.org/) (<https://www.mixedtraffic.org/>)

### *Workshops*

\* IEEE International Conference on Intelligent Transportation Systems ([ITSC 2024](https://ieee-itsc.org/2024/index.html))

[Automated Mobility in Emerging Mixed Traffic](https://www.itsc2024.mixedtraffic.org/)

\* IEEE Intelligent Vehicles Symposium ([IV 2023](https://2023.ieee-iv.org/))

[Development of Socially-compliant Driving Behaviour for Automated Vehicles to Enhance Safety and Efficiency in Mixed Traffic](https://sites.google.com/berkeley.edu/iv2023/)

\* IEEE International Conference on Intelligent Transportation Systems ([ITSC 2023](https://2023.ieee-itsc.org/))

[Data-driven and Empirical Research for Emerging Mixed Traffic of Automated Vehicles and Human-driven Vehicles](https://sites.google.com/view/itsc2023-mixed-traffic/)

### ***Online Survey***

[Towards Developing Socially Compliant Automated Vehicles - Survey](https://docs.google.com/forms/d/e/1FAIpQLScm4gG3zViXYi5-tfAtvnXJ_tNwiWjI7jAGdOoQU6K8cV-bWA/viewform)

### ***Empirical Field Tests and Naturalistic Driving Data***

[MegaVanderTest](https://its.berkeley.edu/news/circles-megavandertest-media-appearances)

[OpenACC](https://www.sciencedirect.com/science/article/pii/S0968090X21000772): *OpenACC. An open database of car-following experiments to study the properties of commercial ACC systems*

[SHRP2 Naturalistic Driving Study](https://insight.shrp2nds.us/)


---

# 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://qiqiqi.gitbook.io/mixed-traffic/overview/other-resources.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.
