WP_Query Object
(
    [query] => Array
        (
            [post_type] => job_roles
            [posts_per_page] => 6
            [paged] => 1
            [orderby] => title
            [order] => ASC
            [post_status] => publish
            [meta_query] => Array
                (
                    [relation] => OR
                    [0] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                        )

                    [1] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                        )

                    [2] => Array
                        (
                            [key] => job_role_filled
                            [compare] => NOT EXISTS
                        )

                )

        )

    [query_vars] => Array
        (
            [post_type] => job_roles
            [posts_per_page] => 6
            [paged] => 1
            [orderby] => title
            [order] => ASC
            [post_status] => publish
            [meta_query] => Array
                (
                    [relation] => OR
                    [0] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                        )

                    [1] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                        )

                    [2] => Array
                        (
                            [key] => job_role_filled
                            [compare] => NOT EXISTS
                        )

                )

            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [meta_key] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => all
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => language
                            [field] => term_taxonomy_id
                            [terms] => Array
                                (
                                    [0] => 5
                                )

                            [operator] => IN
                        )

                )

            [update_post_term_cache] => 1
            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
            [taxonomy] => language
            [term_id] => 5
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => language
                            [terms] => Array
                                (
                                    [0] => 5
                                )

                            [field] => term_taxonomy_id
                            [operator] => IN
                            [include_children] => 1
                        )

                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => base_term_relationships
                )

            [queried_terms] => Array
                (
                    [language] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => 5
                                )

                            [field] => term_taxonomy_id
                        )

                )

            [primary_table] => base_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                        )

                    [1] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                        )

                    [2] => Array
                        (
                            [key] => job_role_filled
                            [compare] => NOT EXISTS
                        )

                    [relation] => OR
                )

            [relation] => OR
            [meta_table] => base_postmeta
            [meta_id_column] => post_id
            [primary_table] => base_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => base_postmeta
                    [1] => mt1
                )

            [clauses:protected] => Array
                (
                    [base_postmeta] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                            [compare_key] => =
                            [alias] => base_postmeta
                            [cast] => CHAR
                        )

                    [base_postmeta-1] => Array
                        (
                            [key] => job_role_filled
                            [value] => 0
                            [compare] => =
                            [compare_key] => =
                            [alias] => base_postmeta
                            [cast] => CHAR
                        )

                    [mt1] => Array
                        (
                            [key] => job_role_filled
                            [compare] => NOT EXISTS
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )

                )

            [has_or_relation:protected] => 1
        )

    [date_query] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  base_posts.ID
					 FROM base_posts  LEFT JOIN base_term_relationships ON (base_posts.ID = base_term_relationships.object_id) LEFT JOIN base_postmeta ON ( base_posts.ID = base_postmeta.post_id )  LEFT JOIN base_postmeta AS mt1 ON ( base_posts.ID = mt1.post_id AND mt1.meta_key = 'job_role_filled' )
					 WHERE 1=1  AND ( 
  base_term_relationships.term_taxonomy_id IN (5)
) AND ( 
  ( base_postmeta.meta_key = 'job_role_filled' AND base_postmeta.meta_value = '0' ) 
  OR 
  ( base_postmeta.meta_key = 'job_role_filled' AND base_postmeta.meta_value = '0' ) 
  OR 
  mt1.post_id IS NULL
) AND base_posts.post_type = 'job_roles' AND ((base_posts.post_status = 'publish'))
					 GROUP BY base_posts.ID
					 ORDER BY base_posts.post_title ASC
					 LIMIT 0, 6
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 94435
                    [post_author] => 11145
                    [post_date] => 2025-06-05 14:05:59
                    [post_date_gmt] => 2025-06-05 21:05:59
                    [post_content] => 

We are seeking a dedicated volunteer illustrator to create engaging and culturally sensitive illustrations for a children's book to be written by Khentrul Rinpoché.  This is a wonderful opportunity to contribute to a project that will introduce young readers to the beauty and wisdom of the Jonang lineage and Kalachakra teachings.

Responsibilities:

  • Develop and create original illustrations that align with Rinpoché’s story line and concepts in a visually appealing way, that accurately reflect Tibetan culture and are age-appropriate.
  • Work closely with the project coordinator and Rinpoché to ensure consistency in style and content.
  • Create character designs, scene illustrations, and potentially cover art, depending on the project's needs; produce multiple iterations of illustrations as needed.

Skills & Qualifications:

  • Proven ability to create engaging and high-quality illustrations.
  • Proficiency in digital or traditional illustration techniques.
  • Strong understanding of composition, color theory, and visual storytelling; ability to create character designs and depict various scenes.
  • Ability to portray Buddhist themes and imagery with accuracy and sensitivity.
  • Experience with children’s book illustration is a plus.
  • Digital illustration preferred, but traditional methods may be considered.
  • Good organizational and time management skills with the ability to prioritize tasks and meet deadlines; diligence; able to work through obstacles and challenges.
  • Ability to work independently and collaborate with the review team, staff members and/or volunteers to fully support the project.
  • Flexibility and patience to adapt to changing requirements.
  • Technical:  Ability to use Google Workspace, Drive, email and Slack.
  • Dedicated Kalachakra practitioner with knowledge of Rinpoché's teachings and a passion to fulfill his mission.

Why this Role is Important
This role directly supports Rinpoché's vision to create the Golden Age of peace and harmony on earth through the Kalachakra Tantra.   Your work helps Dzokden to inspire transformative experiences that cultivate deep inner realization through a strong compassionate and devoted heart.  The virtue generated through your Dharma service is dedicated to the accumulation of merit which is essential for the path to enlightenment.  You have the opportunity to practice the path through a mundane, samsaric role and see how it is possible to transform ordinary work into extraordinary opportunities.  This will help you learn to walk the real tantric path

[post_title] => Children’s Book Illustrator [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => childrens-book-illustrator [to_ping] => [pinged] => [post_modified] => 2025-07-03 05:24:42 [post_modified_gmt] => 2025-07-03 12:24:42 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=94435 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) [1] => WP_Post Object ( [ID] => 95404 [post_author] => 11145 [post_date] => 2025-06-22 15:24:39 [post_date_gmt] => 2025-06-22 22:24:39 [post_content] => [post_title] => Daka Costume Maker [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => daka-costume-maker [to_ping] => [pinged] => [post_modified] => 2025-07-03 05:12:28 [post_modified_gmt] => 2025-07-03 12:12:28 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=95404 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) [2] => WP_Post Object ( [ID] => 95323 [post_author] => 17355 [post_date] => 2025-06-20 13:06:11 [post_date_gmt] => 2025-06-20 20:06:11 [post_content] => [post_title] => Exterior Visualizer for Prayer Wheel Area - Dzokden Kalapa [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => exterior-visualizer-for-prayer-wheel-area-dzokden-kalapa [to_ping] => [pinged] => [post_modified] => 2025-07-27 16:24:07 [post_modified_gmt] => 2025-07-27 23:24:07 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=95323 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) [3] => WP_Post Object ( [ID] => 95422 [post_author] => 11145 [post_date] => 2025-06-22 17:19:34 [post_date_gmt] => 2025-06-23 00:19:34 [post_content] => [post_title] => French Live Translation [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => french-live-translation [to_ping] => [pinged] => [post_modified] => 2025-10-30 23:12:56 [post_modified_gmt] => 2025-10-31 06:12:56 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=95422 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) [4] => WP_Post Object ( [ID] => 95423 [post_author] => 11145 [post_date] => 2025-06-22 17:24:33 [post_date_gmt] => 2025-06-23 00:24:33 [post_content] => [post_title] => French Voice-Over Specialist [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => french-voice-over-specialist [to_ping] => [pinged] => [post_modified] => 2025-10-30 23:12:54 [post_modified_gmt] => 2025-10-31 06:12:54 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=95423 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) [5] => WP_Post Object ( [ID] => 95288 [post_author] => 11145 [post_date] => 2025-06-19 17:18:17 [post_date_gmt] => 2025-06-20 00:18:17 [post_content] => [post_title] => Generative AI Developer [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => generative-ai-developer [to_ping] => [pinged] => [post_modified] => 2025-07-03 05:17:30 [post_modified_gmt] => 2025-07-03 12:17:30 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=95288 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) ) [post_count] => 6 [current_post] => -1 [before_loop] => 1 [in_the_loop] => [post] => WP_Post Object ( [ID] => 94435 [post_author] => 11145 [post_date] => 2025-06-05 14:05:59 [post_date_gmt] => 2025-06-05 21:05:59 [post_content] =>

We are seeking a dedicated volunteer illustrator to create engaging and culturally sensitive illustrations for a children's book to be written by Khentrul Rinpoché.  This is a wonderful opportunity to contribute to a project that will introduce young readers to the beauty and wisdom of the Jonang lineage and Kalachakra teachings.

Responsibilities:

  • Develop and create original illustrations that align with Rinpoché’s story line and concepts in a visually appealing way, that accurately reflect Tibetan culture and are age-appropriate.
  • Work closely with the project coordinator and Rinpoché to ensure consistency in style and content.
  • Create character designs, scene illustrations, and potentially cover art, depending on the project's needs; produce multiple iterations of illustrations as needed.

Skills & Qualifications:

  • Proven ability to create engaging and high-quality illustrations.
  • Proficiency in digital or traditional illustration techniques.
  • Strong understanding of composition, color theory, and visual storytelling; ability to create character designs and depict various scenes.
  • Ability to portray Buddhist themes and imagery with accuracy and sensitivity.
  • Experience with children’s book illustration is a plus.
  • Digital illustration preferred, but traditional methods may be considered.
  • Good organizational and time management skills with the ability to prioritize tasks and meet deadlines; diligence; able to work through obstacles and challenges.
  • Ability to work independently and collaborate with the review team, staff members and/or volunteers to fully support the project.
  • Flexibility and patience to adapt to changing requirements.
  • Technical:  Ability to use Google Workspace, Drive, email and Slack.
  • Dedicated Kalachakra practitioner with knowledge of Rinpoché's teachings and a passion to fulfill his mission.

Why this Role is Important
This role directly supports Rinpoché's vision to create the Golden Age of peace and harmony on earth through the Kalachakra Tantra.   Your work helps Dzokden to inspire transformative experiences that cultivate deep inner realization through a strong compassionate and devoted heart.  The virtue generated through your Dharma service is dedicated to the accumulation of merit which is essential for the path to enlightenment.  You have the opportunity to practice the path through a mundane, samsaric role and see how it is possible to transform ordinary work into extraordinary opportunities.  This will help you learn to walk the real tantric path

[post_title] => Children’s Book Illustrator [post_excerpt] => [post_status] => publish [comment_status] => closed [ping_status] => closed [post_password] => [post_name] => childrens-book-illustrator [to_ping] => [pinged] => [post_modified] => 2025-07-03 05:24:42 [post_modified_gmt] => 2025-07-03 12:24:42 [post_content_filtered] => [post_parent] => 0 [guid] => https://dzokden.org/?post_type=job_roles&p=94435 [menu_order] => 0 [post_type] => job_roles [post_mime_type] => [comment_count] => 0 [filter] => raw ) [comment_count] => 0 [current_comment] => -1 [found_posts] => 31 [max_num_pages] => 6 [max_num_comment_pages] => 0 [is_single] => [is_preview] => [is_page] => [is_archive] => [is_date] => [is_year] => [is_month] => [is_day] => [is_time] => [is_author] => [is_category] => [is_tag] => [is_tax] => [is_search] => [is_feed] => [is_comment_feed] => [is_trackback] => [is_home] => 1 [is_privacy_policy] => [is_404] => [is_embed] => [is_paged] => [is_admin] => [is_attachment] => [is_singular] => [is_robots] => [is_favicon] => [is_posts_page] => [is_post_type_archive] => [query_vars_hash:WP_Query:private] => 52731725286a26feec0cede02dda52f7 [query_vars_changed:WP_Query:private] => 1 [thumbnails_cached] => [allow_query_attachment_by_filename:protected] => [stopwords:WP_Query:private] => [compat_fields:WP_Query:private] => Array ( [0] => query_vars_hash [1] => query_vars_changed ) [compat_methods:WP_Query:private] => Array ( [0] => init_query_flags [1] => parse_tax_query ) [query_cache_key:WP_Query:private] => wp_query:b11ea31d1c2e5559153ce9dec7575842:0.09392300 17631466500.35375600 1763146464 )

Volunteer Roles