KC

Ecosystem Lead Education Sector

Full-time Kenya, KE
Posted 1 hour, 18 minutes ago 4 views 0 applications

Job Description

We need to output clean semantic HTML using only

,

,
  • . No extra tags, no CSS, no
    , no
    . Must preserve all original content word-for-word, no additions, deletions, summarization, rephrasing. Must extract only job info and format accordingly. We have a job description with many sections. We need to identify section headers: "KEY RESPONSIBILITIES:", "MINIMUM POSITION QUALIFICATION REQUIREMENTS", maybe "Particulars" etc but those are table headers not section headers. The instruction says use

    for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we need to map headings to

    . The raw text includes headings like "KEY RESPONSIBILITIES:" and "MINIMUM POSITION QUALIFICATION REQUIREMENTS". Also there are table headings like "Particulars", "Detail", "Specific Field or Qualification", "Need Type". Those are part of a table; we might treat them as section headers? Probably not; they are part of a table describing requirements. But we need to preserve all content word-for-word. So we must include the table content as is, but we cannot use tags (not allowed). Only

    ,

    ,
    • . So we need to convert the content into paragraphs and lists, preserving the text exactly. We must not add, remove, summarize, or rephrase. So we must keep the same wording, including line breaks? We can wrap paragraphs in

      . The original includes

      etc with etc. We need to output only the textual content, but preserve the content word-for-word. The HTML tags we add are allowed, but we cannot alter the text. So we need to extract the textual content from the raw scraped text, preserving everything exactly as appears, but we can wrap in

      etc. We must not add any extra commentary. So output only the HTML. Approach: Identify sections: - "KEY RESPONSIBILITIES:" appears as a heading. Probably we treat that as a section header, maybe as

      KEY RESPONSIBILITIES

      but we must preserve the original text exactly, including colon? The original has "KEY RESPONSIBILITIES: " with a non-breaking space. The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must keep the colon and the space? Probably we can output the heading text exactly as appears, but we need to wrap in

      . Should we include the colon? The original includes "KEY RESPONSIBILITIES: ". The colon and space are part of the text. We can output "

      KEY RESPONSIBILITIES:

      " but that changes the non-breaking space? The instruction says preserve ALL original content word-for-word. So we must keep the colon and the space? But we cannot include the HTML entity? We can just output the characters as they appear: "KEY RESPONSIBILITIES:" (colon) then maybe a space? The original includes a non-breaking space after colon. But we can just output "KEY RESPONSIBILITIES:" and then maybe a space? The instruction says preserve all original content word-for-word, but we are adding tags, which is allowed. The content inside tags must be exactly as original. So we need to put the exact string inside the

      tag. The original string is "KEY RESPONSIBILITIES: ". That includes a non-breaking space. But we can just output "KEY RESPONSIBILITIES:" (colon) and then a space? Might be considered a change. Safer to output exactly "KEY RESPONSIBILITIES:" (including colon) and then maybe a space? The original includes a non-breaking space after colon, but that is not visible. Probably we can just output "KEY RESPONSIBILITIES:" and then a space? The instruction is strict: preserve ALL original content word-for-word. So we must not alter the text. So we need to include the colon and the following space (maybe a regular space). The original shows "KEY RESPONSIBILITIES: " which is colon then non-breaking space. We'll just output "KEY RESPONSIBILITIES:" and then a space? That adds a character? The original after colon is a non-breaking space, which is a space character. So we can output "KEY RESPONSIBILITIES: " (colon then space). That matches the visible text? The original shows a space after colon before the
        . So we can output "KEY RESPONSIBILITIES: " inside the

        . That seems fine. Similarly "MINIMUM POSITION QUALIFICATION REQUIREMENTS" appears as a heading. We'll output

        MINIMUM POSITION QUALIFICATION REQUIREMENTS

        . Now the content: there is an ordered list
          with
        1. items each containing

          with span text. We need to preserve the text inside each

          . The text includes "Share market ecosystem trends, and competitive analysis data with the strategy office and Business units, aggregating this intelligence into a unified database for business consumption." etc. We need to output each as a

          containing that text exactly as appears, preserving line breaks? We'll just output each as a separate

          . We must not add any extra tags like

            or
          1. because only allowed tags are

            ,

            ,
            • . So we cannot use
                or
              1. directly? The rule says use
                • for list items (duties, requirements, qualifications, skills). So we can use
                  • for list items. But the original uses
                      . We can convert to
                        maybe? The instruction says use
                        • for list items (duties, requirements, qualifications, skills). It doesn't forbid using
                            but says use
                            • for list items. Probably we should use
                              • for list items. So we need to wrap each duty item in
                              • inside a
                                  . So we need to output
                                  • text
                                  for each duty. But we must preserve the order and content exactly. So we can output a
                                    with multiple
                                  • items, each containing the duty text. That is allowed. Similarly for requirements etc. The original has an ordered list with items like "Academic & Professional", "Experience". Those are list items. We can output them as
                                    • Academic & Professional
                                    etc. The table content: we have a figure with a table. The table has header cells with text like "Particulars", "Detail", "Specific Field or Qualification", "Need Type". Then rows with data. We need to preserve that content word-for-word. But we cannot use

    tags. We can output each cell content as separate paragraphs? But we need to preserve the structure? The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must include the text exactly as appears, but we can wrap in

    tags. However, the table includes multiple columns; we need to keep the text exactly as appears, but we cannot replicate the table layout. We can just output the text in order as it appears, maybe separated by spaces or newlines, but we must not alter the wording. So we can output the header texts as separate

    maybe with

    ? But they are part of the table, not section headers. The instruction says use

    for section headers like Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role. The table headers are not section headers; they are part of the requirements table. We could treat them as part of the content, but we need to preserve them exactly. So we can output them as plain text inside

    tags, maybe preceded by something? But we must not add extra words. So we can just output the header text as a paragraph:

    Particulars

    etc. But we need to preserve the order and exact wording. So we can output them sequentially. But we also have footnote markers like "[1]" and "[2]" with links. We need to preserve them exactly. So we can include them as part of the text. The content includes some HTML entities like   and etc. We need to preserve them? The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must keep the HTML entities as they appear? The original includes etc. Those are part of the content. We need to preserve them exactly. But we are only allowed to use

    ,

    ,
    • . We can include the raw text including the HTML tags inside the paragraphs? The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we must output the exact same characters, including the HTML tags that were part of the scraped text. However, we are also adding our own HTML tags. That's okay. But we must not alter the content inside. So we can output the content exactly as appears, including the tags etc. But we must not add any extra attributes or change them. So we can output the

      etc? The original includes

      etc. We can preserve those? The instruction says use

      for introductory paragraphs and general text. It doesn't forbid preserving style attributes? It says use

      for introductory paragraphs and general text. It doesn't say we cannot keep style attributes. But we must not add CSS classes, inline styles, etc. The rule says "No CSS classes, no inline styles, no

      s, no
      tags". So we cannot keep inline styles. So we must strip style attributes. But we must preserve the content word-for-word. If we strip style attributes, we are removing them, which is a change. However, the instruction says "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". Does that include attributes? The content includes the style attribute. If we remove it, we are removing part of the content. That would violate preserving all original content. But the rule also says "No CSS classes, no inline styles, no
      s, no
      tags". So we must remove inline styles. There's a conflict. The higher priority likely is the formatting rules: we must not use inline styles. So we must strip them. But preserving all original content word-for-word seems contradictory. Perhaps we can keep the text content but not the style attributes; the style attributes are not part of the textual content, they are formatting. The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. The style attributes are not content; they are formatting. So we can remove them. That should be okay. Thus we will output only the textual content, wrapped in appropriate tags, without any style attributes. We must not add any extra commentary. Now let's extract the textual content in order. The raw text begins with:

      KEY RESPONSIBILITIES: 

      Then
        with
      1. items each containing

        with span text. We need to output the content after the heading. The first

      2. contains:

        Share market ecosystem trends, and competitive analysis data with the strategy office and Business units, aggregating this intelligence into a unified database for business consumption.

        So the text is: "Share market ecosystem trends, and competitive analysis data with the strategy office and Business units, aggregating this intelligence into a unified database for business consumption." Second
      3. :

        Developing and executing a sector-specific strategy – Identifying opportunities for financial solutions that align with healthcare ecosystem needs.

        Text: "Developing and executing a sector-specific strategy – Identifying opportunities for financial solutions that align with healthcare ecosystem needs." Third
      4. :

        Develop Sector specific CVPs – they will be responsible for developing the learning institutions CVP for adoption by Corporate and Retail divisions. 

        Text: "Develop Sector specific CVPs – they will be responsible for developing the learning institutions CVP for adoption by Corporate and Retail divisions." Note there is a non-breaking space after the period? There's   after the period before closing span. We'll just output the text as is, without the   maybe? But we need to preserve the content word-for-word, including the  ? It's a space. We can just output a space. Probably fine. Fourth
      5. :

        Enhancing relationships with key stakeholders – Engaging with government agencies, Universities ,Association of Public and Private schools and regulatory bodies to deepen KCB’s market position.

        Text: "Enhancing relationships with key stakeholders – Engaging with government agencies, Universities ,Association of Public and Private schools and regulatory bodies to deepen KCB’s market position." Fifth
      6. :

        Driving revenue growth – Increasing learning institution sector lending, deposits, and transaction volumes through tailored financial products.

        Text: "Driving revenue growth – Increasing learning institution sector lending, deposits, and transaction volumes through tailored financial products." Sixth
      7. :

        Strengthening risk management – Implementing credit structures that mitigate risks, such by trade credit insurance, and learning institution guarantees.

        Text: "Strengthening risk management – Implementing credit structures that mitigate risks, such by trade credit insurance, and learning institution guarantees." Seventh
      8. :

        Supporting innovation – Collaborating with internal teams to develop digital and financing solutions that enhance service delivery within the learning institution ecosystem such as ERPs, LNK, Lipa KARO, embedded finance, payment gateways etc

        Text: "Supporting innovation – Collaborating with internal teams to develop digital and financing solutions that enhance service delivery within the learning institution ecosystem such as ERPs, LNK, Lipa KARO, embedded finance, payment gateways etc" Eighth
      9. :

        Tailored Financial Solutions: lead and collaborate with product and IT teams to develop innovative, technology-driven financial solutions tailored to specific and unique needs of different ecosystem participants, with a focus on value-based pricing and rapid adoption

        Text: "Tailored Financial Solutions: lead and collaborate with product and IT teams to develop innovative, technology-driven financial solutions tailored to specific and unique needs of different ecosystem participants, with a focus on value-based pricing and rapid adoption" Ninth
      10. :

        Coordinate with various business units for a unified sales approach within the assigned ecosystem.

        Text: "Coordinate with various business units for a unified sales approach within the assigned ecosystem." Tenth
      11. :

        Create and implement onboarding programs for seamless integration into the value chain ecosystem.

        Text: "Create and implement onboarding programs for seamless integration into the value chain ecosystem." Eleventh
      12. :

        Lead sector and sub-segment ecosystem business planning and align strategies with Digital Financial Services (DFS) and Relationship Managers across Corporate Banking, Retail Banking, Mortgage, Treasury and other product houses.

        Text: "Lead sector and sub-segment ecosystem business planning and align strategies with Digital Financial Services (DFS) and Relationship Managers across Corporate Banking, Retail Banking, Mortgage, Treasury and other product houses." Twelfth
      13. :

        Coordinate product efforts across business units to offer bundled services within specific ecosystems beyond traditional banking.

        Text: "Coordinate product efforts across business units to offer bundled services within specific ecosystems beyond traditional banking." Thirteenth
      14. :

        Identify and explore new business opportunities within ecosystems and value chains, working with relationship managers to prospect for new clients and foster relationships with key stakeholders across various industries.

        Text: "Identify and explore new business opportunities within ecosystems and value chains, working with relationship managers to prospect for new clients and foster relationships with key stakeholders across various industries." Fourteenth
      15. :

        Work with business functions to design tailored financial solutions for different ecosystem participants including development of value-based pricing mechanisms, focusing on creating innovative solutions with quick adoption of technology-driven solutions and catalyzing utilization of these solutions

        Text: "Work with business functions to design tailored financial solutions for different ecosystem participants including development of value-based pricing mechanisms, focusing on creating innovative solutions with quick adoption of technology-driven solutions and catalyzing utilization of these solutions"
      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?