Who We Are

DOIGLOBAL is a modern Digital Object Identifier (DOI) service provider offering infrastructure for scholarly publishing, metadata management, citation services and research indexing. We help publishers, journals, conference proceedings, repositories and researchers assign DOIs, manage metadata and improve global discoverability.

Our Mission

To make research content easy to identify, locate, cite and access globally using advanced DOI and metadata infrastructure.

Our Vision

To build a global scholarly ecosystem where research is standardized, accessible and discoverable across all publishing platforms.

DOI Registration

Metadata Repository

Citation Indexing

Global Discoverability

15000+

Articles

1200+

Publishers

90+

Countries

24/7

Support

Why Choose DOIGLOBAL

Join the Future of Scholarly Publishing

Become a DOIGLOBAL member and unlock advanced DOI services, metadata systems and global research visibility.


Become a Member
/* ========================= FOOTER ========================= */ .footer{ background:#0f172a; color:#ffffff; padding:60px 0 20px; margin-top:50px; } .footer .container{ max-width:1200px; margin:auto; padding:0 20px; } .footer-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:30px; } .footer h4{ font-size:18px; margin-bottom:18px; color:#ffffff; } .footer p{ color:#cbd5e1; line-height:1.8; font-size:14px; } .footer ul{ list-style:none; padding:0; margin:0; } .footer ul li{ margin-bottom:10px; } .footer ul li a{ color:#cbd5e1; text-decoration:none; transition:.3s; } .footer ul li a:hover{ color:#3b82f6; padding-left:5px; } .footer-contact li{ color:#cbd5e1; margin-bottom:12px; } .footer-social{ margin-top:20px; display:flex; gap:10px; } .footer-social a{ width:40px; height:40px; background:#1e293b; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; transition:.3s; } .footer-social a:hover{ background:#2563eb; transform:translateY(-3px); } .footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:40px; padding-top:20px; text-align:center; color:#94a3b8; font-size:14px; } .footer-bottom a{ color:#3b82f6; text-decoration:none; } .footer-bottom a:hover{ text-decoration:underline; } /* ========================= NEWSLETTER ========================= */ .footer-newsletter{ margin-top:15px; } .footer-newsletter form{ display:flex; margin-top:10px; } .footer-newsletter input{ flex:1; padding:12px; border:none; outline:none; border-radius:6px 0 0 6px; } .footer-newsletter button{ background:#2563eb; color:#fff; border:none; padding:12px 18px; cursor:pointer; border-radius:0 6px 6px 0; } .footer-newsletter button:hover{ background:#1d4ed8; } /* ========================= MOBILE ========================= */ @media(max-width:991px){ .footer-grid{ grid-template-columns:repeat(2,1fr); } } @media(max-width:768px){ .footer{ padding:40px 0 15px; } .footer-grid{ grid-template-columns:1fr; gap:25px; } .footer h4{ margin-bottom:12px; } .footer-newsletter form{ flex-direction:column; gap:10px; } .footer-newsletter input, .footer-newsletter button{ width:100%; border-radius:6px; } .footer-social{ justify-content:center; } .footer-bottom{ font-size:13px; } }