{"id":3233,"date":"2026-09-24T10:02:01","date_gmt":"2026-09-24T10:02:01","guid":{"rendered":"https:\/\/rafa.jfn.ac.lk\/?page_id=3233"},"modified":"2026-09-24T10:20:49","modified_gmt":"2026-09-24T10:20:49","slug":"libarary-user-assistance","status":"publish","type":"page","link":"https:\/\/rafa.jfn.ac.lk\/?page_id=3233","title":{"rendered":"Libarary User Assistance"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3233\" class=\"elementor elementor-3233\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d57f856 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d57f856\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c938e93\" data-id=\"c938e93\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00ab276 elementor-widget elementor-widget-html\" data-id=\"00ab276\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* ==========================\r\n   SCROLL REVEAL ANIMATION\r\n   ========================== *\/\r\n\r\n.library-section {\r\n    opacity: 0;\r\n    transform: translateY(45px);\r\n    transition:\r\n        opacity 0.8s ease,\r\n        transform 0.8s ease;\r\n}\r\n\r\n\/* When section becomes visible *\/\r\n.library-section.show {\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n}\r\n\r\n\r\n\/* Section title animation *\/\r\n.library-section-title {\r\n    transition: transform 0.5s ease;\r\n}\r\n\r\n.library-section.show .library-section-title {\r\n    transform: translateX(0);\r\n}\r\n\r\n\r\n\/* Tables *\/\r\n.library-section .library-table-wrapper {\r\n    opacity: 0;\r\n    transform: translateY(25px);\r\n    transition:\r\n        opacity 0.7s ease 0.2s,\r\n        transform 0.7s ease 0.2s;\r\n}\r\n\r\n.library-section.show .library-table-wrapper {\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n}\r\n\r\n\r\n\/* Fine cards *\/\r\n.fine-card {\r\n    transition:\r\n        transform 0.3s ease,\r\n        box-shadow 0.3s ease;\r\n}\r\n\r\n.fine-card:hover {\r\n    transform: translateY(-7px);\r\n    box-shadow: 0 8px 22px rgba(0,0,0,0.12);\r\n}\r\n\r\n\r\n\/* Rule animation *\/\r\n.library-rules li {\r\n    opacity: 0;\r\n    transform: translateX(-25px);\r\n    transition:\r\n        opacity 0.5s ease,\r\n        transform 0.5s ease;\r\n}\r\n\r\n.library-section.show .library-rules li {\r\n    opacity: 1;\r\n    transform: translateX(0);\r\n}\r\n\r\n\r\n\/* Make each rule appear slightly after the previous one *\/\r\n.library-section.show .library-rules li:nth-child(1) {\r\n    transition-delay: 0.05s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(2) {\r\n    transition-delay: 0.10s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(3) {\r\n    transition-delay: 0.15s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(4) {\r\n    transition-delay: 0.20s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(5) {\r\n    transition-delay: 0.25s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(6) {\r\n    transition-delay: 0.30s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(7) {\r\n    transition-delay: 0.35s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(8) {\r\n    transition-delay: 0.40s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(9) {\r\n    transition-delay: 0.45s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(10) {\r\n    transition-delay: 0.50s;\r\n}\r\n\r\n.library-section.show .library-rules li:nth-child(11) {\r\n    transition-delay: 0.55s;\r\n}\r\n\r\n\r\n\/* Respect users who prefer reduced motion *\/\r\n@media (prefers-reduced-motion: reduce) {\r\n\r\n    .library-section,\r\n    .library-section .library-table-wrapper,\r\n    .library-rules li {\r\n        opacity: 1;\r\n        transform: none;\r\n        transition: none;\r\n    }\r\n\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n\r\n    const sections = document.querySelectorAll(\".library-section\");\r\n\r\n    const observer = new IntersectionObserver(\r\n        function(entries) {\r\n\r\n            entries.forEach(function(entry) {\r\n\r\n                if (entry.isIntersecting) {\r\n\r\n                    entry.target.classList.add(\"show\");\r\n\r\n                    observer.unobserve(entry.target);\r\n\r\n                }\r\n\r\n            });\r\n\r\n        },\r\n        {\r\n            threshold: 0.15\r\n        }\r\n    );\r\n\r\n    sections.forEach(function(section) {\r\n        observer.observe(section);\r\n    });\r\n\r\n});\r\n<\/script>\r\n\r\n\r\n<style>\r\n\/* ================================\r\n   UNIVERSITY LIBRARY PAGE\r\n   ================================ *\/\r\n\r\n.library-page {\r\n    max-width: 1150px;\r\n    margin: 0 auto;\r\n    padding: 20px;\r\n    font-family: Arial, Helvetica, sans-serif;\r\n    color: #263238;\r\n    line-height: 1.7;\r\n}\r\n\r\n\/* Main Heading *\/\r\n.library-title {\r\n    text-align: center;\r\n    margin-bottom: 35px;\r\n}\r\n\r\n.library-title h1 {\r\n    font-size: 36px;\r\n    margin-bottom: 8px;\r\n    color: #173f5f;\r\n    font-weight: 700;\r\n}\r\n\r\n.library-title p {\r\n    color: #607d8b;\r\n    font-size: 16px;\r\n}\r\n\r\n\/* Section *\/\r\n.library-section {\r\n    margin-bottom: 40px;\r\n}\r\n\r\n.library-section-title {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    margin-bottom: 20px;\r\n    padding-bottom: 10px;\r\n    border-bottom: 2px solid #e5e7eb;\r\n}\r\n\r\n.library-section-title span {\r\n    background: #173f5f;\r\n    color: white;\r\n    width: 42px;\r\n    height: 42px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border-radius: 50%;\r\n    font-size: 20px;\r\n}\r\n\r\n.library-section-title h2 {\r\n    margin: 0;\r\n    color: #173f5f;\r\n    font-size: 26px;\r\n}\r\n\r\n\/* Intro Box *\/\r\n.library-intro {\r\n    background: linear-gradient(135deg, #f1f7fb, #ffffff);\r\n    border-left: 5px solid #2f80a9;\r\n    padding: 22px 25px;\r\n    border-radius: 8px;\r\n    box-shadow: 0 3px 12px rgba(0,0,0,0.06);\r\n}\r\n\r\n\/* Tables *\/\r\n.library-table-wrapper {\r\n    overflow-x: auto;\r\n    margin: 20px 0 30px;\r\n    border-radius: 10px;\r\n    box-shadow: 0 3px 15px rgba(0,0,0,0.07);\r\n}\r\n\r\n.library-table {\r\n    width: 100%;\r\n    border-collapse: collapse;\r\n    background: white;\r\n    min-width: 600px;\r\n}\r\n\r\n.library-table th {\r\n    background: #173f5f;\r\n    color: white;\r\n    padding: 14px 16px;\r\n    text-align: left;\r\n    font-weight: 600;\r\n}\r\n\r\n.library-table td {\r\n    padding: 13px 16px;\r\n    border-bottom: 1px solid #e5e7eb;\r\n}\r\n\r\n.library-table tr:nth-child(even) {\r\n    background: #f7fafc;\r\n}\r\n\r\n.library-table tr:hover {\r\n    background: #eef6fa;\r\n}\r\n\r\n\/* Sub Heading *\/\r\n.library-subtitle {\r\n    color: #2f80a9;\r\n    font-size: 20px;\r\n    margin: 25px 0 10px;\r\n}\r\n\r\n\/* Fine Cards *\/\r\n.fine-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, 1fr);\r\n    gap: 20px;\r\n}\r\n\r\n.fine-card {\r\n    padding: 25px;\r\n    background: white;\r\n    border-radius: 10px;\r\n    box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n    border-top: 4px solid #2f80a9;\r\n    text-align: center;\r\n}\r\n\r\n.fine-card .fine-icon {\r\n    font-size: 32px;\r\n    margin-bottom: 8px;\r\n}\r\n\r\n.fine-card h3 {\r\n    margin: 5px 0;\r\n    color: #173f5f;\r\n}\r\n\r\n.fine-card strong {\r\n    font-size: 22px;\r\n    color: #c0392b;\r\n}\r\n\r\n\/* Information Boxes *\/\r\n.info-box {\r\n    padding: 22px 25px;\r\n    border-radius: 9px;\r\n    margin: 20px 0;\r\n}\r\n\r\n.info-box.warning {\r\n    background: #fff8e6;\r\n    border-left: 5px solid #f0a500;\r\n}\r\n\r\n.info-box.danger {\r\n    background: #fff0f0;\r\n    border-left: 5px solid #d9534f;\r\n}\r\n\r\n.info-box.success {\r\n    background: #eef9f1;\r\n    border-left: 5px solid #38a169;\r\n}\r\n\r\n.info-box h3 {\r\n    margin-top: 0;\r\n    color: #173f5f;\r\n}\r\n\r\n\/* Rules *\/\r\n.library-rules {\r\n    counter-reset: library-rule;\r\n    padding: 0;\r\n    margin: 0;\r\n    list-style: none;\r\n}\r\n\r\n.library-rules li {\r\n    counter-increment: library-rule;\r\n    position: relative;\r\n    padding: 17px 20px 17px 65px;\r\n    margin-bottom: 12px;\r\n    background: #ffffff;\r\n    border-radius: 8px;\r\n    box-shadow: 0 2px 10px rgba(0,0,0,0.06);\r\n    border-left: 3px solid #2f80a9;\r\n}\r\n\r\n.library-rules li::before {\r\n    content: counter(library-rule);\r\n    position: absolute;\r\n    left: 18px;\r\n    top: 15px;\r\n    width: 32px;\r\n    height: 32px;\r\n    background: #173f5f;\r\n    color: white;\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-weight: bold;\r\n}\r\n\r\n\/* Highlight *\/\r\n.highlight {\r\n    font-weight: 600;\r\n    color: #173f5f;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 700px) {\r\n\r\n    .library-page {\r\n        padding: 12px;\r\n    }\r\n\r\n    .library-title h1 {\r\n        font-size: 28px;\r\n    }\r\n\r\n    .library-section-title h2 {\r\n        font-size: 21px;\r\n    }\r\n\r\n    .fine-grid {\r\n        grid-template-columns: 1fr;\r\n    }\r\n\r\n    .library-intro {\r\n        padding: 18px;\r\n    }\r\n\r\n    .library-table th,\r\n    .library-table td {\r\n        padding: 10px 12px;\r\n        font-size: 14px;\r\n    }\r\n\r\n    .library-rules li {\r\n        padding-left: 58px;\r\n        font-size: 14px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n\r\n<div class=\"library-page\">\r\n\r\n    <!-- PAGE HEADER -->\r\n    <div class=\"library-title\">\r\n        <h1>\ud83d\udcda Library Membership & Regulations<\/h1>\r\n        <p>Library Membership, Borrowing Facilities and General Rules<\/p>\r\n    <\/div>\r\n\r\n\r\n    <!-- MEMBERSHIP -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83d\udcda<\/span>\r\n            <h2>Library Membership<\/h2>\r\n        <\/div>\r\n\r\n        <div class=\"library-intro\">\r\n            <p>\r\n                Membership of the Library is open to all registered students\r\n                of the University of Jaffna and all members of the University\r\n                Staff, irrespective of their grades.\r\n            <\/p>\r\n\r\n            <p>\r\n                Staff members and undergraduate students are entitled to\r\n                borrow periodicals for overnight use.\r\n            <\/p>\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- BORROWING FACILITY -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83d\udcd6<\/span>\r\n            <h2>Borrowing Facility<\/h2>\r\n        <\/div>\r\n\r\n        <p>\r\n            The number of books allowed on loan and the loan period are\r\n            provided below.\r\n        <\/p>\r\n\r\n\r\n        <!-- UNDERGRADUATE -->\r\n        <h3 class=\"library-subtitle\">\r\n            Undergraduate Students\r\n        <\/h3>\r\n\r\n        <div class=\"library-table-wrapper\">\r\n\r\n            <table class=\"library-table\">\r\n\r\n                <thead>\r\n                    <tr>\r\n                        <th>Year of Study<\/th>\r\n                        <th>Reference Books<\/th>\r\n                        <th>Lending Books<\/th>\r\n                        <th>Loan Period<\/th>\r\n                    <\/tr>\r\n                <\/thead>\r\n\r\n                <tbody>\r\n\r\n                    <tr>\r\n                        <td>First Year<\/td>\r\n                        <td>01<\/td>\r\n                        <td>02<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Second Year<\/td>\r\n                        <td>01<\/td>\r\n                        <td>03<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Third Year<\/td>\r\n                        <td>01<\/td>\r\n                        <td>04<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Fourth Year<\/td>\r\n                        <td>01<\/td>\r\n                        <td>04<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Final Year<\/td>\r\n                        <td>01<\/td>\r\n                        <td>04<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                <\/tbody>\r\n\r\n            <\/table>\r\n\r\n        <\/div>\r\n\r\n\r\n        <!-- POSTGRADUATE -->\r\n        <h3 class=\"library-subtitle\">\r\n            Postgraduate Students\r\n        <\/h3>\r\n\r\n        <div class=\"library-table-wrapper\">\r\n\r\n            <table class=\"library-table\">\r\n\r\n                <thead>\r\n                    <tr>\r\n                        <th>Programme<\/th>\r\n                        <th>Lending Books<\/th>\r\n                        <th>Loan Period<\/th>\r\n                    <\/tr>\r\n                <\/thead>\r\n\r\n                <tbody>\r\n\r\n                    <tr>\r\n                        <td>Postgraduate Diploma<\/td>\r\n                        <td>02<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Masters &amp; Doctoral<\/td>\r\n                        <td>02<\/td>\r\n                        <td>02 Weeks<\/td>\r\n                    <\/tr>\r\n\r\n                <\/tbody>\r\n\r\n            <\/table>\r\n\r\n        <\/div>\r\n\r\n\r\n        <!-- STAFF -->\r\n        <h3 class=\"library-subtitle\">\r\n            Staff\r\n        <\/h3>\r\n\r\n        <div class=\"library-table-wrapper\">\r\n\r\n            <table class=\"library-table\">\r\n\r\n                <thead>\r\n                    <tr>\r\n                        <th>Staff Category<\/th>\r\n                        <th>Lending Books<\/th>\r\n                        <th>Loan Period<\/th>\r\n                    <\/tr>\r\n                <\/thead>\r\n\r\n                <tbody>\r\n\r\n                    <tr>\r\n                        <td>Academic (Permanent)<\/td>\r\n                        <td>08<\/td>\r\n                        <td>01 Month<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Administrative (Permanent)<\/td>\r\n                        <td>08<\/td>\r\n                        <td>01 Month<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Academic (Temporary)<\/td>\r\n                        <td>04<\/td>\r\n                        <td>01 Month<\/td>\r\n                    <\/tr>\r\n\r\n                    <tr>\r\n                        <td>Non-Academic (Permanent)<\/td>\r\n                        <td>02<\/td>\r\n                        <td>01 Month<\/td>\r\n                    <\/tr>\r\n\r\n                <\/tbody>\r\n\r\n            <\/table>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- ADDITIONAL BORROWING RULES -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83d\udd04<\/span>\r\n            <h2>Additional Borrowing Rules<\/h2>\r\n        <\/div>\r\n\r\n        <div class=\"info-box success\">\r\n\r\n            <p>\r\n                <strong>Reference Books:<\/strong>\r\n                Reference books can be borrowed for overnight use only.\r\n            <\/p>\r\n\r\n            <p>\r\n                <strong>Extension:<\/strong>\r\n                One extension of 14 days may be requested before the\r\n                expiration of the original loan period of stack books.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- FINES -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83d\udcb0<\/span>\r\n            <h2>Overdue Book Fines<\/h2>\r\n        <\/div>\r\n\r\n        <p>\r\n            A fine will be imposed for keeping books after the due date.\r\n        <\/p>\r\n\r\n        <div class=\"fine-grid\">\r\n\r\n            <div class=\"fine-card\">\r\n\r\n                <div class=\"fine-icon\">\ud83d\udcda<\/div>\r\n\r\n                <h3>Stacks Books<\/h3>\r\n\r\n                <strong>Rs. 5.00<\/strong>\r\n\r\n                <p>\r\n                    per book \/ working day\r\n                <\/p>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"fine-card\">\r\n\r\n                <div class=\"fine-icon\">\ud83d\udcd5<\/div>\r\n\r\n                <h3>Reference Books<\/h3>\r\n\r\n                <strong>Rs. 10.00<\/strong>\r\n\r\n                <p>\r\n                    per book \/ working day\r\n                <\/p>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- LOST \/ DAMAGED -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\u26a0\ufe0f<\/span>\r\n            <h2>Lost or Damaged Books<\/h2>\r\n        <\/div>\r\n\r\n        <div class=\"info-box warning\">\r\n\r\n            <p>\r\n                If a borrowed book is lost or damaged, it should be replaced\r\n                with the <span class=\"highlight\">same edition<\/span> or the\r\n                <span class=\"highlight\">latest edition<\/span> of the same book.\r\n            <\/p>\r\n\r\n            <p>\r\n                If the book cannot be replaced, the replacement cost of the\r\n                lost or damaged book will be charged.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- MEMBERSHIP CANCELLATION -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83c\udf93<\/span>\r\n            <h2>Cancellation of Membership<\/h2>\r\n        <\/div>\r\n\r\n        <div class=\"info-box danger\">\r\n\r\n            <p>\r\n                On completion of the course of study for students, or\r\n                termination of work for staff, library membership will\r\n                automatically lapse.\r\n            <\/p>\r\n\r\n            <p>\r\n                Students must return all books issued by the Library upon\r\n                completion of their course or if they discontinue the course\r\n                for any reason.\r\n            <\/p>\r\n\r\n            <p>\r\n                Until all library dues have been settled, a\r\n                <strong>Clearance Letter<\/strong> will not be issued.\r\n                This may delay the issue of the Degree Certificate.\r\n            <\/p>\r\n\r\n            <p>\r\n                Staff members must settle all library dues upon termination\r\n                of their services at the University. If this is not done,\r\n                the cost of unreturned library materials will be recovered\r\n                from their Provident Fund.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- MEMBERSHIP CARD -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83e\udeaa<\/span>\r\n            <h2>Loss of Library Membership Card<\/h2>\r\n        <\/div>\r\n\r\n        <div class=\"library-intro\">\r\n\r\n            <p>\r\n                Loss of a library membership card should be reported\r\n                immediately to the Senior Assistant Librarian \/\r\n               SPRFPVA Library.\r\n            <\/p>\r\n\r\n            <p>\r\n                A charge of <strong>Rs. 100.00<\/strong> will be made for\r\n                replacement of the card.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n    <\/section>\r\n\r\n\r\n    <!-- GENERAL RULES -->\r\n    <section class=\"library-section\">\r\n\r\n        <div class=\"library-section-title\">\r\n            <span>\ud83d\udccb<\/span>\r\n            <h2>General Rules and Regulations for Library Users<\/h2>\r\n        <\/div>\r\n\r\n        <ol class=\"library-rules\">\r\n\r\n            <li>\r\n                No items except sheets of paper may be brought into the\r\n                Library. Books should not be taken from one section to\r\n                another section.\r\n            <\/li>\r\n\r\n            <li>\r\n                Strict silence should be maintained in all parts of the\r\n                Library. Users must respect other library users.\r\n            <\/li>\r\n\r\n            <li>\r\n                Smoking, drinking and consumption of food are not permitted\r\n                inside the Library.\r\n            <\/li>\r\n\r\n            <li>\r\n                Any reader who steals, damages or knowingly removes library\r\n                materials will be liable to suspension from borrowing.\r\n                The matter may also be reported to the Vice Chancellor\r\n                for disciplinary action.\r\n            <\/li>\r\n\r\n            <li>\r\n                Books should not be replaced on the shelves by users.\r\n                They should be left neatly on the table after use.\r\n            <\/li>\r\n\r\n            <li>\r\n                Disorderly conduct may result in suspension from the Library.\r\n            <\/li>\r\n\r\n            <li>\r\n                Seats cannot be reserved in the Library. Library staff have\r\n                the right to remove belongings left unattended for an\r\n                unreasonable length of time.\r\n            <\/li>\r\n\r\n            <li>\r\n                Readers must present books, papers and student identity\r\n                cards for inspection when requested by Library staff.\r\n            <\/li>\r\n\r\n            <li>\r\n                Registered users have the right to use the resources\r\n                available in the Library and may provide their opinions\r\n                through the suggestion box.\r\n            <\/li>\r\n\r\n            <li>\r\n                Users should inform Library staff about the theft or\r\n                damage of any library materials by any user.\r\n            <\/li>\r\n\r\n            <li>\r\n                Users are expected to enter the Library in\r\n                <strong>formal attire<\/strong>.\r\n            <\/li>\r\n\r\n        <\/ol>\r\n\r\n    <\/section>\r\n\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83d\udcda Library Membership &#038; Regulations Library Membership, Borrowing Facilities and General Rules \ud83d\udcda Library Membership Membership of the Library is open to all registered students of the University of Jaffna and all members of the University Staff, irrespective of their grades. Staff members and undergraduate students are entitled to borrow periodicals for overnight use. \ud83d\udcd6&hellip;&nbsp;<a href=\"https:\/\/rafa.jfn.ac.lk\/?page_id=3233\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Libarary User Assistance<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-pagebuilder-full-width.php","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-3233","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=\/wp\/v2\/pages\/3233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3233"}],"version-history":[{"count":10,"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=\/wp\/v2\/pages\/3233\/revisions"}],"predecessor-version":[{"id":3255,"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=\/wp\/v2\/pages\/3233\/revisions\/3255"}],"wp:attachment":[{"href":"https:\/\/rafa.jfn.ac.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}