×

注意!页面内容来自https://www.dama.org/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<>@media (max-width: 768px) { /* Lighten submenu background and add spacing */ #mobile-menu .sub-menu { background: #fff !important; padding: 8px 0; border-radius: 4px; } /* Menu item spacingfont sizing and separators */ #mobile-menu .sub-menu li { margin: 0; padding: 12px 16px; border-bottom: 1px solid #e0e0e0; font-size: 16px; } /* Link color and hover/focus effect */ #mobile-menu .sub-menu li a { color: #1c2965 !important; text-decoration: none; display: block; } #mobile-menu .sub-menu li a:hover, #mobile-menu .sub-menu li a:focus { background-color: #f5f5f5; color: #000; } /* Expand the clickable radius of each parent item */ #mobile-menu .menu-item-has-children > a { padding: 14px 16px; display: block; color: #1c2965 !important; } }Skip to content

Global Association for Data Management Professionals

Data Is the Foundation of Decision-Making

DAMA International empowers data professionals worldwide to manage data with integrityprofessionalismand purpose.
Because when data is managed welleverything works better.

<>html { scroll-behavior: smooth; } /* Center container */ .uiverse-center { display: flex; justify-content: center; align-items: center; width: 100%; } /* From Uiverse.io by Ashon-G - customized */ .uiverse { --duration: 4s; --easing: linear; /* Stronger DAMA- blue + orange */ --c-color-1: rgba(246140470.9); /* bright orange glow */ --c-color-2: #003366; /* deep DAMA blue */ --c-color-3: #F68C2F; /* brand orange */ --c-color-4: rgba(0861660.85); /* rich accent blue */ --c-shadow: rgba(0511020.55); --c-shadow-inset-top: rgba(2552302040.95); --c-shadow-inset-bottom: rgba(0000.15); --c-radial-inner: #F68C2F; --c-radial-outer: #003366; --c-color: #ffffff; -webkit-tap-highlight-color: transparent; -webkit-appearance: none; outline: none; position: relative; cursor: pointer; border: none; display: table; border-radius: 24px; padding: 0; margin: 0; text-align: center; font-weight: 600; font-size: 16px; letter-spacing: 0.02em; line-height: 1.5; color: var(--c-color); background: radial-gradient( circle, var(--c-radial-inner), var(--c-radial-outer) 80% ); box-shadow: 0 0 14px var(--c-shadow); text-decoration: none; } .uiverse:before { content: ""; pointer-events: none; position: absolute; z-index: 3; left: 0; top: 0; right: 0; bottom: 0; border-radius: 24px; box-shadow: inset 0 3px 12px var(--c-shadow-inset-top), inset 0 -3px 4px var(--c-shadow-inset-bottom); } .uiverse .wrapper { -webkit-mask-image: -webkit-radial-gradient(whiteblack); overflow: hidden; border-radius: 24px; min-width: 132px; padding: 8px 35px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; } .uiverse .wrapper .label, .uiverse .wrapper .icon { display: inline-block; position: relative; z-index: 1; } .uiverse .wrapper .icon { font-size: 18px; } .uiverse:hover { --duration: 1000ms; } .uiverse .wrapper .circle { position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%; filter: blur(var(--blur8px)); background: var(--backgroundtransparent); transform: translate(var(--x0)var(--y0)) translateZ(0); animation: var(--animationnone) var(--duration) var(--easing) infinite; } .uiverse .wrapper .circle.circle-1, .uiverse .wrapper .circle.circle-9, .uiverse .wrapper .circle.circle-10 { --background: var(--c-color-4); } .uiverse .wrapper .circle.circle-3, .uiverse .wrapper .circle.circle-4 { --background: var(--c-color-2); --blur: 14px; } .uiverse .wrapper .circle.circle-5, .uiverse .wrapper .circle.circle-6 { --background: var(--c-color-3); --blur: 16px; } .uiverse .wrapper .circle.circle-2, .uiverse .wrapper .circle.circle-7, .uiverse .wrapper .circle.circle-8, .uiverse .wrapper .circle.circle-11, .uiverse .wrapper .circle.circle-12 { --background: var(--c-color-1); --blur: 12px; } .uiverse .wrapper .circle.circle-1 { --x: 0; --y: -40px; --animation: circle-1; } .uiverse .wrapper .circle.circle-2 { --x: 92px; --y: 8px; --animation: circle-2; } .uiverse .wrapper .circle.circle-3 { --x: -12px; --y: -12px; --animation: circle-3; } .uiverse .wrapper .circle.circle-4 { --x: 80px; --y: -12px; --animation: circle-4; } .uiverse .wrapper .circle.circle-5 { --x: 12px; --y: -4px; --animation: circle-5; } .uiverse .wrapper .circle.circle-6 { --x: 56px; --y: 16px; --animation: circle-6; } .uiverse .wrapper .circle.circle-7 { --x: 8px; --y: 28px; --animation: circle-7; } .uiverse .wrapper .circle.circle-8 { --x: 28px; --y: -4px; --animation: circle-8; } .uiverse .wrapper .circle.circle-9 { --x: 20px; --y: -12px; --animation: circle-9; } .uiverse .wrapper .circle.circle-10 { --x: 64px; --y: 16px; --animation: circle-10; } .uiverse .wrapper .circle.circle-11 { --x: 4px; --y: 4px; --animation: circle-11; } .uiverse .wrapper .circle.circle-12 { --blur: 14px; --x: 52px; --y: 4px; --animation: circle-12; } @keyframes circle-1 { 33% { transform: translate(0px16px) translateZ(0); } 66% { transform: translate(12px64px) translateZ(0); } } @keyframes circle-2 { 33% { transform: translate(80px-10px) translateZ(0); } 66% { transform: translate(72px-48px) translateZ(0); } } @keyframes circle-3 { 33% { transform: translate(20px12px) translateZ(0); } 66% { transform: translate(12px4px) translateZ(0); } } @keyframes circle-4 { 33% { transform: translate(76px-12px) translateZ(0); } 66% { transform: translate(112px-8px) translateZ(0); } } @keyframes circle-5 { 33% { transform: translate(84px28px) translateZ(0); } 66% { transform: translate(40px-32px) translateZ(0); } } @keyframes circle-6 { 33% { transform: translate(28px-16px) translateZ(0); } 66% { transform: translate(76px-56px) translateZ(0); } } @keyframes circle-7 { 33% { transform: translate(8px28px) translateZ(0); } 66% { transform: translate(20px-60px) translateZ(0); } } @keyframes circle-8 { 33% { transform: translate(32px-4px) translateZ(0); } 66% { transform: translate(56px-20px) translateZ(0); } } @keyframes circle-9 { 33% { transform: translate(20px-12px) translateZ(0); } 66% { transform: translate(80px-8px) translateZ(0); } } @keyframes circle-10 { 33% { transform: translate(68px20px) translateZ(0); } 66% { transform: translate(100px28px) translateZ(0); } } @keyframes circle-11 { 33% { transform: translate(4px4px) translateZ(0); } 66% { transform: translate(68px20px) translateZ(0); } } @keyframes circle-12 { 33% { transform: translate(56px0px) translateZ(0); } 66% { transform: translate(60px-32px) translateZ(0); } } .uiverse .wrapper .label { font-size: 16px !important; line-height: 1.5; } /* Reduce border radius to 5px */ .uiverse, .uiverse:before, .uiverse .wrapper { border-radius: 5px !important; }

Trusted Worldwide by Data Leaders and Practitioners

Created in 1980 and internationalized in 1988DAMA International® has helped thousands of professionals master the principles of data managementbuild successful careersand raise the standards of our profession.

<>.dama-list { list-: none; margin: 0; padding: 0; } .dama-list li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 16px; } .dama-list .dama-check-icon { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: #2ecc71; /* green circle */ display: inline-flex; align-items: center; justify-content: center; color: #ffffff; font-size: 12px; line-height: 1; } .dama-list .dama-text { font-size: 16px; line-height: 1.9; } /* keep CDMP®) together */ .dama-nowrap { white-space: nowrap; }
  • Global Chapters in 60+ countries
  • Home of the industry-standard DAMA DMBOK®
  • Certifying body for the Certified Data Management Professional (CDMP®)
  • Independentvolunteer-lednot-for-profit

Start Your Journey with a Path That Fits

Data Professional

I want to grow my skillsget certifiedand connect with a global network.

Organization Rep

I want to upskill my team by investing in structured skill development.

Start a Chapter

I want to build a community of data professionals in my region.

Membership That Pays for Itself

<>.dama-list { list-: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; /* space between list items */ } .dama-list li { display: flex; align-items: flex-start; gap: 8px; /* space between icon and text */ margin: 0; /* handled by gap above */ } .dama-list .dama-check-icon { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: #2ecc71; /* green circle */ display: inline-flex; align-items: center; justify-content: center; color: #ffffff; font-size: 12px; line-height: 1; margin-top: 2px; /* optional: aligns with first text line */ } .dama-list .dama-text { font-size: 16px; line-height: 1.4; } .dama-nowrap { white-space: nowrap; }
  • Discounts on CDMP® exams and DAMA DMBOK®
  • Access to webinarstemplatesand downloads
  • Networking through local chapters and global events
<>.dama-list { list-: none; margin: 0; padding: 0; } .dama-list li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 6px; } .dama-list .dama-check-icon { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: #2ecc71; /* green circle */ display: inline-flex; align-items: center; justify-content: center; color: #ffffff; font-size: 12px; line-height: 1; } .dama-list .dama-text { font-size: 16px; line-height: 1.4; } /* keep CDMP®) together */ .dama-nowrap { white-space: nowrap; }
  • Discounts on chapter bulk book orders (10+ copies)
  • Participation in global initiatives and mentoring programs
  • Use of DAMA® branding (per guidelines)
Minimal high angle view at African American software developer working with computers and data systems in office
CDMP logo

Become a Certified Data Management Professional (CDMP®)

CDMP logo

Elevate your credibility. Gain recognition globally. Build confidence in your expertise with three certification levels.

Checkmark List Component<>/* Unique class names to prevent conflicts */ .cert-list { list-: none; margin: 0; padding: 0; } .cert-list li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 9px; } .cert-list .cert-check-icon { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: #2ecc71; /* green circle */ display: inline-flex; align-items: center; justify-content: center; color: #ffffff; font-size: 12px; line-height: 1; } .cert-list .cert-text { font-size: 16px; line-height: 1.4; color: #ffffff; /* White text as requested */ } /* keep CDMP®) together */ .cert-nowrap { white-space: nowrap; }
  • Exams aligned with the DAMA DMBOK®
  • Digital badges you can share on LinkedIn
  • Over 10,000 professionals certified worldwide
<>/* ================================ Scope: .fxwd-chapters only ================================ */ .fxwd-chapters{ --bg: #ffffff; --text: rgba(710220.92); --muted: rgba(710220.66); --brand: #003366; /* requested color */ /* gradient for "Impact Globally." */ --accent: #003366; /* keep tied to brand */ --accent2: #0EA5E9; /* cyan */ --accent3: #7C3AED; /* violet */ --radius: 18px; background: var(--bg); color: var(--text); border-radius: calc(var(--radius) + 6px); border: 1px solid rgba(7,10,22,0.10); padding: clamp(18px3.2vw34px); position: relative; overflow: hidden; } .fxwd-chapters *{ box-sizing: border-box; } /* subtle futuristic haze + micro-grid on white */ .fxwd-chapters::before{ content:""; position:absolute; inset:0; background: radial-gradient(850px 420px at 18% 0%rgba(14,165,233,0.12)transparent 55%), radial-gradient(850px 420px at 86% 12%rgba(124,58,237,0.10)transparent 60%), radial-gradient(850px 420px at 55% 95%rgba(0,51,102,0.10)transparent 60%), linear-gradient(rgba(7,10,22,0.045) 1pxtransparent 1px), linear-gradient(90degrgba(7,10,22,0.045) 1pxtransparent 1px); background-size: autoautoauto44px 44px44px 44px; pointer-events:none; mask-image: radial-gradient(circle at 50% 18%black 0%transparent 65%); } .fxwd-wrap{ position:relative; max-width:1100px; margin:0 auto; } .fxwd-head{ text-align:center; margin-bottom: clamp(16px2.4vw24px); } .fxwd-kicker{ display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border-radius:999px; border:1px solid rgba(0,51,102,0.22); background: rgba(255,255,255,0.78); color: rgba(7,10,22,0.70); font-size:13px; letter-spacing:0.3px; box-shadow: 0 10px 24px rgba(7,10,22,0.06); } .fxwd-dot{ width:10px; height:10px; border-radius:999px; background: radial-gradient(circle at 30% 30%#ffffffvar(--brand)); box-shadow: 0 0 16px rgba(0,51,102,0.28); flex:0 0 auto; } .fxwd-title{ margin:14px 0 8px; font-weight:900; line-height:1.1; font-size: clamp(28px4.4vw46px); letter-spacing:-0.6px; color: var(--brand); /* "Connect Locally." */ } .fxwd-title span{ background: linear-gradient(90degvar(--accent)var(--accent2)var(--accent3)); -webkit-background-clip:text; background-clip:text; color:transparent; } .fxwd-subtitle{ margin:0 auto; max-width:820px; color: var(--muted); font-size: clamp(14px1.6vw17px); line-height:1.65; } .fxwd-divider{ height:1px; margin: clamp(16px2.2vw24px) 0; background: linear-gradient(90degtransparentrgba(0,51,102,0.22)transparent); } /* Dark-ish cards in brand color family */ .fxwd-features{ display:grid; grid-template-columns: repeat(3minmax(01fr)); gap:14px; margin-bottom: clamp(18px2.6vw26px); } .fxwd-card{ position:relative; border-radius: var(--radius); border:1px solid rgba(0,51,102,0.18); background: radial-gradient(420px 160px at 18% 0%rgba(255,255,255,0.14)transparent 58%), linear-gradient(180degrgba(0,51,102,1)rgba(0,34,68,1)); color: rgba(255,255,255,0.92); padding:16px; box-shadow: 0 18px 44px rgba(7,10,22,0.14); overflow:hidden; } .fxwd-card::after{ content:""; position:absolute; inset:0; background: linear-gradient(120degrgba(255,255,255,0.14)transparent 35%transparent 65%rgba(255,255,255,0.08)); opacity: 0.55; pointer-events:none; mask-image: radial-gradient(circle at 30% 20%black 0%transparent 60%); } .fxwd-row{ position:relative; display:flex; gap:12px; align-items:flex-start; } .fxwd-icon{ width:38px; height:38px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20); box-shadow: 0 0 0 6px rgba(255,255,255,0.06); flex:0 0 auto; } .fxwd-icon svg{ width:18px; height:18px; color:#ffffff; filter: drop-shadow(0 0 10px rgba(255,255,255,0.18)); } .fxwd-card h3{ margin:2px 0 0; font-size:16px; line-height:1.35; letter-spacing:-0.2px; font-weight:800; color: rgba(255,255,255,0.94); } .fxwd-card p{ margin:6px 0 0; color: rgba(255,255,255,0.78); font-size:13.5px; line-height:1.55; } /* Buttons (back) */ .fxwd-actions{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; } .fxwd-btn{ appearance:none; border:1px solid rgba(0,51,102,0.20); background: rgba(255,255,255,0.92); color: var(--brand); padding:12px 18px; border-radius:4px; font-weight:800; letter-spacing:0.2px; text-decoration:none; display:inline-flex; align-items:center; gap:10px; transition: transform 180ms easebox-shadow 180ms easebackground 180ms easeborder-color 180ms ease; box-shadow: 0 14px 30px rgba(7,10,22,0.08); } .fxwd-btn svg{ width:18px; height:18px; } .fxwd-btn:hover{ transform: translateY(-2px); background: #ffffff; border-color: rgba(0,51,102,0.28); box-shadow: 0 18px 40px rgba(7,10,22,0.12); } .fxwd-btn:focus-visible{ outline:2px solid rgba(14,165,233,0.55); outline-offset:3px; } .fxwd-btn-primary{ border:none; color:#ffffff; background: linear-gradient(90degvar(--brand)var(--accent2)); box-shadow: 0 18px 48px rgba(0,51,102,0.18)0 18px 48px rgba(14,165,233,0.12); } .fxwd-btn-primary:hover{ background: linear-gradient(90degrgba(0,51,102,0.98)rgba(14,165,233,0.98)); } @media (max-width: 900px){ .fxwd-features{ grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce){ .fxwd-btn{ transition:none; } .fxwd-btn:hover{ transform:none; } }
DAMA® Chapters

Connect Locally. Impact Globally.

DAMA® Chapters are hubs for data professionals to learngrowand lead in their region. Join an existing chapteror start one in your country.

60+ Affiliated Chapters

Local leadership with global alignmentstandardsand shared momentum.

EventsStudy GroupsCommunity

Meetups and learning sessions that keep skills current and connections strong.

Speakers and Shared Resources

Access thought leadersproven materialsand best practices across the network.

DAMA® 2025 Elections

Now available to all Member Chapters and Individual Professional Members!

Stay informed!
Find out about the changes to this year's election.

 

DAMA-DMBOK® 3.0 Global Kick-Off – Join Us!

Don't miss your chance to help shape the future of Data Management. DAMA International invites you to attend the global launch event for the DMBOK® 3.0 project on June 252025. We are hosting two sessions to accommodate different global time zonesensuring maximum participation.

Visit our dedicated DAMA-DMBOK® 3.0 project website to register and secure your place in this exciting initiative!

Join us in shaping the future of our profession.

Ready to take the next step in your data career?

Scroll To Top <>a.dama-btn.active { background: #3399ff !important; /* light blue */ color: #fff !important; box-shadow: 0 4px 12px rgba(0000.15) !important; transform: none !important; }