<!-- Contact Info -->
<div class="contact_block">
    <script type="application/ld+json">
        {
            '@context': 'http://schema.org',
            '@type': 'Person',
            'email': 'mailto:',
            'image': '1',
            'jobTitle': 'Subcommittee Co-Chair and Professor',
            'name': 'Peter Winch',
            'telephone': '',
            'url': '#'
        }
    </script>
    <div class="fs-row">
        <div class="fs-cell">
            <div class="contact_block_inner">
                <header class="contact_block_head">
                    <h2 class="contact_block_title">
                        Get in Touch
                    </h2>
                </header>

                <div class="contact">

                    <div class="people_item">
                        <div class="people_item_bar">
                            <div class="people_item_bar_content">
                                <strong>Reasearch Ambassador</strong> - Contact the faculty or student ambassador with questions about research in this area.
                            </div>
                        </div>

                        <div class="people_item_grid">
                            <div class="people_item_header">
                                <figure class="people_item_figure">

                                    <img class="people_item_image" srcset="https://images.fastspot.com/jhu-sustainability/300x300/1 300w, https://images.fastspot.com/jhu-sustainability/100x100/1 100w" src="https://images.fastspot.com/jhu-sustainability/100x100/1" alt="" loading="lazy" width="100" height="100">
                                </figure>

                                <div class="people_item_info">
                                    <h2 class="people_item_name">
                                        <a class="people_item_name_link" href="page-people-detail.html">
                                            <span class="people_item_name_link_inner">
                                                <span class="people_item_name_label">Peter Winch</span><!--
							
							--><span class="people_item_name_icon icon_nowrap">
                                                    <svg class="icon icon_external">
                                                        <use href="/images/icons.svg#external" />
                                                    </svg>
                                                </span>
                                            </span>
                                        </a>
                                    </h2>

                                    <div class="people_item_title">Subcommittee Co-Chair and Professor</div>

                                    <div class="people_item_desc">
                                        Julian Goresko joined Johns Hopkins in 2019 and serves as the Director of Sustainability. In his role, he oversees the Office of Sustainability team and programs, serves on the Johns Hopkins Sustainability Leadership Council and Hopkins Local Advisory Committee, and collaborates with university-wide stakeholders to develop strategies and programs that enhance JHU’s sustainability roadmap. Julian has worked in the higher education sector for over twelve years and has broad experience in sustainability planning and university administration. He holds a Bachelor’s and Master’s degree from the University of Pennsylvania in Environmental Studies with a focus in policy and sustainability and is a proud walking commuter who lives with his family near the Homewood Campus.
                                    </div>

                                    <div class="people_item_specialities">
                                        <div class="people_item_specialities_title">
                                            Specialities:
                                        </div>

                                        <div class="people_item_specialities_list">
                                            healthy air, water
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="people_item_body">
                                <div class="people_item_details">
                                    <div class="people_item_detail contact">
                                        <div class="people_item_detail_item">
                                            <div class="people_item_detail_info">

                                                <a href="#" class="basic_link ">
                                                    <span class="basic_link_inner">
                                                        <span class="basic_link_label">International Health</span><span class="basic_link_icon icon_nowrap" aria-hidden="true">&#xfeff;
                                                            <svg class="icon icon_external">
                                                                <use href="/images/icons.svg#external" />
                                                            </svg>
                                                        </span>
                                                    </span>
                                                </a>
                                            </div>
                                        </div>

                                        <div class="people_item_detail_item">
                                            <div class="people_item_detail_info">

                                                <a href="mailto:pwinch@jhu.edu" class="basic_link ">
                                                    <span class="basic_link_inner">
                                                        <span class="basic_link_label">pwinch@jhu.edu</span>
                                                    </span>
                                                </a>
                                            </div>
                                        </div>

                                        <div class="people_item_detail_item">
                                            <div class="people_item_detail_info">

                                                <a href="4109959854" class="basic_link ">
                                                    <span class="basic_link_inner">
                                                        <span class="basic_link_label">(410) 995-9854</span>
                                                    </span>
                                                </a>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- END: Contact Info -->
{#
	{% include '@component-contact-info' with {
		item: {
			name: 'Peter Winch',
			title: 'Subcommittee Co-Chair and Professor',
			ambassador: {
				title: 'Reasearch Ambassador',
				content: 'Contact the faculty or student ambassador with questions about research in this area.'
			},
			description: 'Peter J. Winch, MD, MPH ’88, develops and evaluates interventions to promote health behaviors for water, sanitation, infectious diseases, and environmental sustainability.',
			specialities: ['healthy air', 'water'],
			url: 'page-people-detail.html',
			image: '1',
			contact: {
				email: 'pwinch@jhu.edu',
				phone: '(410) 995-9854'
			},
			department: {
				url: '#',
				label: 'International Health'
			}
		}
	} %}
#}

<!-- Contact Info -->
<div class="contact_block">
	<script type="application/ld+json">
		{
			'@context': 'http://schema.org',
			'@type': 'Person',
			'email': 'mailto:{{ item.email }}',
			'image': '{{ item.image }}',
			'jobTitle': '{{ item.title }}',
			'name': '{{ item.name }}',
			'telephone': '{{ item.phone_numbers[0].number }}',
			'url': '#'
		}
	</script>
	<div class="fs-row">
		<div class="fs-cell">
			<div class="contact_block_inner">
				{% if title %}
					<header class="contact_block_head">
						<h2 class="contact_block_title">
							{{ title }}
						</h2>
					</header>
				{% endif %}

				<div class="contact">
					{% include "@partial-people-item" with {
						item: item
					} %}
				</div>
			</div>
		</div>
	</div>
</div>
<!-- END: Contact Info -->

No notes defined.