Job Description
,
, - . No divs, no classes, no inline styles, no
. Must preserve all original content word-for-word. We need to extract the job description content, ignoring navigation etc. The raw text includes many divs with
and . We need to convert paragraphs to . Section headers like "Background", "Diversity, Equity and Inclusion are core principles at UNDP:"? Actually that is within a tag but not a header. The instruction: Use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we need to identify those sections: "Job Purpose and Organizational Context", "Duties and Responsibilities", "Core competencies:", "Technical/Functional competencies:", "Required Skills and Experience", "Disclaimer". Also maybe "Background" is not a standard header but could be considered a section header? The instruction says use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't forbid using for other headers, but likely we should treat any that appears as a heading as . However we must preserve content word-for-word, so we need to keep the text inside the header as is, just wrap in . Also need to convert list items: there are already - in the source; we should keep them but ensure they are proper HTML without extra divs. The source includes
and - inside divs; we can just output them as is, but we must remove surrounding divs. Also need to convert paragraphs: any text not inside a header or list should be wrapped in
. Need to preserve line breaks? We should not use
. So we need to turn each block of text into a
. The source has many
with and
which are just spacing; we ignore them.
We need to output only HTML, no markdown fences.
Let's parse the content logically.
Start:
Background
Diversity, Equity and Inclusion are core principles at UNDP: we value diversity as an expression of the multiplicity of nations and cultures where we operate, we foster inclusion as a way of ensuring all personnel are empowered to contribute to our mission, and we ensure equity and fairness in all our actions. Taking a ‘leave no one behind’ approach to our diversity efforts means increasing representation of underserved populations. People who identify as belonging to marginalized or excluded populations are strongly encouraged to apply. Learn more about working at UNDP including our values and inspiring stories.
UNDP does not tolerate sexual exploitation and abuse, any kind of harassment, including sexual harassment, and discrimination. All selected candidates will, therefore, undergo rigorous reference and background checks.
Job Purpose and Organizational Context
The country programme document, 2025-2030, aligns with the 2030 Agenda, the African Union Agenda 2063, and the UNDP Strategic Plan, 2022-2025. It represents UNDP contributions to the National Development Plan and the United Nations Sustainable Development Cooperation Framework.
It focuses on two pillars: (a) People-centred sustainable development and resilience, prioritizing people’s well-being and planetary health (aligned with Sustainable Development Cooperation Framework outcomes 1 and 2 and UNDP signature solutions 1, 3, 4, 5 and 6); and b) Inclusive governance, peace, and prosperity, embodying harmonious development, effective resource management, and equitable governance (aligned with Sustainable Development Cooperation Framework outcomes 2 and 3 and UNDP signature solutions 2, 3 and 6).
The role of the Country Office Communications Unit is to adopt UNDP’s global communication strategy to a local context and the Country Office development priorities. Through the production of high-quality communication materials and innovative use of relevantly targeted communication channels (internal and external), the communications team works collaboratively to position UNDP as a leader in the development arena, promote visibility of UNDP program outcomes/development results, mobilize support for Sustainable Development Goals in the country, and practice delivery as one UN.
Then Duties and Responsibilities header etc.
We need to output:
Background
Diversity, Equity and Inclusion are core principles at UNDP: we value diversity as an expression of the multiplicity of nations and cultures where we operate, we foster inclusion as a way of ensuring all personnel are empowered to contribute to our mission, and we ensure equity and fairness in all our actions. Taking a ‘leave no one behind’ approach to our diversity efforts means increasing representation of underserved populations. People who identify as belonging to marginalized or excluded populations are strongly encouraged to apply. Learn more about working at UNDP including our values and inspiring stories.
But note the original had the wrapping the text and then an inside with its own . We need to preserve content word-for-word, including the tag and its attributes. So we should keep the as is. Also the outer should be removed because we are converting to for header? Actually the outer is part of the paragraph, not a header. The header "Background" is separate. The paragraph after that is the diversity statement. It originally had around the whole paragraph (except the inner strong?). Actually the HTML:
Diversity, Equity and Inclusion are core principles at UNDP: we value diversity as an expression of the multiplicity of nations and cultures where we operate, we foster inclusion as a way of ensuring all personnel are empowered to contribute to our mission, and we ensure equity and fairness in all our actions. Taking a ‘leave no one behind’ approach to our diversity efforts means increasing representation of underserved populations. People who identify as belonging to marginalized or excluded populations are strongly encouraged to apply. Learn more about working at UNDP including our values and inspiring stories.
So the wraps the text up to "values and " then closes, then an with inspiring stories.. So the text includes the element. We need to preserve that exactly. So we will output a containing that exact inner HTML (without the surrounding and ). So we need to strip the outer but keep the and its inner . So the paragraph will be:
Diversity, Equity and Inclusion are core principles at UNDP: we value diversity as an expression of the multiplicity of nations and cultures where we operate, we foster inclusion as a way of ensuring all personnel are empowered to contribute to our mission, and we ensure equity and fairness in all our actions. Taking a ‘leave no one behind’ approach to our diversity efforts means increasing representation of underserved populations. People who identify as belonging to marginalized or excluded populations are strongly encouraged to apply. Learn more about working at UNDP including our values and inspiring stories.
Note we need to replace with spaces. Also we need to preserve the curly quotes? We'll keep as is.
Next paragraph:
UNDP does not tolerate sexual exploitation and abuse, any kind of harassment, including sexual harassment, and discrimination. All selected candidates will, therefore, undergo rigorous reference and background checks.
That's a but not a header; we should wrap in . So:
UNDP does not tolerate sexual exploitation and abuse, any kind of harassment, including sexual harassment, and discrimination. All selected candidates will, therefore, undergo rigorous reference and background checks.
Then header:
Job Purpose and Organizational Context
Then paragraphs:
The country programme document, 2025-2030, aligns with the 2030 Agenda, the African Union Agenda 2063, and the UNDP Strategic Plan, 2022-2025. It represents UNDP contributions to the National Development Plan and the United Nations Sustainable Development Cooperation Framework.
Then blank line (just ) we can ignore.
Then:
It focuses on two pillars: (a) People-centred sustainable development and resilience, prioritizing people’s well-being and planetary health (aligned with Sustainable Development Cooperation Framework outcomes 1 and 2 and UNDP signature solutions 1, 3, 4, 5 and 6); and b) Inclusive governance, peace, and prosperity, embodying harmonious development, effective resource management, and equitable governance (aligned with Sustainable Development Cooperation Framework outcomes 2 and 3 and UNDP signature solutions 2, 3 and 6).
Then blank.
Then:
The role of the Country Office Communications Unit is to adopt UNDP’s global communication strategy to a local context and the Country Office development priorities. Through the production of high-quality communication materials and innovative use of relevantly targeted communication channels (internal and external), the communications team works collaboratively to position UNDP as a leader in the development arena, promote visibility of UNDP program outcomes/development results, mobilize support for Sustainable Development Goals in the country, and practice delivery as one UN.
We need to combine these into paragraphs. Probably each with text is a paragraph. So we will output three elements for those three text blocks.
Then header:
Duties and Responsibilities
Then paragraph:
As part of the Communications Unit and under the supervision of the Communications Specialist, the Communications Intern will be responsible for undertaking the following activities:
Then the list items.
We need to output the with - items exactly as given, preserving inner text. The source list items have some trailing
and inside some - . We need to strip those but keep the text. For example:
- Support the development and implementation of UNDP Sierra Leone’s Communications strategy, Annual Communications Plan and Key Performance Indicators
That's fine.
- Support content development for stories, op-eds, talking points, press releases and/or social media posts
- Assist team members in synthesizing information from UNDP programme teams
-> we need to remove but keep the text.
- Support in preparing presentations, decks, pitches, toolkits and process documents.
- Assist in maintaining dashboards, meeting calendars for the Communications Unit
- Support the team with curation and coordination of events, campaigns, workshops, highlighting the work of UNDP and building relationships within the ecosystem
- Build communication materials for events and help spread awareness through relevant channels.
-> we need to output just the text before
. So "Build communication materials for events and help spread awareness through relevant channels."
We must preserve word-for-word except we remove the
and as they are formatting artifacts not part of content. The instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". However
and are not content; they are formatting. Should we keep them? The instruction says remove stray numbers or formatting artifacts earlier in first part, but in second part (HTML formatting) they say preserve ALL original content word-for-word. The
and are not content but they are part of original HTML. However they said no
tags in output. So we must omit them. So we will remove
and from list items.
After list, we have:
Core competencies:
- Innovation: Level 1: Assesses work with a critical eye
- Leadership: Level 1: Takes responsibility for and ensures high quality of own work
- People Management: Level 1: Understands personal and team roles, responsibilities and objectives
- Communication: Level 1: Reliably and consistently listens and interprets information and instruction correctly
- Delivery: Level 1: Meets goals and timelines for team deliverables
We need to output Core competencies:
then the with - . Need to preserve inner and tags? The instruction says preserve ALL original content word-for-word. So we should keep the and inside the
- . However we are not allowed to use or ? They didn't forbid . They only said no s, no
, no CSS classes, no inline styles. So we can keep . So we output the - exactly as given, but we need to strip the inside the for People Management item. Also we need to remove the surrounding and .
Thus:
Core competencies:
- Innovation: Level 1: Assesses work with a critical eye
- Leadership: Level 1: Takes responsibility for and ensures high quality of own work
- People Management: Level 1: Understands personal and team roles, responsibilities and objectives
- Communication: Level 1: Reliably and consistently listens and interprets information and instruction correctly
- Delivery: Level 1: Meets goals and timelines for team deliverables
Next:
Technical/Functional competencies:
- Writing and Editing skills
- Ability to analyze large sets of data and reports and synthesize complex issues.
- Create excel spreadsheets and dashboards
- Familiarity with website management, social media platform, branding and fostering private sector partnerships
- Experience of creating content across a variety of medium
- Demonstrated ability to plan and curate campaigns, events and workshops
- Excellent oral and written communication skills
- Strong Powerpoint, Word and Excel skills
- Promoting Organizational Learning and Knowledge Sharing:
- Basic research and analysis
- Generates new ideas and approaches, researches best practices and proposes new, more effective ways of doing things.
- Documents and analyses innovative strategies and new approaches for publishing content, fostering partnerships and launching campaigns.
We need to output Technical/Functional competencies:
then the . Note there is no trailing punctuation issues.
Then we have a with
which we ignore.
Then:
Required Skills and Experience
Education: Applicants to the UNDP internship programme must at the time of application meet one of the following requirements:
- Be enrolled in a graduate school programme (second university degree or equivalent, or higher);
- Be enrolled in the final academic year of a first university degree programme (minimum Bachelor’s level or equivalent);
- Have graduated with a university degree (as defined in (a) and (b) above) and, if selected, must start the internship within one-year of graduation.
-
We need to output Required Skills and Experience
. Then a for the Education line? Actually the Education line is a Education: followed by text. That's not a header; it's part of the section. So we should output a
containing that line exactly, preserving the Education: and the rest. Then the
list.
We need to strip in the third item: "(as defined in (a) and (b) above)". Remove .
Also there is an empty -
which is just a formatting artifact; we should remove that entire - as it's empty content. So we will output only three
- items.
Then:
Experience:
- The candidate must be currently enrolled in a relevant undergraduate programme’s
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 📝
My Job Concierge
Let jobs find you
Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call.
Almost there
Add your CV for real matches
Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper.
You're in.
We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge.
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.
. Must preserve all original content word-for-word. We need to extract the job description content, ignoring navigation etc. The raw text includes many divs with
and . We need to convert paragraphs to
. Section headers like "Background", "Diversity, Equity and Inclusion are core principles at UNDP:"? Actually that is within a tag but not a header. The instruction: Use . Need to preserve line breaks? We should not use . The source has many Diversity, Equity and Inclusion are core principles at UNDP: we value diversity as an expression of the multiplicity of nations and cultures where we operate, we foster inclusion as a way of ensuring all personnel are empowered to contribute to our mission, and we ensure equity and fairness in all our actions. Taking a ‘leave no one behind’ approach to our diversity efforts means increasing representation of underserved populations. People who identify as belonging to marginalized or excluded populations are strongly encouraged to apply. Learn more about working at UNDP including our values and inspiring stories. containing that exact inner HTML (without the surrounding and Diversity, Equity and Inclusion are core principles at UNDP: we value diversity as an expression of the multiplicity of nations and cultures where we operate, we foster inclusion as a way of ensuring all personnel are empowered to contribute to our mission, and we ensure equity and fairness in all our actions. Taking a ‘leave no one behind’ approach to our diversity efforts means increasing representation of underserved populations. People who identify as belonging to marginalized or excluded populations are strongly encouraged to apply. Learn more about working at UNDP including our values and inspiring stories. . So:
UNDP does not tolerate sexual exploitation and abuse, any kind of harassment, including sexual harassment, and discrimination. All selected candidates will, therefore, undergo rigorous reference and background checks. elements for those three text blocks.
Then header:
for the Education line? Actually the Education line is a Education: followed by text. That's not a header; it's part of the section. So we should output a containing that line exactly, preserving the Education: and the rest. Then the Get an instant AI match score for this role — free, takes 3 minutes. The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste. Upload your CV and get a tailored cover letter in seconds — free, no account needed. Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call. Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper. We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge. I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa. for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we need to identify those sections: "Job Purpose and Organizational Context", "Duties and Responsibilities", "Core competencies:", "Technical/Functional competencies:", "Required Skills and Experience", "Disclaimer". Also maybe "Background" is not a standard header but could be considered a section header? The instruction says use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't forbid using for other headers, but likely we should treat any that appears as a heading as
. However we must preserve content word-for-word, so we need to keep the text inside the header as is, just wrap in
. Also need to convert list items: there are already
and
. So we need to turn each block of text into a
which are just spacing; we ignore them.
We need to output only HTML, no markdown fences.
Let's parse the content logically.
Start:
Background
for header? Actually the outer is part of the paragraph, not a header. The header "Background" is separate. The paragraph after that is the diversity statement. It originally had around the whole paragraph (except the inner strong?). Actually the HTML:
Job Purpose and Organizational Context
Then paragraphs:
The country programme document, 2025-2030, aligns with the 2030 Agenda, the African Union Agenda 2063, and the UNDP Strategic Plan, 2022-2025. It represents UNDP contributions to the National Development Plan and the United Nations Sustainable Development Cooperation Framework.
Then blank line (just ) we can ignore.
Then:
It focuses on two pillars: (a) People-centred sustainable development and resilience, prioritizing people’s well-being and planetary health (aligned with Sustainable Development Cooperation Framework outcomes 1 and 2 and UNDP signature solutions 1, 3, 4, 5 and 6); and b) Inclusive governance, peace, and prosperity, embodying harmonious development, effective resource management, and equitable governance (aligned with Sustainable Development Cooperation Framework outcomes 2 and 3 and UNDP signature solutions 2, 3 and 6).
Then blank.
Then:
The role of the Country Office Communications Unit is to adopt UNDP’s global communication strategy to a local context and the Country Office development priorities. Through the production of high-quality communication materials and innovative use of relevantly targeted communication channels (internal and external), the communications team works collaboratively to position UNDP as a leader in the development arena, promote visibility of UNDP program outcomes/development results, mobilize support for Sustainable Development Goals in the country, and practice delivery as one UN.
We need to combine these into paragraphs. Probably each Duties and Responsibilities
Then paragraph:
As part of the Communications Unit and under the supervision of the Communications Specialist, the Communications Intern will be responsible for undertaking the following activities:
Then the list items.
We need to output the
with
and inside some
. So "Build communication materials for events and help spread awareness through relevant channels."
We must preserve word-for-word except we remove the
and as they are formatting artifacts not part of content. The instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". However
and are not content; they are formatting. Should we keep them? The instruction says remove stray numbers or formatting artifacts earlier in first part, but in second part (HTML formatting) they say preserve ALL original content word-for-word. The
and are not content but they are part of original HTML. However they said no
tags in output. So we must omit them. So we will remove
and from list items.
After list, we have:
We need to output Core competencies:
then the with
, no CSS classes, no inline styles. So we can keep . So we output the Core competencies:
Next:
We need to output Technical/Functional competencies:
then the . Note there is no trailing punctuation issues.
Then we have a
which we ignore.
Then:
Required Skills and Experience
. Then a list.
We need to strip in the third item: "(as defined in (a) and (b) above)". Remove .
Also there is an empty
How well do you match?
Tailor your CV for this role
Free cover letter for this job
Let jobs find you
Add your CV for real matches
You're in.