www-from-model/content/contact.md
Michael Hanke 2114b56f56
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 1m20s
feat: import contact page from old site as-is
2026-05-19 10:57:48 +02:00

1.9 KiB

title
Contact and location

{{< rawhtml >}}

Mailing Address

Forschungszentrum Jülich GmbH
Institut für Neurowissenschaften und Medizin (INM-7)
Prof. Dr. Michael Hanke
52425 Jülich, Germany
<div>
  <h2>Lab Address</h2>
  <div>
    <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
     <span itemprop="streetAddress">
       Forschungszentrum Jülich<br />
       Wilhelm-Johnen-Straße<br />
       Building 14.6y<br />
     </span>
     <span itemprop="postalCode">52428</span>
     <span itemprop="addressLocality">Jülich</span>
    </div>
    <div>
     <span itemprop="telephone" class="icon-phone" title="telephone" aria-hidden="true">
       +49 2461 61-96103</span><br />
     <span itemprop="faxNumber" class="icon-fax" title="fax" aria-hidden="true">
       LOL, no!</span><br />
     <span itemprop="email" class="icon-mail" title="email" aria-hidden="true">
       m.hanke@fz-juelich.de</span>
    </div>
  </div>
</div>


<iframe id='map' class="mt-12 w-full min-h-[400px]" src="https://www.openstreetmap.org/export/embed.html?bbox=6.394107341766358%2C50.901395435980625%2C6.409728527069092%2C50.91399242302919&amp;layer=mapnik&amp;marker=50.907219%2C6.40126"></iframe>
<div itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates">
  <meta itemprop="latitude" content="50.907722" />
  <meta itemprop="longitude" content="6.40123" />
</div>

{{< /rawhtml >}}