Get in touch, contribute, report errors, or find out about our services
Great Court, The University of Queensland
Whether you have a question about our tutorials, want to report an error, are interested in contributing, or simply want to connect — the LADAL team is happy to help.
Stay informed about new tutorials and events. Email us with subject line: email list
🏛️
Address
School of Languages and Cultures
The University of Queensland
St Lucia QLD 4072, Australia
We welcome messages about questions on tutorials or resources, requests for support or guidance, suggestions for new topics, proposals for collaboration, workshop enquiries, and anything else LADAL-related. We aim to respond promptly — if your message is urgent, please indicate this in your subject line.
Share Your Story
📣 We Want to Hear From You!
We are actively collecting user stories to understand and showcase how people use LADAL resources. Have you copied a code snippet for your own project, learned a new method through a tutorial, attended a LADAL workshop, used our materials in your teaching, or applied our tools in your research?
If so, we'd be extremely grateful if you shared your experience. Write a short paragraph describing how you've used LADAL and what you used it for, then send it to ladal@uq.edu.au. Your story helps us understand LADAL's real-world impact and inspires others to engage with language data science.
Workshops and Events
LADAL regularly offers free workshops and webinars on language technology, language data science, and computational methods — open to all, from complete beginners to experienced researchers.
Use the template to write your tutorial. Include text, code, and examples following the LADAL style. Topics can cover language data science, corpus linguistics, text analytics, statistics, visualisation, or related areas.
3
Send it to us
Email your completed .Rmd file (along with any supporting files needed to render it) to ladal@uq.edu.au.
4
Review and publication
The LADAL team will review your submission. Once approved, your tutorial is published as an official LADAL tutorial with full attribution to you.
Reporting and Fixing Errors
Found a mistake in a tutorial? Every correction helps make LADAL better for everyone. Choose whichever option suits you best.
LADAL offers services to members of the School of Languages and Cultures at UQ, as well as to external partners, research teams, institutions, businesses, and individual researchers.
🎓 Training and Upskilling
Workshops on language technology and data science
Bespoke training for research teams or departments
Webinars and online learning events
One-on-one or small group consultations
🛠️ Resources and Support
Access to LADAL tutorials and tools
Guidance on choosing appropriate methods
Support for corpus construction and data management
Advice on reproducible research workflows
Interested in LADAL Services?
Contact us to enquire about workshops, request bespoke training, or discuss a collaboration.
---title: "Contact LADAL"subtitle: "Get in touch, contribute, report errors, or find out about our services"toc: truetoc-depth: 2---```{=html}<style>/* ── Contact cards ───────────────────────────────────────────────── */.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 1.5rem 0;}.contact-card { background: #fff; border: 1px solid #e8e4f0; border-top: 4px solid #51247A; border-radius: 6px; padding: 22px 20px; display: flex; flex-direction: column; gap: 8px;}.contact-card.aqua { border-top-color: #00A2C7; }.contact-card.magenta { border-top-color: #962A8B; }.contact-card .contact-icon { font-size: 1.6rem; line-height: 1; }.contact-card h4 { margin: 0; font-size: 0.95rem; font-weight: 700; color: #51247A; }.contact-card p { margin: 0; font-size: 0.875rem; color: #444; line-height: 1.55; }.contact-card a { color: #51247A; font-weight: 600; }.contact-card a:hover { color: #00A2C7; }/* ── Ways to help grid ───────────────────────────────────────────── */.help-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 1.5rem 0;}.help-card { background: #f7f5fb; border-left: 4px solid #51247A; border-radius: 4px; padding: 16px 18px;}.help-card.aqua { border-left-color: #00A2C7; }.help-card.magenta { border-left-color: #962A8B; }.help-card.blue { border-left-color: #4085C6; }.help-card h4 { margin: 0 0 5px 0; font-size: 0.9rem; color: #51247A; font-weight: 700; }.help-card p { margin: 0; font-size: 0.85rem; color: #555; line-height: 1.5; }/* ── Tutorial steps ──────────────────────────────────────────────── */.steps-list { list-style: none; padding: 0; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 12px;}.steps-list li { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid #e8e4f0; border-radius: 6px; padding: 16px 20px;}.step-num { background: #51247A; color: white; font-weight: 700; font-size: 0.875rem; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;}.step-body h4 { margin: 0 0 4px 0; font-size: 0.9rem; color: #51247A; font-weight: 700; }.step-body p { margin: 0; font-size: 0.875rem; color: #444; line-height: 1.55; }.step-body a { color: #51247A; }.step-body a:hover { color: #00A2C7; }/* ── Error options ───────────────────────────────────────────────── */.error-options { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 1.5rem 0;}.error-card { background: #fff; border: 1px solid #e8e4f0; border-radius: 8px; overflow: hidden;}.error-card-header { background: #51247A; color: white; padding: 14px 20px; display: flex; align-items: center; gap: 10px;}.error-card-header.aqua { background: #007a9a; }.error-card-header .error-icon { font-size: 1.2rem; }.error-card-header h4 { margin: 0; font-size: 0.95rem; color: white; font-weight: 700; }.error-card-header .badge { margin-left: auto; background: rgba(255,255,255,0.2); color: white; font-size: 0.7rem; padding: 2px 8px; border-radius: 20px; font-weight: 600; white-space: nowrap;}.error-card-body { padding: 18px 20px; }.error-card-body p { font-size: 0.875rem; color: #444; line-height: 1.55; margin: 0 0 10px 0; }.error-card-body ul { margin: 0; padding-left: 18px; }.error-card-body ul li { font-size: 0.875rem; color: #444; line-height: 1.6; }.error-card-body a { color: #51247A; }.error-card-body a:hover { color: #00A2C7; }/* ── Services grid ───────────────────────────────────────────────── */.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 1.5rem 0;}.service-card { background: #f7f5fb; border-radius: 6px; padding: 20px; border-top: 4px solid #51247A;}.service-card.aqua { border-top-color: #00A2C7; }.service-card h4 { margin: 0 0 10px 0; font-size: 0.95rem; color: #51247A; font-weight: 700; }.service-card ul { margin: 0; padding-left: 18px; }.service-card ul li { font-size: 0.875rem; color: #444; line-height: 1.6; margin-bottom: 3px; }/* ── CTA banner ──────────────────────────────────────────────────── */.cta-banner { background: linear-gradient(135deg, #51247A 0%, #3d1a5e 100%); color: white; border-radius: 8px; padding: 32px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin: 2rem 0;}.cta-banner h3 { margin: 0 0 6px 0; color: white; font-size: 1.2rem; }.cta-banner p { margin: 0; opacity: 0.85; font-size: 0.875rem; }.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }.btn-aqua { background: #00A2C7; color: white !important; padding: 10px 20px; border-radius: 4px; font-weight: 600; font-size: 0.875rem; text-decoration: none !important; white-space: nowrap;}.btn-aqua:hover { background: #008faf; }.btn-ghost-white { background: transparent; color: white !important; padding: 10px 20px; border-radius: 4px; font-weight: 600; font-size: 0.875rem; text-decoration: none !important; border: 2px solid rgba(255,255,255,0.5); white-space: nowrap;}.btn-ghost-white:hover { border-color: white; background: rgba(255,255,255,0.1); }/* ── User story callout ──────────────────────────────────────────── */.story-callout { background: #f0eaf7; border-left: 4px solid #962A8B; border-radius: 4px; padding: 20px 24px; margin: 1.5rem 0;}.story-callout h4 { margin: 0 0 8px 0; color: #962A8B; font-size: 0.95rem; font-weight: 700; }.story-callout p { margin: 0 0 8px 0; font-size: 0.875rem; color: #444; line-height: 1.6; }.story-callout p:last-child { margin-bottom: 0; }.story-callout a { color: #51247A; font-weight: 600; }/* ── Responsive ──────────────────────────────────────────────────── */@media (max-width: 640px) { .error-options { grid-template-columns: 1fr; } .cta-banner { flex-direction: column; }}</style>```{width="100%" height="200px" loading="lazy" fetchpriority="high"}Whether you have a question about our tutorials, want to report an error, are interested in contributing, or simply want to connect — the LADAL team is happy to help.## Get in Touch {#get-in-touch}```{=html}<div class="contact-grid"> <div class="contact-card"> <div class="contact-icon">📧</div> <h4>Email</h4> <p>The most direct way to reach us.<br> <a href="mailto:ladal@uq.edu.au">ladal@uq.edu.au</a></p> </div> <div class="contact-card aqua"> <div class="contact-icon">📬</div> <h4>Mailing List</h4> <p>Stay informed about new tutorials and events. Email us with subject line: <strong>email list</strong></p> </div> <div class="contact-card magenta"> <div class="contact-icon">🏛️</div> <h4>Address</h4> <p>School of Languages and Cultures<br> The University of Queensland<br> St Lucia QLD 4072, Australia</p> </div></div>```We welcome messages about questions on tutorials or resources, requests for support or guidance, suggestions for new topics, proposals for collaboration, workshop enquiries, and anything else LADAL-related. We aim to respond promptly — if your message is urgent, please indicate this in your subject line.---## Share Your Story {#user-stories}```{=html}<div class="story-callout"> <h4>📣 We Want to Hear From You!</h4> <p>We are actively collecting user stories to understand and showcase how people use LADAL resources. Have you copied a code snippet for your own project, learned a new method through a tutorial, attended a LADAL workshop, used our materials in your teaching, or applied our tools in your research?</p> <p>If so, we'd be extremely grateful if you shared your experience. Write a short paragraph describing how you've used LADAL and what you used it for, then send it to <a href="mailto:ladal@uq.edu.au">ladal@uq.edu.au</a>. Your story helps us understand LADAL's real-world impact and inspires others to engage with language data science.</p></div>```---## Workshops and Events {#workshops}LADAL regularly offers free workshops and webinars on language technology, language data science, and computational methods — open to all, from complete beginners to experienced researchers.- 📅 **Upcoming workshops** — see the [Events page](/events.html)- 🎬 **Past webinars and recordings** — also on the [Events page](/events.html)---## Contribute to LADAL {#contribute}There are many ways to get involved with LADAL, big and small.```{=html}<div class="help-grid"> <div class="help-card"> <h4>✍️ Write a Tutorial</h4> <p>Share your expertise — we welcome tutorials on any topic relevant to language data science from researchers at all career stages.</p> </div> <div class="help-card aqua"> <h4>🔧 Fix an Error</h4> <p>Found a mistake? Help us improve by reporting it or fixing it directly via GitHub.</p> </div> <div class="help-card magenta"> <h4>🎤 Present a Webinar</h4> <p>Share your research or methods with the LADAL community through an online presentation.</p> </div> <div class="help-card blue"> <h4>📣 Spread the Word</h4> <p>Share LADAL with colleagues, students, and networks. Every referral helps grow the community.</p> </div> <div class="help-card"> <h4>📦 Share Resources</h4> <p>Point us to useful tools, datasets, or methods we should know about or feature.</p> </div> <div class="help-card aqua"> <h4>🤝 Become an Affiliate</h4> <p>Join LADAL's growing network of supporters. <a href="mailto:ladal@uq.edu.au">Contact us</a> to enquire.</p> </div></div>```### How to Submit a Tutorial {#submit-tutorial}```{=html}<ol class="steps-list"> <li> <div class="step-num">1</div> <div class="step-body"> <h4>Download the template</h4> <p>Get the <a href="https://slcladal.github.io/content/base.Rmd">LADAL tutorial skeleton (.Rmd)</a> — a template with the correct structure and formatting.</p> </div> </li> <li> <div class="step-num">2</div> <div class="step-body"> <h4>Write your tutorial</h4> <p>Use the template to write your tutorial. Include text, code, and examples following the LADAL style. Topics can cover language data science, corpus linguistics, text analytics, statistics, visualisation, or related areas.</p> </div> </li> <li> <div class="step-num">3</div> <div class="step-body"> <h4>Send it to us</h4> <p>Email your completed <code>.Rmd</code> file (along with any supporting files needed to render it) to <a href="mailto:ladal@uq.edu.au">ladal@uq.edu.au</a>.</p> </div> </li> <li> <div class="step-num">4</div> <div class="step-body"> <h4>Review and publication</h4> <p>The LADAL team will review your submission. Once approved, your tutorial is published as an official LADAL tutorial with full attribution to you.</p> </div> </li></ol>```---## Reporting and Fixing Errors {#errors}Found a mistake in a tutorial? Every correction helps make LADAL better for everyone. Choose whichever option suits you best.```{=html}<div class="error-options"> <div class="error-card"> <div class="error-card-header"> <span class="error-icon">📧</span> <h4>Option 1 — Report by Email</h4> </div> <div class="error-card-body"> <p>The simplest approach. Send us a message with:</p> <ul> <li>The name or URL of the tutorial</li> <li>A brief description of the error</li> <li>Your suggested correction (optional)</li> </ul> <p style="margin-top:10px"> <a href="mailto:ladal@uq.edu.au">ladal@uq.edu.au</a><br> <a href="mailto:m.schweinberger@uq.edu.au">m.schweinberger@uq.edu.au</a> </p> </div> </div> <div class="error-card"> <div class="error-card-header aqua"> <span class="error-icon">⭐</span> <h4>Option 2 — Fix via GitHub</h4> <span class="badge">Recommended</span> </div> <div class="error-card-body"> <p>The most efficient option — fix it yourself and we receive an automatic notification to review and apply your change.</p> <ul> <li>You need a free <a href="https://github.com/join">GitHub account</a></li> <li>Find the file in the <a href="https://github.com/slcladal">LADAL repository</a></li> <li>Click the ✏️ pencil icon to edit in your browser</li> <li>Submit a pull request with a short description</li> <li>We review, merge, and credit you</li> </ul> </div> </div></div>```---## Services {#services}LADAL offers services to members of the School of Languages and Cultures at UQ, as well as to external partners, research teams, institutions, businesses, and individual researchers.```{=html}<div class="services-grid"> <div class="service-card"> <h4>🎓 Training and Upskilling</h4> <ul> <li>Workshops on language technology and data science</li> <li>Bespoke training for research teams or departments</li> <li>Webinars and online learning events</li> <li>One-on-one or small group consultations</li> </ul> </div> <div class="service-card aqua"> <h4>🛠️ Resources and Support</h4> <ul> <li>Access to LADAL tutorials and tools</li> <li>Guidance on choosing appropriate methods</li> <li>Support for corpus construction and data management</li> <li>Advice on reproducible research workflows</li> </ul> </div></div><div class="cta-banner"> <div> <h3>Interested in LADAL Services?</h3> <p>Contact us to enquire about workshops, request bespoke training, or discuss a collaboration.</p> </div> <div class="cta-actions"> <a href="mailto:ladal@uq.edu.au" class="btn-aqua">Email Us</a> <a href="/about.html" class="btn-ghost-white">About LADAL</a> </div></div>```---[Back to top](#get-in-touch) | [Back to HOME](/)