Contents

Optimization Practice of University Innovation and Entrepreneurship Education Based on the Perspective of OBE

Qi Dong1, Xiangzhe Liu2
1Faculty of Penitentiary Science, The National Police University for Criminal Justice, Baoding 071000, China.
2Science \& Technology College, North China Electric Power University, Baoding, 071000, China

Abstract

Innovation and entrepreneurship and education have become an important topic in China’s higher education. Based on pedagogy theory, this paper divides innovation and entrepreneurship education in universities into three levels: ideological education, innovative education and entrepreneurial education. Innovation is the content of higher education, and it is also the ability that contemporary college students must have. Only with education can there be innovation, only with innovation can there be entrepreneurship, and only with entrepreneurship can there be innovation. This is of great significance to the development of multi-level education, universal education, innovation and entrepreneurship education, and the improvement of education, teaching and child-rearing levels. In order to promote the optimization practice of college students’ innovation and entrepreneurship education, this paper designs a software system which is convenient for college students’ project application, project implementation, data verification and progress report. At the same time, it can help people review and select team members, thus greatly improving management efficiency.

1. Introduction

OBE education philosophy emphasizes: what teachers should focus on in teaching design and teaching goal implementation is what kind of results should students achieve in learning? What methods should be used to make students achieve such results? How can we effectively help students achieve results? The results here are It refers to the results achieved by students through a certain stage of learning and the maximum ability they can achieve [1, 2]. The OBE education model is an innovation of education paradigm, and its fundamental is to realize the transformation from “content-oriented” to “student-oriented”. Based on the OBE education concept, in the actual teaching process, teachers often need to carefully design teaching according to the growth goals of different types of students, and constantly innovate learning content, learning activities, teaching forms, etc., and to ensure the improvement of students’ learning outcomes and sense of gain [3,]. Create a teaching environment that enables students to truly learn deeply, and the learning outcomes take student growth as the core goal, especially the design of the learning process through experience and practice, focusing on the acquisition of practical results. Learning outcomes cannot be information and one-sided knowledge and should benefit students for life [4]. Teaching based on the OBE education concept should clearly focus and organize each activity link in education and teaching, so that students can truly grow and become talents in the learning process [5]. As the starting point of innovation, entrepreneurship and education, it has achieved fruitful results and emphasized the challenges and innovations in this new field of education.

Currently, China’s economy and society have entered a new era, wherein cultivating innovative talents serves as an internal requirement and source of strength to facilitate the implementation of the strategic plan for innovative development. It also forms the foundation and core project construction necessary for achieving a leapfrog development in high-quality education in China. In summary, integrating OBE theory into the practical optimization of innovation and entrepreneurship education holds significant theoretical and practical implications for promoting the realization of university talent training goals.

The trend of some documents retrieved through the keyword “innovation, entrepreneurship and education” in recent years can be used to attract scientists’ attention to this issue. As shown in Figure 1.

Since 2003, documents related to “Innovation and Entrepreneurship Education” are emerging, opening a precedent for this research. From 2003 to 2009, the number of documents on related topics has reached 9. Our country’s “innovation and entrepreneurship education” research started relatively late [6, 7]. Since 2015, the number of documents has grown exponentially, and the research related to this research topic has begun to show a trend of rapid development. However, it is not difficult to find from the figure that as of 2022, the number of published papers related to this research topic has shown a trend of decreasing, and the number of published papers has dropped by 25% month-on-month.

From a non-utilitarian perspective, Zhou et al. [8] pointed out that the main goals of entrepreneurs to start a business are to change their innovative spirit and ability, to exercise their self-employment professional awareness, and to impart entrepreneurial knowledge and management knowledge. Ge et al. [9] believes that the goals of innovation and entrepreneurship should have broad, universal and long-term significance. According to social reality, school level and category, student conditions, etc., the stratified goals are clearly defined: that is, to cultivate citizens with better entrepreneurial qualities and high-quality entrepreneurs, and at the same time. Ge et al. [9] must take talent training as the origin and end point, in which the curriculum system is the key, and the integration of education of various majors is the difficulty, closely integrated with reality, and adopted various methods to promote the combination. Rose [10] believes that the construction of the curriculum system should design curriculum objectives in layers, and the objectives at each level should highlight the connotation of key literacy [11]. Hero and Lindfors [12] proposed that innovation and entrepreneurship courses should have a specific audience, rather than educating all students one-size-fits-all.

In the current education system, innovation and entrepreneurship education, constructive subject education, curriculum design and teacher education, especially the theory and practice combined with innovation and entrepreneurship education, have achieved a lot of research results. This paper designs a software system which is convenient for college students’ project application, project implementation, data verification and progress report. At the same time, it can help people review and select team members, thus greatly improving management efficiency.

2. Development and Construction

Repository System Structure

From the perspective of OBE, the resources must be managed according to certain specifications is shown in Figure 2:

Personalized Recommendations

In the process of user data acquisition, the user data in the recommender system comes from the user’s click, download and other behavioral characteristics, the user’s browsing, evaluation and scoring and other data, and the user’s behavioral data can be obtained through explicit scoring and implicit scoring. The traditional five-point feedback scale is used to display scores, and the users’ downloads of resources are converted into implicit scores of resources [13, 14].

In the recommendation algorithm, the cosine similarity has been proved to be a standard metric system due to its precise effect. This metric uses the cosine value of the angle between two-dimension vectors to measure the similarity. As shown in the formula, the user’s ratings for all items can be regarded as a one-dimensional vector. If the user’s rating vectors are and respectively, the user’s cosine similarity is:

\[\label{EQ2}% \operatorname{sim}(m, n)=\cos (m, n)=\frac{m \times n}{\|M\| \times\|N\|}=\frac{\sum_{s=1}^n R_{i, s} R_{j, s}}{\sqrt{\sum_{s=1}^n R_{i, s}^2 \sum_{s=1}^n R_{j, s}^2}}.\tag{1}\]

Since different users have different interest characteristics, their preferences for resources have strong subjective factors, resulting in different scoring scales. By improving the cosine similarity algorithm, the user’s average score for all resources can be subtracted when calculating the user’s score for the item, so that the similarity calculation is more accurate. The improved cosine similarity formula is as follows:

\[\label{EQ3}% \operatorname{sim}(m, n)=\frac{\sum_{s=1}\left(R_{m, s}-\overline{R_m}\right)\left(R_{n, s}-\overline{R_n}\right)}{\sqrt{\sum_{s=1}^n\left(R_{m, s}-\overline{R_m}\right)^2 \sum_{s=1}^n\left(R_{n, s}-\overline{R_n}\right)^2}}.\tag{2}\]

From the perspective of OBM, after obtaining neighbors of users or items by similarity measurement, if all neighboring users are included, it will not only prolong the calculation time, but also affect the accuracy of recommendation results. There are two commonly used methods for reducing the size of the nearest neighbor set: the fixed value method and the threshold method. The fixed value method limits the size of the neighbors to a fixed value and only considers the nearest neighbors with the highest degree of similarity; the threshold method defines a specific minimum threshold for the similarity, and only selects the nearest neighbors higher than this threshold [15, 16, 17]. There are two potential problems with the method: if the threshold is too high, the neighbor size will be small, which means that many items cannot be predicted; conversely, if the threshold is too low, the neighbor size will not be significantly reduced, as shown in Figure 3:

After the similar user group of the target user is obtained, the rating of the target user for the unrated item can be predicted by the ratings of the users in the similar neighbors of the item.

3. Methods

Overall Architectur

The overall structure of the innovation and entrepreneurship includes several levels, which are the front-end and front-end servers, the application layer, the back end, and the underlying data support services.

As can be seen from the Figure 4, the front-end is mainly some web files. This system uses Django as the front-end, and Django can support the Apache server, so the front-end service uses the Apache server. The application layer is mainly for users. The back end mainly handles database query, addition, deletion, modification, and other functions, as well as file upload and download. The underlying data support mainly uses MySQL database and file management system to support file upload and download [18].

It can be seen from the above that the management application layer based on the OBE perspective is directly used by users, so the functions of the application layer will be directly seen and used by users. Its main modules are data management, project management, declaration management, and message notification. The specific functions are shown in Figure 4:

As can be seen from the Figure 4, data management is mainly user management, assigning users their own permissions, data security and data backup functions, and real-time synchronization of system data to prevent data loss. Project management is mainly about user activation and login. After the system administrator assigns a permission account to it, activation and login begin, project file management and funding allocation, etc., as well as a list of records of the project process. The project declaration is mainly the submission and modification of the project book, the modification of the project according to the review comments, the registration of project information, the registration of specific information into the system, and the list of questions and opinions fed back in the project review [19, 20]. The news notice is mainly to inform the latest news notices about college students’ innovation and entrepreneurship projects issued by the state, a list of the project data that has been applied for before, to prevent repeated applications, etc. The rules and regulations and application instructions are used to stipulate the guidelines that should be followed in the application process, and the rules and regulations that should be followed during the implementation of the project to prevent problems.

Entity Data from the Perspective of OBE

According to the project declaration process adopted from the perspective of OBE and the permissions of each user, the interaction between them can be clearly obtained and displayed. As shown in Figure 5 and 6:

Database Table Design

The structure design of table database reflects the logical relationship between entities. Table 1 shows the structure of the system overview:

Table 1: Database User Table
Field name type Remarks
Use name Int [10] Name, primary key
E-mail Varchar [11] mailbox
Phone Int [10] Telephone
Role Varchar [11] Role identity
Level Int [10] privilege level
Name Varchar [11] Real name
Identity Int [10] ID card
Company Varchar [11] Company
Introduction LONGTEXT brief introduction

Table 1 is the main table structure in the database, mainly for the table structure of each user in the system from the perspective of OBE, the items required for the application of innovative projects, the items required for the application of entrepreneurial projects, and the table structure of project management.

4. Experiment

From the perspective of OBE, the coupling system is composed of front-end and back-end, which is a complete project management system. The system administrator can assign management rights, such as adding users, deleting users, modifying information, project management, front-end management, publishing announcements and news, system maintenance, system restart, etc. The teachers on the judges are mainly experienced teachers sent by the school to participate in the National College Student Innovation and Entrepreneurship Competition. They mainly review the projects applied for, remind the problems existing in the projects and the content that should be revised, and give appropriate scores and evaluations. Students complete themselves by filling in personal and project information. Students mainly submit project applications, determine participating students and rankings, etc. The project application form is mainly composed of project title, project source, participants, abstract, project background, project content, novelty, assessment indicators, expected results, fund management, risk control, etc. As shown in Table 2.

Table 2: System Function Test Result Table
Function name Whether the test passes remarks
Permission assignment function Y nothing
Add user function Y nothing
Delete user function Y nothing
Modify information function Y nothing
Project declaration function Y nothing
Intermediate inspection or final item uploading function Y nothing
Approval function Y nothing
Review function Y nothing
View history item function Y nothing
Export function Y nothing

Security Testing

The system database stores permission information, which can dynamically assign permissions. The safety test results are shown in Table 3:

Table 3: Safety Test Result Table
Test content Test conditions Test passed
Application-level security Meet the requirements yes
System level security Meet the requirements yes

Performance Test

The system uses the LoadRunner test tool to simulate 30, 80, and 150 users respectively. By running the system, reading data, and testing the response time of functional modules, the corresponding time is recorded each time [21], and the response speed of the system is calculated. It can be known from Table 4.

Table 4: Performance Test Table
minimum value Maximum error rate throughput
Simulate 30 users 3 63 0 112/min
Simulate 80 users 4 283 0 103/min
Simulate 150 users 6 397 0 89/min

The users randomly selected in this paper, and the recommended list lengths are 2, 5, 10, 15, and 20 in turn, calculate the precision and recall rate of each user respectively, and then take the average value. The length of the recommendation system performance, the calculated index results and the trend graph are shown in Figure 7. The accuracy rate, recall rate and value of the recommendation system do not fluctuate much, which shows that the recommendation performance based on the OBE perspective is stable, but it can also be seen that the accuracy of the recommendation is not particularly high. This may be due to the fact that the system is currently in the trial operation stage and the number of users is not large, resulting in too few downloads and ratings of resources by users. Further optimization is required in one step of the work.

5. Conclusion

Adopting Outcome-Based Education (OBE) in university innovation and entrepreneurship education is vital. The multi-level approach should focus on public, enhanced, and elite education, catering to diverse needs. However, the existing project management system requires refinement to address student awareness issues and encourage interdisciplinary team formation. The proposed information-based system proves effective, enhancing transparency and collaboration. This study underscores the significance of aligning education with OBE principles for comprehensive learning outcomes, contributing to the ongoing discourse on improving university-level innovation and entrepreneurship education.

Funding

No funding is available for this research.

Conflict of interest

The authors declare no conflict of interests.

References:

  1. Plochocki, J.H., 2019. Several ways generation Z may shape the medical school landscape. Journal of Medical Education and Curricular Development, 6, p.2382120519884325.[Google Scholor]
  2. Bauman, A. and Lucy, C., 2021. Enhancing entrepreneurial education: Developing competencies for success. The International Journal of Management Education, 19(1), p.100293.[Google Scholor]
  3. Collins, J., Baer, B. and Weber, E.J., 2015. Sexual selection, conspicuous consumption and economic growth. Journal of Bioeconomics, 17, pp.189-206.[Google Scholor]
  4. Rashid, L., 2019. Entrepreneurship education and sustainable development goals: A literature review and a closer look at fragile states and technology-enabled approaches. Sustainability, 11(19), p.5343.[Google Scholor]
  5. Hockerts, K., 2018. The effect of experiential social entrepreneurship education on intention formation in students. Journal of Social Entrepreneurship, 9(3), pp.234-256.[Google Scholor]
  6. Lv, Y., Chen, Y., Sha, Y., Wang, J., An, L., Chen, T., Huang, X., Huang, Y. and Huang, L., 2021. How entrepreneurship education at universities influences entrepreneurial intention: Mediating effect based on entrepreneurial competence. Frontiers in Psychology, 12, p.655868.[Google Scholor]
  7. Corsini, L., Dammicco, V. and Moultrie, J., 2021. Frugal innovation in a crisis: the digital fabrication maker response to COVID-19. R&D Management, 51(2), pp.195-210.[Google Scholor]
  8. Zhou, J., Pang, L., Zhang, D. and Zhang, W., 2023. Underwater image enhancement method via multi-interval subhistogram perspective equalization. IEEE Journal of Oceanic Engineering, 48(2), pp.474-488.[Google Scholor]
  9. Ge, T., Abbas, J., Ullah, R., Abbas, A., Sadiq, I. and Zhang, R., 2022. Women’s entrepreneurial contribution to family income: innovative technologies promote females’ entrepreneurship amid COVID-19 crisis. Frontiers in Psychology, 13, p.828040.[Google Scholor]
  10. Rose, S., 2020. Medical student education in the time of COVID-19. JAMA, 323(21), pp.2131-2132.[Google Scholor]
  11. Portuguez Castro, M., Ross Scheede, C. and Gómez Zermeño, M.G., 2019. The impact of higher education on entrepreneurship and the innovation ecosystem: A case study in Mexico. Sustainability, 11(20), p.5597.[Google Scholor]
  12. Hero, L.M. and Lindfors, E., 2019. Students’ learning experience in a multidisciplinary innovation project. Education+ Training, 61(4), pp.500-522. [Google Scholor]
  13. Ahmad, S.Z., Bakar, A.R.A. and Ahmad, N., 2018. An evaluation of teaching methods of entrepreneurship in hospitality and tourism programs. The International Journal of Management Education, 16(1), pp.14-25.[Google Scholor]
  14. Kamberidou, I., 2020. ”Distinguished” women entrepreneurs in the digital economy and the multitasking whirlpool. Journal of Innovation and Entrepreneurship, 9, p.3.[Google Scholor]
  15. Eesley, C.E. and Miller, W.F., 2018. Impact: Stanford University’s economic impact via innovation and entrepreneurship. Foundations and Trendsin Entrepreneurship, 14(2), pp.130-278.[Google Scholor]
  16. Bauchner, H. and Sharfstein, J., 2020. A bold response to the COVID-19 pandemic: medical students, national service, and public health. JAMA, 323(18), pp.1790-1791.[Google Scholor]
  17. Alvarez-Risco, A., Mlodzianowska, S., Garcia-Ibarra, V., Rosen, M.A. and Del-Aguila-Arcentales, S., 2021. Factors affecting green entrepreneurship intentions in business university students in COVID-19 pandemic times: Case of Ecuador. Sustainability, 13(11), p.6447.[Google Scholor]
  18. Lett, E., Murdock, H.M., Orji, W.U., Aysola, J. and Sebro, R., 2019. Trends in racial/ethnic representation among US medical students. JAMA Network Open, 2(9), pp.e1910490-e1910490.[Google Scholor]
  19. Wernhart, A., Gahbauer, S. and Haluza, D., 2019. eHealth and telemedicine: Practices and beliefs among healthcare professionals and medical students at a medical university. PloS One, 14(2), p.e0213067.[Google Scholor]
  20. Zhou, J., Sun, J., Zhang, W. and Lin, Z., 2023. Multi-view underwater image enhancement method via embedded fusion mechanism. Engineering Applications of Artificial Intelligence, 121, p.105946.[Google Scholor]
  21. Iwu, C.G., Opute, P.A., Nchu, R., Eresia-Eke, C., Tengeh, R.K., Jaiyeoba, O. and Aliyu, O.A., 2021. Entrepreneurship education, curriculum and lecturer-competency as antecedents of student entrepreneurial intention. The International Journal of Management Education, 19(1), p.100295.[Google Scholor]