Where we work
Less fortunate communities of Upper Egypt have the power to take their destiny in hand and improve their lives, and AAUE is helping them to do so by working with our local partner, AUEED, to develop and enhance their capacities through education and development.
The generosity of our Corporate donor, The Ford Foundation has resulted in significant financial support to AUEED over the years. As a result, we have transferred 1 million $US to our partner AUEED over the past ten years.
How is a project planned and initiated ?
AUEED initiates all projects and presents to us a detailed description, project plan and budget for review and evaluation. The project is then proposed to our donors for financial contribution. If approved, AUEED must provides us with adequate guarantees that the projects will be properly managed within budget and completed on time.
For each project, regular progress reports versus pre-established goals and budgets are submitted by AUEED.
Objectives
In all our projects, we support the following Millenium Development Goals:
- Achieve universal primary education;
- Promote gender equality and empower women;
- Reduce child mortality; and
For more information please consult the United Nations 2010 report Millenium Development Goals
Financing of education programs and activities
Depending on AUEED's annual operating budget, certain activities require the financial help of AAUE and international donators, notably:
- building or renovating school facilities;
- training of new teachers and school staff;
- purchase school furniture, supplies and equipment for computer labs;
- supporting the education of poor children unable to pay their tuition fees.
Future projects
The AUEED is facing important challenges, namely:
- Increasing costs of education challenging the association's ability to provide poor children with basic formal education.
- Building the capacities and compentencies of AUEED's staff and teachers, and
- Renovating and preserving AUEED's assets and capitalize on them.
As a result, in 2013, the AAUE has decided to support (with its Canadian sister organization PACHE) a new initiative aimed at reducing malnutrition in 18 elementary schools primarily located in Assiout.
Joomla! Debug Console
session.counter ⇒ 1
session.timer.start ⇒ 1756704381
session.timer.last ⇒ 1756704381
session.timer.now ⇒ 1756704381
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒
guest ⇒ 1
lastResetTime ⇒
resetCount ⇒
aid ⇒ 0
11.69 MB (12,261,760 Bytes)
19 Queries Logged
SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'rat35r9pflnd3r39sscgevt1l7'
DELETE
FROM `j25_session`
WHERE `time` < '1756703481'
SELECT `session_id`
FROM `j25_session`
WHERE `session_id` = 'rat35r9pflnd3r39sscgevt1l7'
LIMIT 0, 1
INSERT INTO `j25_session`
(`session_id`, `client_id`, `time`)
VALUES
('rat35r9pflnd3r39sscgevt1l7', 0, '1756704381')
SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `j25_viewlevels`
SELECT folder AS type, element AS name, params
FROM j25_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering
SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM j25_menu AS m
LEFT JOIN j25_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
SELECT *
FROM j25_languages
WHERE published=1
ORDER BY ordering ASC
SELECT id, home, template, s.params
FROM j25_template_styles as s
LEFT JOIN j25_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
SELECT a.rules
FROM j25_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j25_content AS a
LEFT JOIN j25_categories AS c
on c.id = a.catid
LEFT JOIN j25_users AS u
on u.id = a.created_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM j25_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact
ON contact.user_id = a.created_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 70
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-09-01 05:26:21')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-09-01 05:26:21')
AND (a.state = 1 OR a.state =2)
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=35
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
UPDATE j25_content
SET hits = hits + 1
WHERE id = 70
UPDATE `j25_session`
SET `data` = 'zOUdQPykj84LIMcYGDQmAFUOKc5gLDuOyQU29OMVyT8A1JPd48PLAE6JEAjlbEEkm--A_DBLy4QPW6AbaGSMpVwnylhfX070GKVAHFtJqC2ixClaeX5nGH0qecKSpp7MhDWu6Ds6xcAxGPZU68Xf7_nGoVCWpiiuPnXqZiJ2_WE-Q9NA8Q1IxREVlU73tRF1dLDY8EiR1K3vfUDPUfG2swlj7saFOg6xZLY_U8fNqnoHVaw7k-uPouHk7QB4D0iVqDjfjUz0WqwZn-gmY9ky2_NKgNYVdJ8DEIasLoRStmuzCHm6aeuBi4HW46Gt609BR8fUWo2B2EEyDBa7j9Xq4PvvJbVKzOXeZWzWdhMS1Shcgqm0DJBDBexhrJEyoktkp2PLfIoY9Rpc4qBH0PosEaFWaR-GsUzZKtsHazx_dP8S4MraNA7kKZy-Ft4ITMjF3arYDSGTPBHYcj6LuniGRhoF2xgdp6t8ESqnW1KnNm9r0Bc2ycLhi7HfSyD_7gaO2srWx_TmNgxH3N64b9h4OCQ_MV-BgWq4bbC1E4Ren5aDqvyLnwDpmXE3lXROtP0hBUmralNMkRB2cK1rRk9MVqFn5MiRienXbaZoYCDm5mf9tQetvaF0pwMYDWxPZXczeIfmni4i500IGustO0oA67VnHdc8n_32gB1cN4-MejRyzHrcpVPgy8aexk6fdXtMm3R1UWeuvCMk71hOgoGzqeQzW61-PfDPNPwypcn5p8iO4H1i0Aib8NBizJvz12T0L4S-j0ssQMsE36h-e2spThXp89VAjzRi_0CYMFWEvt7xxcnu7QRRudq_SV--YMZjeBOZCLKQYiqUHWoaJk1rmfOsREwjvC1ITv2F0y9QiYLjj0MtNtR3ojvmeh4DgKxUluu6fSPZfYSgULMMGCqcdtn1W7Aa0hVqn30ykG2uWN84cv2LeEQ0vFl9knjDA5AGfMnD4SoP88m3OO_Go63x7Zu-H-rgDLajdgRG3jws18151SbV6JZJ0RCwPXjJ5T1M6XbCUDe0irB4Yqkewx44DhFjGvZFtvxJdzzni-Dg_pJ3SOS2-SsonxSslMkiKItO4u5OhsPup5TYxSu3IFuWcMOMJXVKGYkYM93sipxWMus.'
, `time` = '1756704381'
WHERE `session_id` = 'rat35r9pflnd3r39sscgevt1l7'
17 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
3 × SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
1 × SELECT a.rules
FROM j25_assets AS a
1 × SELECT id, home, template, s.params
FROM j25_template_styles as s
LEFT JOIN j25_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j25_content AS a
LEFT JOIN j25_categories AS c
on c.id = a.catid
LEFT JOIN j25_users AS u
on u.id = a.created_by
LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM j25_contact_details AS contact
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT *
FROM j25_languages
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM j25_menu AS m
LEFT JOIN j25_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `session_id`
FROM `j25_session`
1 × SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `j25_viewlevels
1 × SELECT folder AS type, element AS name, params
FROM j25_extensions
1 × SELECT `data`
FROM `j25_session`
OTHER Tables:
1 × UPDATE `j25_session`
SET `data` = 'zOUdQPykj84LIMcYGDQmAFUOKc5gLDuOyQU29OMVyT8A1JPd48PLAE6JEAjlbEEkm--A_DBLy4QPW6AbaGSMpVwnylhfX070GKVAHFtJqC2ixClaeX5nGH0qecKSpp7MhDWu6Ds6xcAxGPZU68Xf7_nGoVCWpiiuPnXqZiJ2_WE-Q9NA8Q1IxREVlU73tRF1dLDY8EiR1K3vfUDPUfG2swlj7saFOg6xZLY_U8fNqnoHVaw7k-uPouHk7QB4D0iVqDjfjUz0WqwZn-gmY9ky2_NKgNYVdJ8DEIasLoRStmuzCHm6aeuBi4HW46Gt609BR8fUWo2B2EEyDBa7j9Xq4PvvJbVKzOXeZWzWdhMS1Shcgqm0DJBDBexhrJEyoktkp2PLfIoY9Rpc4qBH0PosEaFWaR-GsUzZKtsHazx_dP8S4MraNA7kKZy-Ft4ITMjF3arYDSGTPBHYcj6LuniGRhoF2xgdp6t8ESqnW1KnNm9r0Bc2ycLhi7HfSyD_7gaO2srWx_TmNgxH3N64b9h4OCQ_MV-BgWq4bbC1E4Ren5aDqvyLnwDpmXE3lXROtP0hBUmralNMkRB2cK1rRk9MVqFn5MiRienXbaZoYCDm5mf9tQetvaF0pwMYDWxPZXczeIfmni4i500IGustO0oA67VnHdc8n_32gB1cN4-MejRyzHrcpVPgy8aexk6fdXtMm3R1UWeuvCMk71hOgoGzqeQzW61-PfDPNPwypcn5p8iO4H1i0Aib8NBizJvz12T0L4S-j0ssQMsE36h-e2spThXp89VAjzRi_0CYMFWEvt7xxcnu7QRRudq_SV--YMZjeBOZCLKQYiqUHWoaJk1rmfOsREwjvC1ITv2F0y9QiYLjj0MtNtR3ojvmeh4DgKxUluu6fSPZfYSgULMMGCqcdtn1W7Aa0hVqn30ykG2uWN84cv2LeEQ0vFl9knjDA5AGfMnD4SoP88m3OO_Go63x7Zu-H-rgDLajdgRG3jws18151SbV6JZJ0RCwPXjJ5T1M6XbCUDe0irB4Yqkewx44DhFjGvZFtvxJdzzni-Dg_pJ3SOS2-SsonxSslMkiKItO4u5OhsPup5TYxSu3IFuWcMOMJXVKGYkYM93sipxWMus.' , `time` = '1756704381'
1 × UPDATE j25_content
SET hits = hits + 1
1 × INSERT INTO `j25_session` (`session_id`, `client_id`, `time`)
VALUES ('rat35r9pflnd3r39sscgevt1l7', 0, '1756704381'
1 × DELETE
FROM `j25_session`