> For the complete documentation index, see [llms.txt](https://2025.istvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2025.istvs.org/conference/committee.md).

# Committee

{% hint style="info" %}
For conference inquiries, please contact <Michael.W.Parker@erdc.dren.mil>
{% endhint %}

## Local Organizing Committee

***

**Michael Parker** | **ISTVS2025 Conference Chair**

**Dr. Sally Shoop** | ISTVS2025 Conference Co-Chair, ISTVS fellow, 2021 Bekker-Reece-Radforth Award Recipient, past ISTVS President, past Deputy General Secretary for the Americas

**Lindsey Wetzel** | Program Committee

**Clifford Witte** | Program Committee

**Heidi Howard** | ISTVS North America Treasurer

**Renee Melendy** | ISTVS administration for the Americas

***

## Conference Scientific Committee

**Mike Parker** (Conference Chair) | ERDC-Cold Regions Research and Engineering Laboratory, Hanover, NH

**Sally Shoop** (Conference Co-Chair) | ERDC- Cold Regions Research and Engineering Laboratory, Hanover, NH

**Maria Stevens** (Proceedings Editor) | ERDC-Geotechnical and Structures Laboratory, Vicksburg, MS

**Susan Frankenstein** (Proceedings Editor) | ERDC- Cold Regions Research and Engineering Laboratory, Hanover, NH

**Sarah Piedmont** (Proceedings Editor) | ERDC- Cold Regions Research and Engineering Laboratory, Hanover, NH

**David Gorsich** | Ground Vehicle Systems Center, Warren, MI

**Mike Letherwood** | Ground Vehicle Systems Center, Warren, MI

**Henry Hodges** | Nevada Automotive Test Center, Silver Springs, NV

**Heidi Howard** | ERDC-Construction Engineering Research Laboratory, Champaign, IL

**Brad Hansen** | ERDC-Geotechnical and Structures Laboratory, Vicksburg, MS

**John Rushing** | ERDC-Geotechnical and Structures Laboratory, Vicksburg, MS

**Mehari Tekeste** | Iowa State University, Ames, IA

**Massimo Martelli** | National Research Council, Italy

**Lutz Richter** | SoftServe, Inc., Germany

**Schalk Els** | University of Pretoria, South Africa

**Junya Yamakawa** | National Defense Academy, Yokosuka, Japan

***

### Conference Website Team

**Tavis Sotirin-Miller**

**Han Nguyen**


---

# 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://2025.istvs.org/conference/committee.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.
