AS

Faculty Intern (Teaching Assistant) - Law and Public Policy

Contractor Berekuso, Eastern Region, GH
Posted 12 hours, 30 minutes ago 0 views 0 applications

Job Description

We need to output clean semantic HTML with

,

for section headers,
  • for list items. No CSS classes, no inline styles, no
    , no
    . Must preserve all original content word-for-word, but we need to strip out the HTML tags and formatting from the input, and then reapply proper tags. We must not add or remove content. So we need to extract the plain text content from the given HTML (which includes many spans with styles). Then we need to identify sections: About Ashesi University, About the Department, About the Role, Responsibilities and Duties (with sub-sections In-class Responsibilities and Administrative/Logistical Responsibilities), Qualifications and Skills, What We Offer, Application Process, Commitment to Diversity, Disability Confident, Join us... We need to use

    for section headers. The original text includes bold spans for headings. We'll convert those to

    . For subheadings like "In-class Responsibilities" and "Administrative/Logistical Responsibilities" also should be

    ? The instruction: Use

    for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So subheadings likely also considered section headers, so use

    . For list items, use
    • . For paragraphs,

      . We must preserve all original content word-for-word, meaning we cannot change wording, but we can change tags. Must not add extra text. Must not remove any content. Must not add extra spaces? Probably fine. We need to strip out all original HTML tags and produce new HTML. Let's extract plain text. I'll copy the input and manually extract. Input:

      About Ashesi University:

      Our vision is a flourishing Africa whose leaders make ethical decisions in the best interests of their communities, and where innovation drives economic, cultural and social growth. We educate leaders who will make this vision a reality, and we collaborate with other institutions to multiply this work.


      Joining Ashesi means becoming part of a vibrant community dedicated to excellence, innovation, and a transformed Africa. We provide opportunities for everyone to do their most meaningful work, through cross-functional collaboration in an environment that encourages intellectual and personal growth.


      If you're seeking an environment that values diverse contributions, supports professional development, and enables you to work with purpose, come join our team



      About the Department

      The Law with Public Policy Department prepares students for private, public, non-profit, and non-governmental careers. The program is also an excellent foundation for postgraduate study in multiple sub-disciplines of the Law.  Our courses encourage students to explore the connections between various pieces of information, question assumptions, and analyse different perspectives. Through this comprehensive approach, we aim to help students develop ideas on how to shape Africa’s diverse societies for future generations.


      About the Role

      The Faculty Intern position offers a valuable opportunity for individuals interested in gaining hands-on experience in academia. As an FI, you will support faculty with teaching and learning activities, pre-assigned departmental tasks. The role is expected to contribute to up to three undergraduate classes per semester.

      This role is ideal for those preparing for graduate studies or pursuing a career in academia, providing meaningful exposure to the teaching environment and departmental operations.


      Responsibilities and Duties

      In-class Responsibilities

      • Attend all lectures and provide real time support to faculty and students including but not limited to tracking student attendance; liaise with the Hotline and IT teams to prepare all tech tools required for the class; monitor students participation in class activities; disseminate readings to students ahead of classes; etc.
      • Lead and facilitate discussion/lab sessions and other class sessions where necessary to review class content with students
      • Assist faculty with grading of assignments and quizzes. Note: Faculty Interns are not allowed to grade Final and Mid-Semester Assessments.

       

      Administrative/Logistical Responsibilities

      • Schedule office hours to provide extra support to students who have general questions, are struggling or need extra revision support.
      • Coordinate off-site field trips with contact persons on the field, monitor student safety during field trip activities and liaise with relevant departments at Ashesi for bus and meal arrangements, etc.
      • Support faculty with lesson development and conduct desktop research for articles and other necessary information to be included in lesson plans
      • Document all recordings for online classes and share recording links with students
      • Report all student behavioural, participation and attendance concerns to the Hotline team as part of student inactivity reporting.

       

      Qualifications and Skills

      • Bachelor’s degree required. Experience in educational administration or a higher education environment is a plus.
      • Excellent organizational and problem-solving skills.
      • Excellent verbal, written and interpersonal communication skills, including the ability to elicit and communicate information and to prepare clear, informative and concise materials.
      • Initiative and judgment to independently problem-solve and prioritize work. Can also work as a strong team member when the situation warrants.
      • Reliability, dependability, and a generally good attitude and disposition
      • Ability to analyze, synthesize and summarize information.
      • Excellent communication skills, especially in writing and interpersonal conversation
      • Advanced proficiency in using the Microsoft Office Software suite (i.e. MS Word, SharePoint, Excel, PowerPoint and Outlook).
      • Comfortable with learning new technology tools for information gathering and sharing; ability to instruct/assist others in use of these tools e.g., Canvas (Learning Management System); Student Information System, other web-based software.



      What We Offer:
      Our success is driven by our people, which is why we offer a comprehensive compensation package.
      Compensation at Ashesi is regularly reviewed against industry benchmarks, and total compensation includes health insurance, retirement benefits, and paid leave, which are designed to support the holistic well-being of our staff.
      We also invest in continuous learning, development and research opportunities, allowing our teams to grow with the university and achieve meaningful impact.



      Application Process: 

      Screening of applicants will begin immediately and continue until the position is filled. Kindly note that only shortlisted candidates will be invited for an interview and may also be asked to conduct an academic seminar.



      Commitment to Diversity:
      Ashesi is dedicated to building a diverse and inclusive staff and faculty. We encourage applications from candidates who will enrich and contribute to the cultural and academic diversity of our university.



      Disability Confident: 

      Ashesi University is committed to taking positive steps to employ, keep and develop the abilities of staff with disabilities.



      Join us in shaping the future of Africa’s leadership.

       

      We need to strip tags and produce plain text. Let's extract sections: 1. About Ashesi University: Heading: "About Ashesi University": (note colon after in original? The heading had a colon after the span: "About Ashesi University:" So the heading text includes colon? Usually we keep as is: "About Ashesi University:"? The colon is outside the span but part of the same

      . The text after the span includes colon directly after the span, no space? Actually: About Ashesi University: So the colon is outside the span but directly after. So the plain text line is "About Ashesi University:" then a paragraph after. We need to keep that colon as part of heading? Probably yes. We'll treat heading as "About Ashesi University:" (including colon). Then following paragraph(s) until next heading. Paragraph after: "Our vision is a flourishing Africa whose leaders make ethical decisions in the best interests of their communities, and where innovation drives economic, cultural and social growth. We educate leaders who will make this vision a reality, and we collaborate with other institutions to multiply this work." Then a
      line (ignore). Then paragraph: "Joining Ashesi means becoming part of a vibrant community dedicated to excellence, innovation, and a transformed Africa. We provide opportunities for everyone to do their most meaningful work, through cross-functional collaboration in an environment that encourages intellectual and personal growth." Then a
      line. Then paragraph: "If you're seeking an environment that values diverse contributions, supports professional development, and enables you to work with purpose, come join our team" So that's a bold sentence. This is not a heading but a bold paragraph. Should we treat as a paragraph? It's not a section header per the list; it's a motivational sentence. We'll keep as

      with bold? But we cannot use inline styles. We must preserve content word-for-word, but we cannot keep the bold tag. However we must preserve the text exactly, not the styling. So we output the same text without the bold markup. That's acceptable because we are preserving the word-for-word content (the text). The instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That refers to the textual content, not the markup. So we can drop the styling tags. So we output the sentence as a plain paragraph. Thus after that we have

      then heading "About the Department". Proceed. 2. About the Department: Heading: "About the Department" Paragraph: The next

      contains two spans: first span with a space? Actually: The Law with Public Policy Department prepares students for private, public, non-profit, and non-governmental careers. The program is also an excellent foundation for postgraduate study in multiple sub-disciplines of the Law.  Our courses encourage students to explore the connections between various pieces of information, question assumptions, and analyse different perspectives. Through this comprehensive approach, we aim to help students develop ideas on how to shape Africa’s diverse societies for future generations. Combine: "The Law with Public Policy Department prepares students for private, public, non-profit, and non-governmental careers. The program is also an excellent foundation for postgraduate study in multiple sub-disciplines of the Law. Our courses encourage students to explore the connections between various pieces of information, question assumptions, and analyse different perspectives. Through this comprehensive approach, we aim to help students develop ideas on how to shape Africa’s diverse societies for future generations." Note there may be double spaces; we keep as is. Then a
      line. 3. About the Role: Heading: "About the Role" Paragraph: The next

      contains many spans with font-size 12pt etc. The text: "The Faculty Intern position offers a valuable opportunity for individuals interested in gaining hands-on experience in academia. As an FI, you will support faculty with teaching and learning activities, pre-assigned departmental tasks. The role is expected to contribute to up to three undergraduate classes per semester." Note there are some non-breaking spaces maybe. We'll keep as is. Then paragraph: "This role is ideal for those preparing for graduate studies or pursuing a career in academia, providing meaningful exposure to the teaching environment and departmental operations." Then a
      . 4. Responsibilities and Duties: Heading: "Responsibilities and Duties" Subheading: "In-class Responsibilities" Then

        list items (3). Then a

        with a non-breaking space? Actually

         

        which is just a space; we can ignore as it's empty? It's a space character; we could keep as a paragraph with a space? Probably better to omit empty paragraphs. But we must preserve content word-for-word; that includes a space? The content is a non-breaking space character. If we drop it, we are removing content. However it's likely just formatting; but to be safe, we could keep an empty

        with a space? But we cannot preserve the non-breaking space exactly; we could output a regular space. That's still a space character. It's okay. Then subheading: "Administrative/Logistical Responsibilities" Then

          list items (5). Then a

          with a space. 5. Qualifications and Skills: Heading: "Qualifications and Skills" Then

            list items (9). Then



            (two line breaks). We'll treat as empty paragraphs maybe ignore. 6. What We Offer: Heading: "What We Offer:" (note colon after bold and a
            inside the span? Actually: What We Offer:
            So the heading includes "What We Offer:" then a line break inside the span. After the span, the text continues: "Our success is driven by our people, which is why we offer a comprehensive compensation package.
            Compensation at Ashesi is regularly reviewed against industry benchmarks, and total compensation includes health insurance, retirement benefits, and paid leave, which are designed to support the holistic well-being of our staff.
            We also invest in continuous learning, development and research opportunities, allowing our teams to grow with the university and achieve meaningful impact.
            " Thus the heading is "What We Offer:" then a line break (the
            inside the span). Then the paragraph(s) with
            tags inside. We need to convert
            to paragraph breaks? The instruction: No
            tags. So we need to turn those into separate

            paragraphs. The content includes line breaks indicated by
            . We should treat each segment separated by
            as a separate paragraph. Also there may be multiple
            in a row. Thus after heading, we have: "Our success is driven by our people, which is why we offer a comprehensive compensation package." Then a line break. "Compensation at Ashesi is regularly reviewed against industry benchmarks, and total compensation includes health insurance, retirement benefits, and paid leave, which are designed to support the holistic well-being of our staff." Then a line break. "We also invest in continuous learning, development and research opportunities, allowing our teams to grow with the university and achieve meaningful impact." Then a line break (maybe trailing). We'll produce three paragraphs. 7. Application Process: Heading: "Application Process:" (note there are two non-breaking spaces after colon? Actually: Application Process:  includes a non-breaking space after colon. We'll keep as "Application Process:" plus maybe a space? We'll output heading as "Application Process:" (maybe keep the space? We'll just output heading without extra spaces). Then paragraph: "Screening of applicants will begin immediately and continue until the position is filled. Kindly note that only shortlisted candidates will be invited for an interview and may also be

Apply Now ↗

How well do you match?

Get an instant AI match score for this role — free, takes 3 minutes.

Tailor your CV for this role

The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.

Tailor My CV to This Job ✍️

Free cover letter for this job

Upload your CV and get a tailored cover letter in seconds — free, no account needed.

Generate a Cover Letter 📝
MJC
ECHO
Your MJC Assistant

I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.

How was your experience with ECHO?