emis_user_manual
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
emis_user_manual [2023/11/10 19:52] – [Power Query] ghachey | emis_user_manual [2024/08/16 14:09] (current) – [Rollover Workbook] ghachey | ||
---|---|---|---|
Line 270: | Line 270: | ||
* Total Expenditure: | * Total Expenditure: | ||
* Current Expenditure: | * Current Expenditure: | ||
+ | |||
+ | ==== Dashboard Analysis ==== | ||
+ | |||
+ | Under '' | ||
+ | |||
+ | === GNI (aka. GNP) and Government Spending === | ||
+ | |||
+ | This will provide some high level budget expenditure including the | ||
+ | |||
+ | * GNI (aka. GNP) | ||
+ | * Total education expenditure (Ed Expenditure) | ||
+ | * Total government expenditure (Govt Expenditure) | ||
+ | * Public Expenditure on Education as % of Total Government Expenditure (Ed/Govt %) | ||
+ | * Public Expenditure on Education as % of GNI (Ed/GNI %) | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | === Spending By Sector (table format) === | ||
+ | |||
+ | This one breaks down the total expenditure (Actual vs Budgeted) by education sectors (which translates to education levels). | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | === Spending By Sector (chart format) === | ||
+ | |||
+ | This chart also breaks down the total expenditure (Actual vs Budgeted) by education sectors (which translates to education levels). | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | However, with this chart you can interactively change the content to display other figures such as the per-pupil education expenditure as shown below. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | === Spending By District === | ||
+ | |||
+ | Finally, the education expenditure can be display by districts. District could be will be a localized terms such as State, Province, Atolls, etc. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
===== Exams ===== | ===== Exams ===== | ||
Line 777: | Line 819: | ||
==== School Accreditation Dashboard ==== | ==== School Accreditation Dashboard ==== | ||
- | This is where you can get some live data analytics just like every other module in the EMIS. You access just like other dashboard, Click on '' | + | This is where you can get some live data analytics just like every other module in the EMIS. You access just like other dashboard, Click on '' |
+ | |||
+ | <note important> | ||
{{ : | {{ : | ||
Line 1180: | Line 1224: | ||
===== Data Operations ===== | ===== Data Operations ===== | ||
+ | |||
+ | ==== Annual Census Data Transfer ==== | ||
+ | |||
+ | The Pacific EMIS supports a number of ways to transfer data from schools to a centralized database. They have varying degrees of maturity and complexity of user adoption. They are summarized in the below table. | ||
+ | |||
+ | ^ Method | ||
+ | | PDF Survey | ||
+ | | Excel Workbook | ||
+ | | Student Information System (SIS) | The highest form of data management within the schools then pushed to the centralized system. An online web-based student information system meant for daily use by schools. | ||
+ | |||
+ | |||
==== Upload PDF Survey ==== | ==== Upload PDF Survey ==== | ||
Line 1195: | Line 1250: | ||
{{ : | {{ : | ||
- | ==== Upload Workbook | + | ==== Upload |
<note important> | <note important> | ||
Line 1237: | Line 1292: | ||
==== Rollover Workbook ==== | ==== Rollover Workbook ==== | ||
- | <note important> | + | === Initialize |
- | <note important> | + | A new survey year needs to be produced manually before doing the rollover. |
- | <code sql> | + | |
- | exec pSurveyWriteX.CreateSurveyYear 2023, '2022-12-31',' | + | {{ :user-manual:emis-user-guide-census-init-1.png?nolink |}} |
- | </ | + | |
- | </ | + | After the new census year has been initialized you can do the rollover page as shown below. |
+ | |||
+ | {{ : | ||
The workbook census rollover can work for all schools at the national level, at the district (e.g state, province, etc.) level or individual schools. It is the recommended way to get started on a new school year data as it contains cleaned up data and reduces chances of introducing duplicates or other messy data. | The workbook census rollover can work for all schools at the national level, at the district (e.g state, province, etc.) level or individual schools. It is the recommended way to get started on a new school year data as it contains cleaned up data and reduces chances of introducing duplicates or other messy data. | ||
Line 1254: | Line 1311: | ||
* Final verification that all the teacher/ | * Final verification that all the teacher/ | ||
* Final verification of School and WASH data | * Final verification of School and WASH data | ||
- | |||
- | {{ : | ||
==== Upload Exams ==== | ==== Upload Exams ==== | ||
Line 1420: | Line 1475: | ||
Further notes on the Flexible Excel/Word Reports type of reporting. We have a combination of tools (e.g. [[data_publishers_toolkit|Data Publishing Toolkit]], [[multi-part_word_documents|Multi-part Word Document]]) and practices for publishing data into Excel tables and pivot tables. This forms the basis for the construction of documents such as Annual Statistics Digest, etc. These connection are direct connections to SQL Server using Excel’s OLEDB capacity. It is possible to establish SQL connections across the WAN, but this entails some careful security setup to allows users through a firewall to reach the SQL Server. In particular, a "read only" user. In order to support users who do not have access to SQL (i.e. either across their LAN, or across the WAN) to access data in Excel we are building support for new options. This would allow more options for remote hosting, and also for a broader set of users to have access to Excel. | Further notes on the Flexible Excel/Word Reports type of reporting. We have a combination of tools (e.g. [[data_publishers_toolkit|Data Publishing Toolkit]], [[multi-part_word_documents|Multi-part Word Document]]) and practices for publishing data into Excel tables and pivot tables. This forms the basis for the construction of documents such as Annual Statistics Digest, etc. These connection are direct connections to SQL Server using Excel’s OLEDB capacity. It is possible to establish SQL connections across the WAN, but this entails some careful security setup to allows users through a firewall to reach the SQL Server. In particular, a "read only" user. In order to support users who do not have access to SQL (i.e. either across their LAN, or across the WAN) to access data in Excel we are building support for new options. This would allow more options for remote hosting, and also for a broader set of users to have access to Excel. | ||
- | The three available | + | The three planned options are available in various levels of maturity |
^ Mode ^ Connection ^ Refreshable? | ^ Mode ^ Connection ^ Refreshable? | ||
Line 1441: | Line 1496: | ||
Power query extends Excel’s ability to access data from relational sources with the ability to extract, transform and load data from a wide variety of sources including http rest end points. | Power query extends Excel’s ability to access data from relational sources with the ability to extract, transform and load data from a wide variety of sources including http rest end points. | ||
| | ||
- | === Dynamic Workbooks === | + | ==== Dynamic Workbooks |
Currently this design is prototyped: | Currently this design is prototyped: | ||
Line 1467: | Line 1522: | ||
</ | </ | ||
+ | |||
+ | ====== Public Data Dissemination ====== | ||
+ | |||
+ | Aside from data about individuals, | ||
+ | * **Transparency and Accountability**: | ||
+ | * **Innovation and Collaboration**: | ||
+ | * **Informed Decision-Making**: | ||
+ | * **Citizen Engagement**: | ||
+ | * **Economic Growth**: Data availability stimulates economic growth, fostering entrepreneurship and creating jobs. | ||
+ | * **Research Advancement**: | ||
+ | * **Public Services Improvement**: | ||
+ | * **Cross-Sector Collaboration**: | ||
+ | * **Community Empowerment**: | ||
+ | * **Accountable Governance**: | ||
+ | |||
+ | The Pacific EMIS supports a number of ways to disseminate data in a timely manner that KEMIS does not yet fully adopt. They are summarized in the table below: | ||
+ | |||
+ | ^ Method ^ Description ^ Time to Access ^ Access Difficulty ^ | ||
+ | | Publications | Often the most official and slowly curated sources of data. | Longest time. Requires more efforts in collecting, validating, preparing and publishing and can come sometime years after. | Easy. Typically through downloadable PDF documents. | | ||
+ | | Mobile App | Download all data and view analysis on your phone. | Fast. New data immediately available. | Easy. Download the Pacific Open Education Data app on your Android or iPhone | | ||
+ | | Public Login | The web application supports a public login to view all dashboards and download excel data exports. | Fast. New data immediately available. | Easy. Login the country EMIS public profile from login page. | | ||
+ | | REST API | Access the raw data through special web requests in formats such as JSON and XML. | Fast. New data immediately available. | Difficult. Typically used by developers or researching with programming skills | | ||
+ | |||
+ | A word of caution. The pacific island countries faces unique challenges making it hard to continuously improve the quality of data. Accessing the data any of the fast methods has the caveat that it has had less time for scrutiny and possible remediation. So it should always be used with care and we always appreciate any apparent issue brought to our attention so we can work to fix them. | ||
+ | |||
+ | Each of these methods will have a sub-sections here with additional documentation. | ||
===== References ===== | ===== References ===== |
emis_user_manual.1699645962.txt.gz · Last modified: 2023/11/10 19:52 by ghachey