> ## Documentation Index
> Fetch the complete documentation index at: https://travel-info.co.zw/llms.txt
> Use this file to discover all available pages before exploring further.

# Student Contributors Program

> Join the student contributors program and write about Zimbabwe travel. Build your portfolio, gain published credits, and share local knowledge with the world.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/zimbabwetravelinfo/api/placeholder/1200/400" alt="Student Contributors Program - Share your Zimbabwe with the world" className="rounded-lg" />
</Frame>

## Share Your Zimbabwe. Build Your Portfolio. Join Our Community.

Are you a university student passionate about Zimbabwe's diverse destinations? Do you have unique insights into locations that deserve more attention from travelers? Zimbabwe Travel Information is seeking student contributors to help expand our coverage of Zimbabwe's incredible destinations, especially those not yet featured on travel-info.co.zw.

<Note>
  Applications for our Q3 2025 cohort are now open! Deadline: August 15, 2025
</Note>

<CardGroup cols={3}>
  <Card title="Professional Publishing" icon="pen-to-square">
    Get published on Zimbabwe's premier travel platform with your own byline
  </Card>

  <Card title="Portfolio Development" icon="briefcase">
    Build your professional portfolio with high-quality published work
  </Card>

  <Card title="Industry Connections" icon="network-wired">
    Connect with professionals in Zimbabwe's growing tourism sector
  </Card>
</CardGroup>

## Why Become a Student Contributor?

As a Zimbabwe Travel Information Student Contributor, you'll gain:

* **Professional Credentials**: Your name and university affiliation prominently featured as author
* **Portfolio Building**: Published work to showcase to future employers
* **Expert Mentorship**: Guidance from experienced travel writers and editors
* **Industry Exposure**: Connections with Zimbabwe's tourism businesses
* **Content Creation Skills**: Practical experience in digital travel content development
* **Community Membership**: Join our network of Zimbabwe travel enthusiasts
* **Potential Paid Opportunities**: Top contributors may be invited for paid projects

## What We're Looking For

We're particularly interested in content about:

* **Emerging Destinations**: Lesser-known locations with tourism potential
* **Secondary Cities and Towns**: Beyond the major tourist centers
* **Border Regions**: Areas connecting to neighboring countries
* **Cultural Heritage Sites**: Historical and cultural landmarks
* **Community-Based Tourism**: Initiatives supporting local communities
* **Seasonal Experiences**: Events, festivals, and seasonal attractions
* **Adventure Destinations**: Outdoor and adventure activities

<Accordion title="Content Guidelines">
  - **Length**: 1,000-1,500 words per destination guide
  - **Structure**: Introduction, Getting There, Where to Stay, What to Do, Local Culture, Practical Tips
  - **Original Content**: First-hand observations and experiences
  - **Visual Elements**: 5-8 high-quality images (your own or with proper permissions)
  - **Voice**: Authentic, informative, engaging
  - **Balanced Perspective**: Highlighting positives while acknowledging challenges
  - **Inclusivity**: Consider various traveler types and budgets
  - **Accuracy**: Factual information must be verified
</Accordion>

## Application Process

<Steps>
  <Step title="Submit Application">
    Complete our online application form with your information, writing samples, and article pitches
  </Step>

  <Step title="Review & Selection">
    Our editorial team reviews applications and selects contributors based on quality, originality, and destination coverage
  </Step>

  <Step title="Orientation">
    Selected contributors participate in an orientation session to learn about our editorial process and standards
  </Step>

  <Step title="Content Development">
    Work with our editorial mentors to develop your destination feature with structured feedback
  </Step>

  <Step title="Publication">
    See your work published on Zimbabwe Travel Information with your byline and author profile
  </Step>

  <Step title="Community Integration">
    Join our contributor community and gain opportunities for additional features
  </Step>
</Steps>

## Contributor Requirements

To qualify for the Student Contributors Program, you should:

* Be currently enrolled at a Zimbabwean university or college
* Have strong writing skills in English
* Possess in-depth knowledge of at least one Zimbabwean destination
* Have access to a digital camera or smartphone with good camera capabilities
* Be willing to commit to the editorial process over 4-6 weeks
* Have permission to travel to your chosen destination (if not already familiar)

## Apply Now

<Card title="Ready to share your Zimbabwe with the world?" icon="graduation-cap">
  Complete our application form to be considered for the upcoming contributor cohort. We review applications on a rolling basis.

  <form action="https://formspree.io/f/mgvkbwoq" method="POST" className="space-y-4">
    <input type="hidden" name="_subject" value="Student Contributor Application - Zimbabwe Travel Info" />

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <div>
        <label htmlFor="student_name" className="block text-sm font-medium mb-1">Full Name \*</label>

        <input type="text" name="name" id="student_name" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="Your full name" />
      </div>

      <div>
        <label htmlFor="student_email" className="block text-sm font-medium mb-1">Email Address \*</label>

        <input type="email" name="email" id="student_email" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="you@university.ac.zw" />
      </div>
    </div>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <div>
        <label htmlFor="student_university" className="block text-sm font-medium mb-1">University/College \*</label>

        <input type="text" name="university" id="student_university" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="e.g., University of Zimbabwe" />
      </div>

      <div>
        <label htmlFor="student_program" className="block text-sm font-medium mb-1">Program/Year of Study \*</label>

        <input type="text" name="program" id="student_program" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="e.g., BSc Tourism, 3rd Year" />
      </div>
    </div>

    <div>
      <label htmlFor="student_destination" className="block text-sm font-medium mb-1">Proposed Destination(s) \*</label>

      <input type="text" name="destinations" id="student_destination" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="Which Zimbabwe destination(s) would you write about?" />
    </div>

    <div>
      <label htmlFor="student_interest" className="block text-sm font-medium mb-1">Why are you interested in contributing? (100-200 words) \*</label>

      <textarea name="interest" id="student_interest" rows="4" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="Share your passion for Zimbabwe travel and why you want to contribute to our platform" />
    </div>

    <div>
      <label htmlFor="student_connection" className="block text-sm font-medium mb-1">Your connection to the proposed destination(s) (100-200 words) \*</label>

      <textarea name="connection" id="student_connection" rows="4" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="What makes you uniquely qualified to write about this destination? (local knowledge, personal experience, research, etc.)" />
    </div>

    <div>
      <label htmlFor="student_pitch" className="block text-sm font-medium mb-1">Brief pitch for your proposed article (200-300 words) \*</label>

      <textarea name="pitch" id="student_pitch" rows="5" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="Outline your article idea: What would you cover? What unique angle or insights would you bring? What would readers learn?" />
    </div>

    <div>
      <label htmlFor="student_portfolio" className="block text-sm font-medium mb-1">Link to writing sample or portfolio (optional)</label>

      <input type="url" name="portfolio" id="student_portfolio" className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100" placeholder="https://your-portfolio.com or blog link" />
    </div>

    <div>
      <label htmlFor="student_referral" className="block text-sm font-medium mb-1">How did you hear about this program? \*</label>

      <select name="referral_source" id="student_referral" required className="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100">
        <option value="">Please select...</option>
        <option value="university">University notice/poster</option>
        <option value="social">Social media</option>
        <option value="website">Zimbabwe Travel Information website</option>
        <option value="friend">Friend or classmate</option>
        <option value="professor">Professor/lecturer recommendation</option>
        <option value="career_services">Career services</option>
        <option value="other">Other</option>
      </select>
    </div>

    <button type="submit" className="w-full px-4 py-2 bg-primary-500 hover:bg-primary-600 text-white font-medium rounded-md transition-colors">
      Submit Application
    </button>
  </form>
</Card>

<Note>
  **Application Tips:** Strong applications include specific destination knowledge, a unique angle or personal connection to the location, and clear writing samples. We value authentic local perspectives and lesser-known destinations.
</Note>

## Frequently Asked Questions

<Accordion title="Do I need to have previous publishing experience?">
  No, previous publishing experience is not required. We're looking for strong writing skills, authentic knowledge of Zimbabwean destinations, and a passion for sharing travel experiences. Your university coursework and personal writing can demonstrate your capabilities.
</Accordion>

<Accordion title="Will I be paid for my contributions?">
  The Student Contributors Program is primarily designed as a professional development opportunity. While the initial contributions are unpaid, top performers may be invited to become paid contributors for future articles. All contributors receive byline credit, portfolio development, and professional mentorship.
</Accordion>

<Accordion title="How much time should I expect to commit?">
  Contributors should plan to commit approximately 15-20 hours spread over 4-6 weeks for each article, including research, writing, revisions, and communication with editors.
</Accordion>

<Accordion title="Can I contribute remotely if I can't visit my chosen destination?">
  Ideally, contributors should have first-hand experience with their chosen destination. However, if you have deep knowledge of a location from previous visits or living there, you may not need to visit during the contribution period.
</Accordion>

<Accordion title="Can international students studying in Zimbabwe apply?">
  Yes, international students currently enrolled at Zimbabwean institutions are welcome to apply. We value diverse perspectives on Zimbabwe's destinations.
</Accordion>

<Accordion title="Is there a limit to how many articles I can contribute?">
  Initially, selected contributors will work on one article. Based on the quality of your work and editorial needs, you may be invited to contribute additional articles in the future.
</Accordion>

<Accordion title="Will I receive academic credit for participating?">
  We are developing partnerships with several universities to offer academic credit. Please consult with your department to determine if your contribution can count toward internship or practical experience requirements.
</Accordion>

<Accordion title="Who owns the copyright to my contribution?">
  Zimbabwe Travel Information will hold publishing rights to the content, but you will retain the right to include the published work in your portfolio and to reference it in job applications. Full details will be provided in the contributor agreement.
</Accordion>

## Additional Information

<CardGroup cols={2}>
  <Card title="Faculty Partnerships" icon="chalkboard-teacher">
    Are you a faculty member interested in partnering with Zimbabwe Travel Information? We offer opportunities for academic collaboration, guest lectures, and student professional development.

    [Contact our Academic Partnerships Coordinator →](mailto:academic@travel-info.co.zw)
  </Card>

  <Card title="Tourism Business Involvement" icon="building">
    Tourism businesses can support student contributors through accommodation, transportation, or activity access to help expand our destination coverage.

    [Learn about our Business Partnership Program →](mailto:partnerships@travel-info.co.zw)
  </Card>
</CardGroup>

## Contact Us

Have questions about the Student Contributors Program? We're here to help!

* Email: [contributors@travel-info.co.zw](mailto:contributors@travel-info.co.zw)
* Phone: +65 9814 3374
* Discord: Join our [Zimbabwe Travel Platform community](https://discord.gg/dzHWFB44yw) for real-time discussions and support

***

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/zimbabwetravelinfo/api/placeholder/1200/400" alt="Explore. Write. Inspire. - Zimbabwe Travel Information Student Contributors Program" className="rounded-lg" />
</Frame>

<Note>
  Zimbabwe Travel Information is committed to showcasing the authentic beauty and diversity of Zimbabwe through local voices. The Student Contributors Program is part of our mission to provide comprehensive, accurate, and inspiring information that empowers both international and local travelers.
</Note>
