{"id":4562,"date":"2024-12-25T08:26:01","date_gmt":"2024-12-25T08:26:01","guid":{"rendered":"https:\/\/www.haramaya.edu.et\/research\/?page_id=4562"},"modified":"2026-09-01T08:42:55","modified_gmt":"2026-09-01T08:42:55","slug":"erer-berkele-research-station","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/research\/erer-berkele-research-station\/","title":{"rendered":"Erer Berkele Research Station"},"content":{"rendered":"\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Erer Berkele Research Station \u2014 Haramaya University<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&#038;family=IBM+Plex+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --pine:        #1B3A2B;\n    --pine-deep:   #122A1F;\n    --parchment:   #F6F1E4;\n    --gold:        #C79A3E;\n    --gold-deep:   #9C7527;\n    --soil:        #5B4430;\n    --leaf:        #6B8F63;\n    --ink:         #20241F;\n    --line:        rgba(27, 58, 43, 0.16);\n    --max: 1120px;\n  }\n  *{ box-sizing:border-box; }\n  html{ scroll-behavior:smooth; }\n  body{\n    margin:0;\n    background:var(--parchment);\n    color:var(--ink);\n    font-family:\"IBM Plex Sans\", sans-serif;\n    font-size:16px;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n  h1,h2,h3{\n    font-family:\"Fraunces\", serif;\n    font-weight:600;\n    margin:0;\n    color:var(--pine-deep);\n  }\n  p{ margin:0 0 1em; max-width:62ch; }\n  a{ color:inherit; }\n  img{ max-width:100%; display:block; }\n  .wrap{ max-width:var(--max); margin:0 auto; padding:0 32px; }\n  :focus-visible{ outline:3px solid var(--gold-deep); outline-offset:3px; }\n  @media (prefers-reduced-motion: reduce){\n    *{ animation:none !important; transition:none !important; }\n  }\n  \/* ---------- Nav ---------- *\/\n  .site-nav{\n    position:sticky; top:0; z-index:20;\n    background:rgba(246,241,228,0.92);\n    backdrop-filter:blur(6px);\n    border-bottom:1px solid var(--line);\n  }\n  .site-nav .wrap{\n    display:flex; align-items:center; justify-content:space-between;\n    padding-top:18px; padding-bottom:18px;\n  }\n  .brand{ display:flex; flex-direction:column; line-height:1.15; }\n  .brand .uni{ font-size:12px; letter-spacing:.02em; color:var(--soil); }\n  .brand .station{ font-family:\"Fraunces\", serif; font-weight:600; font-size:19px; color:var(--pine-deep); }\n  .site-nav nav{ display:flex; gap:28px; }\n  .site-nav nav a{\n    font-size:14px; text-decoration:none; color:var(--pine);\n    border-bottom:1px solid transparent; padding-bottom:2px;\n  }\n  .site-nav nav a:hover{ border-color:var(--gold-deep); }\n  .nav-toggle{ display:none; }\n  \/* ---------- Hero ---------- *\/\n  .hero{\n    background:var(--pine);\n    color:var(--parchment);\n    position:relative;\n    overflow:hidden;\n  }\n  .hero .wrap{\n    display:grid;\n    grid-template-columns:1.1fr 0.9fr;\n    gap:48px;\n    align-items:center;\n    padding-top:76px;\n    padding-bottom:64px;\n    position:relative;\n    z-index:2;\n  }\n  .hero .eyebrow{\n    font-size:14px; color:var(--gold);\n    margin-bottom:14px;\n  }\n  .hero h1{\n    color:var(--parchment);\n    font-size:clamp(36px, 5vw, 56px);\n    line-height:1.04;\n    letter-spacing:-0.01em;\n  }\n  .hero .lede{\n    margin-top:20px;\n    max-width:46ch;\n    color:rgba(246,241,228,0.86);\n    font-size:17px;\n  }\n  .hero .lede strong{ color:var(--gold); font-weight:600; }\n  .branch-art{ width:100%; height:auto; }\n  \/* ---------- Fact strip ---------- *\/\n  .facts{\n    border-top:1px solid rgba(246,241,228,0.18);\n    margin-top:44px;\n  }\n  .facts .wrap{\n    padding-top:0; padding-bottom:0;\n    display:flex; gap:0;\n    grid-template-columns:none;\n    flex-wrap:wrap;\n  }\n  .fact{\n    flex:1 1 180px;\n    padding:26px 28px 30px 0;\n    border-right:1px solid rgba(246,241,228,0.18);\n    margin-right:28px;\n  }\n  .fact:last-child{ border-right:none; }\n  .fact .num{\n    font-family:\"Fraunces\", serif;\n    font-size:40px;\n    font-weight:600;\n    color:var(--gold);\n    display:block;\n  }\n  .fact .label{\n    font-size:13.5px;\n    color:rgba(246,241,228,0.75);\n    margin-top:4px;\n  }\n  \/* ---------- Section rhythm ---------- *\/\n  section{ padding:76px 0; }\n  section + section{ border-top:1px solid var(--line); }\n  .section-head{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:40px;\n    margin-bottom:44px;\n    align-items:end;\n  }\n  .section-head h2{ font-size:clamp(26px, 3vw, 34px); }\n  .section-head .support{ color:var(--soil); font-size:15px; margin:0; }\n  \/* ---------- About ---------- *\/\n  .about-grid{\n    display:grid;\n    grid-template-columns:1.3fr 1fr;\n    gap:56px;\n  }\n  .about-grid .body p{ font-size:16px; }\n  .field-swatch{\n    background:var(--leaf);\n    border-radius:2px;\n    aspect-ratio:4\/5;\n    position:relative;\n    overflow:hidden;\n  }\n  .about-figures{\n    display:flex; flex-direction:column; gap:18px; margin-top:28px;\n  }\n  .about-figures div{\n    border-left:2px solid var(--gold-deep);\n    padding-left:16px;\n  }\n  .about-figures .fnum{ font-family:\"Fraunces\", serif; font-size:22px; color:var(--pine-deep); }\n  .about-figures .flabel{ font-size:13.5px; color:var(--soil); }\n  \/* ---------- Research focus ---------- *\/\n  .focus-list{\n    display:flex;\n    flex-direction:column;\n  }\n  .focus-row{\n    display:grid;\n    grid-template-columns:64px 1fr 1fr;\n    gap:32px;\n    padding:28px 0;\n    border-top:1px solid var(--line);\n    align-items:start;\n  }\n  .focus-row:last-child{ border-bottom:1px solid var(--line); }\n  .focus-row .mark{\n    font-family:\"Fraunces\", serif;\n    font-size:15px;\n    color:var(--gold-deep);\n    padding-top:4px;\n  }\n  .focus-row h3{ font-size:20px; color:var(--pine-deep); }\n  .focus-row p{ font-size:15px; color:var(--ink); margin:0; }\n  \/* ---------- Location ---------- *\/\n  .location-grid{\n    display:grid;\n    grid-template-columns:1.2fr 0.8fr;\n    gap:0;\n    border:1px solid var(--line);\n  }\n  .map-frame{ width:100%; height:100%; min-height:380px; border:0; filter:sepia(8%) saturate(92%); }\n  .location-copy{\n    background:var(--pine);\n    color:var(--parchment);\n    padding:40px 40px;\n  }\n  .location-copy h3{ color:var(--parchment); font-size:22px; margin-bottom:14px; }\n  .location-copy p{ color:rgba(246,241,228,0.82); font-size:15px; }\n  .location-copy .addr{ margin-top:22px; font-size:14px; color:var(--gold); }\n  \/* ---------- Contact ---------- *\/\n  .contact-grid{\n    display:grid;\n    grid-template-columns:1.2fr 1fr;\n    gap:56px;\n  }\n  .contact-grid h2{ font-size:clamp(26px,3vw,34px); margin-bottom:16px; }\n  .contact-list{ margin-top:28px; list-style:none; padding:0; }\n  .contact-list li{\n    padding:14px 0;\n    border-top:1px solid var(--line);\n    display:flex; justify-content:space-between; font-size:15px;\n  }\n  .contact-list li:last-child{ border-bottom:1px solid var(--line); }\n  .contact-list .k{ color:var(--soil); }\n  .contact-list .v a{ text-decoration:none; color:var(--pine-deep); font-weight:500; }\n  .contact-list .v a:hover{ color:var(--gold-deep); }\n  .social{ display:flex; gap:14px; margin-top:30px; }\n  .social a{\n    width:38px; height:38px; border-radius:50%;\n    border:1px solid var(--line);\n    display:flex; align-items:center; justify-content:center;\n    text-decoration:none;\n  }\n  .social a:hover{ border-color:var(--gold-deep); background:rgba(199,154,62,0.1); }\n  .social svg{ width:16px; height:16px; fill:var(--pine-deep); }\n  .cta-panel{\n    background:var(--soil);\n    color:var(--parchment);\n    padding:40px;\n    display:flex; flex-direction:column; justify-content:space-between;\n  }\n  .cta-panel h3{ color:var(--parchment); font-size:20px; }\n  .cta-panel p{ color:rgba(246,241,228,0.82); font-size:14.5px; }\n  .cta-btn{\n    display:inline-block;\n    margin-top:18px;\n    padding:12px 22px;\n    background:var(--gold);\n    color:var(--pine-deep);\n    font-weight:600;\n    font-size:14px;\n    text-decoration:none;\n    border-radius:2px;\n    width:fit-content;\n  }\n  .cta-btn:hover{ background:#d8ab54; }\n  \/* ---------- Footer ---------- *\/\n  footer{\n    background:var(--pine-deep);\n    color:rgba(246,241,228,0.65);\n    padding:26px 0;\n    font-size:13px;\n  }\n  footer .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 860px){\n    .hero .wrap{ grid-template-columns:1fr; padding-top:52px; }\n    .branch-art{ max-width:320px; margin:0 auto; }\n    .section-head{ grid-template-columns:1fr; gap:14px; }\n    .about-grid{ grid-template-columns:1fr; }\n    .about-grid .art{ order:-1; }\n    .location-grid{ grid-template-columns:1fr; }\n    .contact-grid{ grid-template-columns:1fr; }\n    .focus-row{ grid-template-columns:40px 1fr; }\n    .focus-row .desc{ grid-column:1 \/ -1; }\n    .site-nav nav{ gap:16px; }\n    .facts .wrap{ flex-direction:column; }\n    .fact{ border-right:none; border-bottom:1px solid rgba(246,241,228,0.18); padding:18px 0; margin-right:0; }\n  }\n  @media (max-width: 600px){\n    .wrap{ padding:0 20px; }\n    .site-nav nav{ display:none; }\n  }\n<\/style>\n<\/head>\n<body>\n      Haramaya University Research Centers\n      Erer Berkele Research Station\n    <nav>\n      <a href=\"#about\">Overview<\/a>\n      <a href=\"#focus\">Research<\/a>\n      <a href=\"#location\">Location<\/a>\n      <a href=\"#contact\">Contact<\/a>\n    <\/nav>\n<header>\n      Babile district \u00b7 Eastern Hararege \u00b7 Oromia\n      <h1>Where highland orchards meet field research.<\/h1>\n      <p>Erer Berkele Research Station sits <strong>45&nbsp;km<\/strong> from Haramaya University&#8217;s main campus, on more than <strong>30&nbsp;hectares<\/strong> given over to fruit and field-crop trials in the eastern Hararege lowlands.<\/p>\n      45km from Haramaya main campus\n      7permanent research staff\n      30+hectares under trial\n<\/header>\n<section id=\"about\">\n          <h2>A lowland station built for orchard and field trials<\/h2>\n        <p>Erer Berkele Research Station is located in the Babile district of the eastern Hararege zone of Oromia region, Eastern Ethiopia, roughly 45&nbsp;km from Haramaya University&#8217;s main campus. The station&#8217;s lower elevation and warmer climate make it a natural complement to the university&#8217;s highland fields, giving researchers a second growing environment within reach of the same faculty and labs.<\/p>\n        <p>Seven permanent staff manage day-to-day trial work across the station&#8217;s more than 30 hectares, supporting long-running variety trials in mango and other fruit crops alongside row-crop research plots.<\/p>\n          Babile district<br>Eastern Hararege zone, Oromia region\n          Est. field station<br>A satellite site of Haramaya University\n<\/section>\n<section id=\"focus\">\n      <h2>Research focus<\/h2>\n      <p>Two growing systems, studied side by side under the same station management.<\/p>\n        01\n        <h3>Mango and fruit-tree trials<\/h3>\n        <p>Orchard blocks used for cultivar evaluation, grafting technique, and yield trials suited to Babile&#8217;s warmer lowland conditions.<\/p>\n        02\n        <h3>Field and tuber crops<\/h3>\n        <p>Open plots dedicated to potato and other row-crop research, giving comparative data against the university&#8217;s highland sites.<\/p>\n        03\n        <h3>Station operations<\/h3>\n        <p>A resident team of seven maintains irrigation, planting schedules, and data collection across the station&#8217;s 30-plus hectares year-round.<\/p>\n<\/section>\n<section id=\"location\">\n      <h2>Getting there<\/h2>\n      <p>45 km from the main campus in Haramaya, on the Babile road.<\/p>\n      <iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps?q=Haramaya+University,+Ethiopia&#038;output=embed\" title=\"Map showing the Haramaya area near Erer Berkele Research Station\"><\/iframe>\n        <h3>Haramaya, Ethiopia<\/h3>\n        <p>The station sits east of the main campus in the Babile district, on the route into Eastern Hararege. Visits are best arranged in advance with the research office.<\/p>\n        Haramaya University \u00b7 Oromia Region \u00b7 Ethiopia\n<\/section>\n<section id=\"contact\">\n        <h2>Get in touch<\/h2>\n        <p>We would love to hear from you \u2014 reach the research office directly for visits, collaboration, or data requests.<\/p>\n        <ul>\n          <li>Phone<a href=\"tel:+2519231733\">+251 9&thinsp;231733<\/a><\/li>\n          <li>Fax42.0379277<\/li>\n          <li>Email<a href=\"mailto:rce@haramaya.edu.et\">rce@haramaya.edu.et<\/a><\/li>\n        <\/ul>\n          <a href=\"#\" aria-label=\"Facebook\"><\/a>\n          <a href=\"#\" aria-label=\"Twitter\"><\/a>\n          <a href=\"#\" aria-label=\"LinkedIn\"><\/a>\n          <h3>Plan a station visit<\/h3>\n          <p>Coordinate field visits, sample collection, or joint trials with the Erer Berkele team ahead of the growing season.<\/p>\n        <a href=\"mailto:rce@haramaya.edu.et\">Email the research office<\/a>\n<\/section>\n<footer>\n    Erer Berkele Research Station \u2014 Haramaya University\n    Babile district, Eastern Hararege, Oromia, Ethiopia\n<\/footer>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Erer Berkele Research Station \u2014 Haramaya University Haramaya University Research Centers Erer Berkele Research Station Overview Research Location Contact Babile district \u00b7 Eastern Hararege \u00b7 Oromia Where highland orchards meet [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"_edd_button_behavior":[],"_oasis_is_in_workflow":0,"_oasis_original":0,"footnotes":""},"class_list":["post-4562","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/4562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/comments?post=4562"}],"version-history":[{"count":5,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/4562\/revisions"}],"predecessor-version":[{"id":27578,"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/pages\/4562\/revisions\/27578"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/research\/wp-json\/wp\/v2\/media?parent=4562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}