SlideShare a Scribd company logo
1 of 5
Download to read offline
Strategy of Training Blockchain Talents in Application-oriented Universities: A
Case Study
Chunlei Chen, Chengduan Wang*, Jinkui Hou, Lei Wang, Peng Zhang, Ronglong Xu,
Xiuqing Qu, and Huihui Zhang
School of Computer Engineering, Weifang University, Weifang, China 261061
*Corresponding author: wangchengduan@163.com; chunlei.chen@wfu.edu.cn
Keywords: Blockchain talents; Fundamental knowledge; Task-driven training; Project training
Abstract: Blockchain is a recently emerging technology that can play a vital role in various
applications. However, many industries are facing serious shortage of blockchain talents due to the
complexity of blockchain technology. Moreover, undergraduates of application-oriented universities
are particularly facing a daunting barrier to grasp blockchain technology. This paper investigates on
the technical requirements of a local company in the city of Weifang and propose a strategy to train
blockchain talents in application-oriented universities. It adopts a task-oriented mechanism to
strengthen students’ mastery of the basic knowledge related to blockchain. Subsequently, it assigns
more complex tasks to students and factorizes the task into a series of hands-on operations or
programming sub-tasks, which all center at the blockchain developing framework. In this manner,
technical concepts of blockchain are mapped to specific functions of a programming language, thus
lowering the threshold for students to grasp blockchain. Finally, the students are trained through
practical projects. The strategy has been applied in School of Computer Engineering of Weifang
University, and some positive effects have been achieved.
1. Introduction
Nowadays economic and social developments are exerting significant impact on the training of
talents in colleges and universities. Higher education institutions of various categories need to
identify characteristics of their target industries and meet demands raised by these industries. In other
words, higher education institutions should bridge the gap between talent training and practical
industry demands through endowing students with appropriate knowledge and skills. In this manner,
training in universities could be seamlessly joined with the future jobs of students. Weifang
University is an application-oriented university, which is being constantly funded by government of
Shandong Province as an outstanding application-oriented higher education institution.
Weifang Zhongcaixin Technology Co., Ltd. is a high-tech enterprise recognized by the state. The
School of Computer Engineering affiliated to Weifang University has established a stable
cooperative relationship with Weifang Zhongcaixin Technology Co., Ltd. in recent years. Main areas
of cooperation are information technology research/development and training. Representative
projects include the development of “Financial Baidu” (an elastic searching engine deployed in the
intranet of Weifang Finance Bureau) and the “Mobile Embedded Development Technology” training
of employees of Zhongcaixin.
Agricultural-product-related industries are very prosperous in the city of Weifang. This city has
nine national-level demonstration zones of agricultural products quality and safety. In response to the
actual needs of agricultural products and related industries, Weifang Zhongcaixin Co., Ltd. has
developed the “Agricultural Product Standardization System”, which involves on-site data collection
of agricultural products, product information entry, transportation, warehousing, sales tracking, and
consumer traceability/feedback of product information. Additionally, this system enables quality
supervision departments to monitor the quality of agricultural products. Core requirements raised by
this system are summarized as follows. First, data should be stored and exchanged in a decentralized
2019 9th International Conference on Education, Management, and Computer (ICEMC 2019)
Copyright © (2019) Francis Academic Press, UK DOI: 10.25236/icemc.2019.087484
manner. Second, producers, transporters, sellers, consumers, regulators and other relevant parties can
obtain information on rural products. Moreover, the system maintains the consistency of views of all
parties. Third, private information should be properly protected and information tampering is strictly
prohibited. Finally, all above functionalities are efficiently integrated to regulate the production and
circulation of agricultural products, improve regulatory efficiency, and achieve agricultural product
information forensics and traceability.
Blockchain technology provides the core support to efficiently meet these requirements [1]. The
essence of blockchain technology is a point-to-point distributed database system. This database
system can guarantee the consistency of data among nodes with a certain consensus algorithm and
ensure the security and privacy of data through encryption algorithm [2]. In addition, this system
creates an open, transparent, verifiable, non-tamperable and traceable technological architecture
through timestamp and an end-to-end chained data structure. Following the footsteps of emerging
technologies such as big data and cloud computing technologies, the blockchain technology is
another research hotspot in the field of information technology. Blockchain has been applied in many
fields, including online payment, Internet of Things, equity trading, auditing, supply chain and
notarization [3]. Zhongcai Company is planning to use the “Agricultural Product Standardization
System” as an opportunity to accumulate technology and build a development team, setting a stage
for wider applications of blockchain technology in various fields. At present, Zhongcaixin company
is in urgent need of a large number of qualified blockchain talents. Weifang city or even the whole
country is also facing a serious shortage of blockchain technical talents. We expect that our work can
open a way to contribute to local economic and social development via cultivating blockchain talents.
The rest of this paper is organized as follows. The second section demonstrates our training
strategy in detail. The third section concludes our work and points the future work.
2. Strategy of Training Blockchain Talents
In this paper, we adopt the concept of “industry-university collaborative education” [4] to explore
the training mode of blockchain technical talents. We focus on exploring the routine of efficiently
training students. The concept of “collaborative education” means that each subsystem in the training
system behaves in a systematically cooperative manner and thus results in a synergistic effect of
“1+1>2”. Applying collaborative education to undergraduate training aims at stimulating students’
learning motivation, and reorganizing the educational elements. Our training strategy places students
under task-driven status. We illustrate our training strategy in Fig.1.
Fig. 1 Three stages of our training strategy
2.1 Establishing Solid Fundamental Knowledge for Practical Training.
Although “blockchain” is a new concept, the fundamental supporting technologies of blockchain
have undergone a long period of development and are also involved in current courses offered by
computers or related disciplines. As shown in Fig.2, blockchain covers some core technologies
including peer-to-peer networks, data encryption and decryption algorithms, hash algorithms. These
knowledge points are covered in Computer Network, Cryptography (or Network and Information
485
Security), and Data Structure courses, respectively. The data consensus algorithm can be
implemented based on the sorting algorithm [5], which is imparted in detail in the “Data Structure”
or “Algorithm Design and Analysis” course. We guide the students to establish solid fundamental
knowledge in these relevant courses.
Fig. 2 Core technologies of blockchain and related undergraduate courses
According to our past teaching experience, students generally have grand plans but little skill in
technical training. After receiving the task, students commonly face a daunting barrier to start their
work or eventually fail to complete the task. The reason is probably that students do not grasp
relevant basic knowledge. In response to this problem, we propose to adopt a task-oriented
mechanism to strengthen students’ mastery of the basic knowledge related to blockchain. For
example, we demand students use the Python language, the Python Flask framework, and the HTTP
protocol to implement a simple blockchain instance to consolidate the basic knowledge.
2.2 Building a Soft Environment Close to the Industry Background for Training.
Undergraduate students often lack practical project experience. As a result, they typically feel
overwhelmed and unable to get started in the face of a wide range of practical industry requirements.
Consequently, this situation discourages students’ motivation of learning and training. On the basis
of the previous stage, a reasonable difficulty degree is set at this stage to ensure the enthusiasm and
training effect of the students.
We select a practical blockchain development framework Hyperleger Fabric [6] according to the
actual requirements of the enterprise. In this manner, we strengthen the task orientation, and guide
students to master the use of the development framework, as well as secondary development. The
software environment, business background, and business requirements all stem from the enterprise.
We guide the students to install and use the development framework, explain the business
background in detail, and decomposes the business requirements. In this way, the industry
background, industry requirements and technical concepts of blockchain are transformed into a more
comprehensible form, and mapped to a specific function of the development framework, or a specific
piece of code. In this way, the tasks of students are finally factorized into a series of hands-on and
gradual deepening operations or programming sub-tasks, which all center at the blockchain
framework and its secondary development.
At this stage, because of the more practical development framework, the threshold for students to
complete training tasks is higher than the previous stage. However, the task of understanding
business requirements and understanding the development framework are completed under the
guidance of training tutor in a step-by-step manner. As a result, the threshold for this phase is lower
than the next stage. After the completion of the training tasks at this stage, the business background
and requirements will be re-discussed, and ability of students to understand the actual business can
be effectively improved.
In addition, latest mainstream development frameworks usually only provides English
development documentation and no Chinese documentation. Therefore, in this stage we consciously
guide students to read and use English documents. In this way, we improve the technical English
level of students, and thus lay the foundation for the next stage. In the next stage, students will
gradually start blockchain development independently.
486
2.3 Training Through Actual Project.
At this stage, the training tutors undertake the following duties: coordinate relationships among
team members, answer questions, and guide the development. These duties place high demands on
tutors. Tutors need to have sufficient practical development experience. Only in this way can they
efficiently assign tasks to students, answer the students’ questions, and guide students to explore. In
addition, the tutor must keep in mind that his/her role is auxiliary. The protagonists of this stage are
enterprise engineers and students participating in the training. Tutors fulfill their duties when
students successfully adapt to practical development.
3. Conclusion
We have successfully applied our strategy to training courses in School of Computer Engineering
of Weifang University. We have cultivated some students who won provincial level prizes in well-
know undergraduate technical competitions of China like “the Contest of Lanqiao Cup”.
We conclude our work as follows.
1) Blockchain technology has extremely high application value in many industries. At present,
there is a serious shortage of blockchain talents in China. Our work aims at requirements of
enterprises and studies the training strategy of cultivating blockchain technical talents in applied
universities.
2) Blockchain is a complex system that has a high threshold for undergraduates to complete
training tasks. Our strategy takes into account the the actual knowledge levels of students in applied
universities and sets a reasonable difficulty degree of learning.
3) Blockchain involves a lot of theoretical knowledge, which can easily discourage learning
enthusiasm of students. We use the blockchain development framework as a carrier of knowledge
and skills, so that the training focuses on understanding and mastering the functions and codes of the
development framework. In this manner, we ensure the training effect.
Acknowledgment
This work is supported by the following funds.
1) Undergraduate Education Reform Project of Shandong Province (Z2018S046)
2) Industry-University Collaborative Education Program granted by Ministry of Education of
China (201801304014 , 201802217002, 201801245027, 201702163022, 201701020099,
201701020032, 201602016011, 201602028049)
3) Key Program of Enterprise Training and Staff Education of Shandong Province(2019-141).
References
[1] M. Iansiti and R. L. Karim, “The truth about blockchain,” Harvard Business Review. Harvard
Business School, U.S.A., vol.95, no.1, pp. 118-127, Feb, 2017.
[2] G. Zyskind and N. Oz, “Decentralizing Privacy: Using Blockchain to Protect Personal Data,”
Proc. 2015 IEEE Security and Privacy Workshops(San Jose, CA, USA, May 21-22, 2015). IEEE
Computer Society, U.S.A., vol.1, pp.180-184, 2015.
[3] Z. Zheng et al, “Blockchain challenges and opportunities: a survey, ” International Journal of
Web and Grid Services. Inderscience, UK, vol.14, no.4, pp.352-375, Oct, 2018.
[4] N. M. Smith et al, “Industry–University Partnerships: Engineering Education and Corporate
Social Responsibility,” Journal of Professional Issues in Engineering Education and Practice. ASCE,
U.S.A., vol.144, no.3, 04018002, July, 2018.
[5] I.Avramovic and D. S.Richards, “Analysis of Consensus Sorting via the Cycle Metric,” Proc.
International Conference on Combinatorial Optimization and Applications( Atlanta, GA, USA,
487
December 15-17, 2018). Springer, Switherland, vol.1, p.552-565, 2018.
[6] E. Androulaki et al, “Hyperledger fabric: a distributed operating system for permissioned
blockchains,” Proc. Thirteenth EuroSys Conference (Porto, Portugal, April 23-26, 2018). ACM,
U.S.A., vol.1, Article NO.30, 2018.
488

More Related Content

What's hot

Blockchain for Education and Professional Development
Blockchain for Education and Professional DevelopmentBlockchain for Education and Professional Development
Blockchain for Education and Professional DevelopmentOpen Source University
 
EduCTX: A Blockchain-Based Higher Education Credit Platform.
EduCTX: A Blockchain-Based Higher Education Credit Platform. EduCTX: A Blockchain-Based Higher Education Credit Platform.
EduCTX: A Blockchain-Based Higher Education Credit Platform. eraser Juan José Calderón
 
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...eraser Juan José Calderón
 
Teacher networks, teacher digital competence and professional development
Teacher networks, teacher digital competence and professional developmentTeacher networks, teacher digital competence and professional development
Teacher networks, teacher digital competence and professional developmentRiina Vuorikari
 
An approach to designing and developing an LMS framework appropriate for youn...
An approach to designing and developing an LMS framework appropriate for youn...An approach to designing and developing an LMS framework appropriate for youn...
An approach to designing and developing an LMS framework appropriate for youn...IJECEIAES
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET Journal
 
142.8 Digital and Tech solutions PRF3
142.8 Digital and Tech solutions PRF3142.8 Digital and Tech solutions PRF3
142.8 Digital and Tech solutions PRF3Jordan Cooper
 
About T324en
About T324enAbout T324en
About T324enYaseen
 
144 presentation iee_tel2021
144 presentation iee_tel2021144 presentation iee_tel2021
144 presentation iee_tel2021Malinka Ivanova
 
21st Cent. Information Technology
21st Cent. Information Technology 21st Cent. Information Technology
21st Cent. Information Technology Rob Wilson
 
MELJUN CORTES research lectures_dba_thesis_example_strategic_business_model
MELJUN CORTES research lectures_dba_thesis_example_strategic_business_modelMELJUN CORTES research lectures_dba_thesis_example_strategic_business_model
MELJUN CORTES research lectures_dba_thesis_example_strategic_business_modelMELJUN CORTES
 
L&T Construction- Ananya Sharma
L&T Construction- Ananya SharmaL&T Construction- Ananya Sharma
L&T Construction- Ananya SharmaAnanyaSharma152
 
Academic entrepreneruship + networking papers
Academic entrepreneruship + networking papersAcademic entrepreneruship + networking papers
Academic entrepreneruship + networking papersAdam Buji
 
A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...
A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...
A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...ijejournal
 
A Cloud Computing Framework for Ethiopian Higher Education Institutions
A Cloud Computing Framework for Ethiopian Higher Education  InstitutionsA Cloud Computing Framework for Ethiopian Higher Education  Institutions
A Cloud Computing Framework for Ethiopian Higher Education InstitutionsIOSR Journals
 

What's hot (18)

Blockchain for Education and Professional Development
Blockchain for Education and Professional DevelopmentBlockchain for Education and Professional Development
Blockchain for Education and Professional Development
 
EduCTX: A Blockchain-Based Higher Education Credit Platform.
EduCTX: A Blockchain-Based Higher Education Credit Platform. EduCTX: A Blockchain-Based Higher Education Credit Platform.
EduCTX: A Blockchain-Based Higher Education Credit Platform.
 
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
A Learner-Centred Approach for Lifelong Learning Powered by the Blockchain. M...
 
Blockchain in Education
Blockchain in EducationBlockchain in Education
Blockchain in Education
 
Teacher networks, teacher digital competence and professional development
Teacher networks, teacher digital competence and professional developmentTeacher networks, teacher digital competence and professional development
Teacher networks, teacher digital competence and professional development
 
An approach to designing and developing an LMS framework appropriate for youn...
An approach to designing and developing an LMS framework appropriate for youn...An approach to designing and developing an LMS framework appropriate for youn...
An approach to designing and developing an LMS framework appropriate for youn...
 
IRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and EvaluatorIRJET- Placement Recommender and Evaluator
IRJET- Placement Recommender and Evaluator
 
142.8 Digital and Tech solutions PRF3
142.8 Digital and Tech solutions PRF3142.8 Digital and Tech solutions PRF3
142.8 Digital and Tech solutions PRF3
 
About T324en
About T324enAbout T324en
About T324en
 
144 presentation iee_tel2021
144 presentation iee_tel2021144 presentation iee_tel2021
144 presentation iee_tel2021
 
21st Cent. Information Technology
21st Cent. Information Technology 21st Cent. Information Technology
21st Cent. Information Technology
 
1
11
1
 
MELJUN CORTES research lectures_dba_thesis_example_strategic_business_model
MELJUN CORTES research lectures_dba_thesis_example_strategic_business_modelMELJUN CORTES research lectures_dba_thesis_example_strategic_business_model
MELJUN CORTES research lectures_dba_thesis_example_strategic_business_model
 
L&T Construction- Ananya Sharma
L&T Construction- Ananya SharmaL&T Construction- Ananya Sharma
L&T Construction- Ananya Sharma
 
Academic entrepreneruship + networking papers
Academic entrepreneruship + networking papersAcademic entrepreneruship + networking papers
Academic entrepreneruship + networking papers
 
A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...
A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...
A UNIVERSITY-INDUSTRY COLLABORATION CASE STUDY:INTEL REAL-TIME MULTI-VIEW FAC...
 
Module3 project
Module3 projectModule3 project
Module3 project
 
A Cloud Computing Framework for Ethiopian Higher Education Institutions
A Cloud Computing Framework for Ethiopian Higher Education  InstitutionsA Cloud Computing Framework for Ethiopian Higher Education  Institutions
A Cloud Computing Framework for Ethiopian Higher Education Institutions
 

Similar to Strategy of training blockchain talents in application oriented universities: A Case Study. Chunlei Chen & others

Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy
 Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy
Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamyeraser Juan José Calderón
 
USING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & others
USING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & othersUSING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & others
USING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & otherseraser Juan José Calderón
 
Challenges of Using Blockchain in the Education Sector.pdf
Challenges of Using Blockchain in the Education Sector.pdfChallenges of Using Blockchain in the Education Sector.pdf
Challenges of Using Blockchain in the Education Sector.pdfShare Saga
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
Blockchain-based protocol of autonomous business activity for multi-agent sys...
Blockchain-based protocol of autonomous business activity for multi-agent sys...Blockchain-based protocol of autonomous business activity for multi-agent sys...
Blockchain-based protocol of autonomous business activity for multi-agent sys...eraser Juan José Calderón
 
IEEE project center in nagercoil
IEEE project center in nagercoilIEEE project center in nagercoil
IEEE project center in nagercoilabtechnology
 
NAC-TECHmodified.pptx
NAC-TECHmodified.pptxNAC-TECHmodified.pptx
NAC-TECHmodified.pptxssuser26eb5b
 
Blockchain Goes to School
Blockchain Goes to SchoolBlockchain Goes to School
Blockchain Goes to SchoolGreg Kimpton
 
Blockology the learning Future
Blockology the learning FutureBlockology the learning Future
Blockology the learning FutureShubhamKumar2038
 
BLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIES
BLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIESBLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIES
BLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIESshantanubhattacharya14
 
BLOCKLOGY E-LEARNING
BLOCKLOGY E-LEARNINGBLOCKLOGY E-LEARNING
BLOCKLOGY E-LEARNINGAlishaShamim1
 
ICT JORDAN
ICT JORDANICT JORDAN
ICT JORDANAyman
 
Survey on SkillVio: Skill Verification System Using Blockchain
Survey on SkillVio: Skill Verification System Using BlockchainSurvey on SkillVio: Skill Verification System Using Blockchain
Survey on SkillVio: Skill Verification System Using BlockchainIRJET Journal
 
Running Header 1APPLICATION DEVELOPMENT METHODS2.docx
Running Header  1APPLICATION DEVELOPMENT METHODS2.docxRunning Header  1APPLICATION DEVELOPMENT METHODS2.docx
Running Header 1APPLICATION DEVELOPMENT METHODS2.docxrtodd599
 
CLOUD BASED E-LEARNING PORTAL
CLOUD BASED E-LEARNING PORTALCLOUD BASED E-LEARNING PORTAL
CLOUD BASED E-LEARNING PORTALIRJET Journal
 
Running Header 1SYSTEM ARCHITECTURE2Unit .docx
Running Header  1SYSTEM ARCHITECTURE2Unit .docxRunning Header  1SYSTEM ARCHITECTURE2Unit .docx
Running Header 1SYSTEM ARCHITECTURE2Unit .docxrtodd599
 
Exploring the Level of Computer Literacy for Candidates in Higher Education: ...
Exploring the Level of Computer Literacy for Candidates in Higher Education: ...Exploring the Level of Computer Literacy for Candidates in Higher Education: ...
Exploring the Level of Computer Literacy for Candidates in Higher Education: ...Dr. Amarjeet Singh
 
BLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEM
BLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEMBLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEM
BLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEMIRJET Journal
 
Up-skilling India in Blockchain
Up-skilling India in BlockchainUp-skilling India in Blockchain
Up-skilling India in BlockchainBirthVenue
 

Similar to Strategy of training blockchain talents in application oriented universities: A Case Study. Chunlei Chen & others (20)

Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy
 Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy
Blockchain Architecture to Higher Education Systems. Palanivel Kuppusamy
 
USING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & others
USING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & othersUSING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & others
USING BLOCKCHAIN TECHNOLOGY FOR E-LEARNING. V.A. TOLBATOV & others
 
Challenges of Using Blockchain in the Education Sector.pdf
Challenges of Using Blockchain in the Education Sector.pdfChallenges of Using Blockchain in the Education Sector.pdf
Challenges of Using Blockchain in the Education Sector.pdf
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
Blockchain-based protocol of autonomous business activity for multi-agent sys...
Blockchain-based protocol of autonomous business activity for multi-agent sys...Blockchain-based protocol of autonomous business activity for multi-agent sys...
Blockchain-based protocol of autonomous business activity for multi-agent sys...
 
IEEE project center in nagercoil
IEEE project center in nagercoilIEEE project center in nagercoil
IEEE project center in nagercoil
 
NAC-TECHmodified.pptx
NAC-TECHmodified.pptxNAC-TECHmodified.pptx
NAC-TECHmodified.pptx
 
Blockchain Goes to School
Blockchain Goes to SchoolBlockchain Goes to School
Blockchain Goes to School
 
Blockology the learning Future
Blockology the learning FutureBlockology the learning Future
Blockology the learning Future
 
BLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIES
BLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIESBLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIES
BLOCKLOGY | AN INITIATIVE TO EMPOWER STUDENTS TOWARDS FUTURE TECHNOLOGIES
 
BLOCKLOGY E-LEARNING
BLOCKLOGY E-LEARNINGBLOCKLOGY E-LEARNING
BLOCKLOGY E-LEARNING
 
ICT JORDAN
ICT JORDANICT JORDAN
ICT JORDAN
 
Survey on SkillVio: Skill Verification System Using Blockchain
Survey on SkillVio: Skill Verification System Using BlockchainSurvey on SkillVio: Skill Verification System Using Blockchain
Survey on SkillVio: Skill Verification System Using Blockchain
 
Blockchain KMA
Blockchain KMABlockchain KMA
Blockchain KMA
 
Running Header 1APPLICATION DEVELOPMENT METHODS2.docx
Running Header  1APPLICATION DEVELOPMENT METHODS2.docxRunning Header  1APPLICATION DEVELOPMENT METHODS2.docx
Running Header 1APPLICATION DEVELOPMENT METHODS2.docx
 
CLOUD BASED E-LEARNING PORTAL
CLOUD BASED E-LEARNING PORTALCLOUD BASED E-LEARNING PORTAL
CLOUD BASED E-LEARNING PORTAL
 
Running Header 1SYSTEM ARCHITECTURE2Unit .docx
Running Header  1SYSTEM ARCHITECTURE2Unit .docxRunning Header  1SYSTEM ARCHITECTURE2Unit .docx
Running Header 1SYSTEM ARCHITECTURE2Unit .docx
 
Exploring the Level of Computer Literacy for Candidates in Higher Education: ...
Exploring the Level of Computer Literacy for Candidates in Higher Education: ...Exploring the Level of Computer Literacy for Candidates in Higher Education: ...
Exploring the Level of Computer Literacy for Candidates in Higher Education: ...
 
BLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEM
BLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEMBLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEM
BLOCKCHAIN IMPLEMENTATION IN EDUCATIONAL SYSTEM
 
Up-skilling India in Blockchain
Up-skilling India in BlockchainUp-skilling India in Blockchain
Up-skilling India in Blockchain
 

More from eraser Juan José Calderón

Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...
Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...
Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...eraser Juan José Calderón
 
Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi,
Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi, Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi,
Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi, eraser Juan José Calderón
 
REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...
REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...
REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...eraser Juan José Calderón
 
Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...
Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...
Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...eraser Juan José Calderón
 
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...eraser Juan José Calderón
 
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...eraser Juan José Calderón
 
Ética y Revolución Digital . revista Diecisiete nº 4. 2021
Ética y Revolución Digital . revista Diecisiete nº 4. 2021Ética y Revolución Digital . revista Diecisiete nº 4. 2021
Ética y Revolución Digital . revista Diecisiete nº 4. 2021eraser Juan José Calderón
 
#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...
#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...
#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...eraser Juan José Calderón
 
PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021
PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021
PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021eraser Juan José Calderón
 
Expert Panel of the European Blockchain Observatory and Forum
Expert Panel of the European Blockchain Observatory and ForumExpert Panel of the European Blockchain Observatory and Forum
Expert Panel of the European Blockchain Observatory and Forumeraser Juan José Calderón
 
Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...
Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...
Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...eraser Juan José Calderón
 
"Experiencias booktuber: Más allá del libro y de la pantalla"
"Experiencias booktuber: Más allá del libro y de la pantalla""Experiencias booktuber: Más allá del libro y de la pantalla"
"Experiencias booktuber: Más allá del libro y de la pantalla"eraser Juan José Calderón
 
The impact of digital influencers on adolescent identity building.
The impact of digital influencers on adolescent identity building.The impact of digital influencers on adolescent identity building.
The impact of digital influencers on adolescent identity building.eraser Juan José Calderón
 
Open educational resources (OER) in the Spanish universities
Open educational resources (OER) in the Spanish universitiesOpen educational resources (OER) in the Spanish universities
Open educational resources (OER) in the Spanish universitieseraser Juan José Calderón
 
El modelo flipped classroom: un reto para una enseñanza centrada en el alumno
El modelo flipped classroom: un reto para una enseñanza centrada en el alumnoEl modelo flipped classroom: un reto para una enseñanza centrada en el alumno
El modelo flipped classroom: un reto para una enseñanza centrada en el alumnoeraser Juan José Calderón
 
Pensamiento propio e integración transdisciplinaria en la epistémica social. ...
Pensamiento propio e integración transdisciplinaria en la epistémica social. ...Pensamiento propio e integración transdisciplinaria en la epistémica social. ...
Pensamiento propio e integración transdisciplinaria en la epistémica social. ...eraser Juan José Calderón
 
Escuela de Robótica de Misiones. Un modelo de educación disruptiva.
Escuela de Robótica de Misiones. Un modelo de educación disruptiva.Escuela de Robótica de Misiones. Un modelo de educación disruptiva.
Escuela de Robótica de Misiones. Un modelo de educación disruptiva.eraser Juan José Calderón
 
La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...
La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...
La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...eraser Juan José Calderón
 
Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...
Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...
Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...eraser Juan José Calderón
 

More from eraser Juan José Calderón (20)

Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...
Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...
Evaluación de t-MOOC universitario sobre competencias digitales docentes medi...
 
Call for paper 71. Revista Comunicar
Call for paper 71. Revista ComunicarCall for paper 71. Revista Comunicar
Call for paper 71. Revista Comunicar
 
Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi,
Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi, Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi,
Editorial of the JBBA Vol 4, Issue 1, May 2021. Naseem Naqvi,
 
REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...
REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...
REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL LAYING DOWN HARMONIS...
 
Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...
Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...
Predicting Big Data Adoption in Companies With an Explanatory and Predictive ...
 
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
 
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
Innovar con blockchain en las ciudades: Ideas para lograrlo, casos de uso y a...
 
Ética y Revolución Digital . revista Diecisiete nº 4. 2021
Ética y Revolución Digital . revista Diecisiete nº 4. 2021Ética y Revolución Digital . revista Diecisiete nº 4. 2021
Ética y Revolución Digital . revista Diecisiete nº 4. 2021
 
#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...
#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...
#StopBigTechGoverningBigTech . More than 170 Civil Society Groups Worldwide O...
 
PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021
PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021
PACTO POR LA CIENCIA Y LA INNOVACIÓN 8 de febrero de 2021
 
Expert Panel of the European Blockchain Observatory and Forum
Expert Panel of the European Blockchain Observatory and ForumExpert Panel of the European Blockchain Observatory and Forum
Expert Panel of the European Blockchain Observatory and Forum
 
Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...
Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...
Desigualdades educativas derivadas del COVID-19 desde una perspectiva feminis...
 
"Experiencias booktuber: Más allá del libro y de la pantalla"
"Experiencias booktuber: Más allá del libro y de la pantalla""Experiencias booktuber: Más allá del libro y de la pantalla"
"Experiencias booktuber: Más allá del libro y de la pantalla"
 
The impact of digital influencers on adolescent identity building.
The impact of digital influencers on adolescent identity building.The impact of digital influencers on adolescent identity building.
The impact of digital influencers on adolescent identity building.
 
Open educational resources (OER) in the Spanish universities
Open educational resources (OER) in the Spanish universitiesOpen educational resources (OER) in the Spanish universities
Open educational resources (OER) in the Spanish universities
 
El modelo flipped classroom: un reto para una enseñanza centrada en el alumno
El modelo flipped classroom: un reto para una enseñanza centrada en el alumnoEl modelo flipped classroom: un reto para una enseñanza centrada en el alumno
El modelo flipped classroom: un reto para una enseñanza centrada en el alumno
 
Pensamiento propio e integración transdisciplinaria en la epistémica social. ...
Pensamiento propio e integración transdisciplinaria en la epistémica social. ...Pensamiento propio e integración transdisciplinaria en la epistémica social. ...
Pensamiento propio e integración transdisciplinaria en la epistémica social. ...
 
Escuela de Robótica de Misiones. Un modelo de educación disruptiva.
Escuela de Robótica de Misiones. Un modelo de educación disruptiva.Escuela de Robótica de Misiones. Un modelo de educación disruptiva.
Escuela de Robótica de Misiones. Un modelo de educación disruptiva.
 
La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...
La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...
La Universidad española Frente a la pandemia. Actuaciones de Crue Universidad...
 
Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...
Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...
Covid-19 and IoT: Some Perspectives on the Use of IoT Technologies in Prevent...
 

Recently uploaded

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

Strategy of training blockchain talents in application oriented universities: A Case Study. Chunlei Chen & others

  • 1. Strategy of Training Blockchain Talents in Application-oriented Universities: A Case Study Chunlei Chen, Chengduan Wang*, Jinkui Hou, Lei Wang, Peng Zhang, Ronglong Xu, Xiuqing Qu, and Huihui Zhang School of Computer Engineering, Weifang University, Weifang, China 261061 *Corresponding author: wangchengduan@163.com; chunlei.chen@wfu.edu.cn Keywords: Blockchain talents; Fundamental knowledge; Task-driven training; Project training Abstract: Blockchain is a recently emerging technology that can play a vital role in various applications. However, many industries are facing serious shortage of blockchain talents due to the complexity of blockchain technology. Moreover, undergraduates of application-oriented universities are particularly facing a daunting barrier to grasp blockchain technology. This paper investigates on the technical requirements of a local company in the city of Weifang and propose a strategy to train blockchain talents in application-oriented universities. It adopts a task-oriented mechanism to strengthen students’ mastery of the basic knowledge related to blockchain. Subsequently, it assigns more complex tasks to students and factorizes the task into a series of hands-on operations or programming sub-tasks, which all center at the blockchain developing framework. In this manner, technical concepts of blockchain are mapped to specific functions of a programming language, thus lowering the threshold for students to grasp blockchain. Finally, the students are trained through practical projects. The strategy has been applied in School of Computer Engineering of Weifang University, and some positive effects have been achieved. 1. Introduction Nowadays economic and social developments are exerting significant impact on the training of talents in colleges and universities. Higher education institutions of various categories need to identify characteristics of their target industries and meet demands raised by these industries. In other words, higher education institutions should bridge the gap between talent training and practical industry demands through endowing students with appropriate knowledge and skills. In this manner, training in universities could be seamlessly joined with the future jobs of students. Weifang University is an application-oriented university, which is being constantly funded by government of Shandong Province as an outstanding application-oriented higher education institution. Weifang Zhongcaixin Technology Co., Ltd. is a high-tech enterprise recognized by the state. The School of Computer Engineering affiliated to Weifang University has established a stable cooperative relationship with Weifang Zhongcaixin Technology Co., Ltd. in recent years. Main areas of cooperation are information technology research/development and training. Representative projects include the development of “Financial Baidu” (an elastic searching engine deployed in the intranet of Weifang Finance Bureau) and the “Mobile Embedded Development Technology” training of employees of Zhongcaixin. Agricultural-product-related industries are very prosperous in the city of Weifang. This city has nine national-level demonstration zones of agricultural products quality and safety. In response to the actual needs of agricultural products and related industries, Weifang Zhongcaixin Co., Ltd. has developed the “Agricultural Product Standardization System”, which involves on-site data collection of agricultural products, product information entry, transportation, warehousing, sales tracking, and consumer traceability/feedback of product information. Additionally, this system enables quality supervision departments to monitor the quality of agricultural products. Core requirements raised by this system are summarized as follows. First, data should be stored and exchanged in a decentralized 2019 9th International Conference on Education, Management, and Computer (ICEMC 2019) Copyright © (2019) Francis Academic Press, UK DOI: 10.25236/icemc.2019.087484
  • 2. manner. Second, producers, transporters, sellers, consumers, regulators and other relevant parties can obtain information on rural products. Moreover, the system maintains the consistency of views of all parties. Third, private information should be properly protected and information tampering is strictly prohibited. Finally, all above functionalities are efficiently integrated to regulate the production and circulation of agricultural products, improve regulatory efficiency, and achieve agricultural product information forensics and traceability. Blockchain technology provides the core support to efficiently meet these requirements [1]. The essence of blockchain technology is a point-to-point distributed database system. This database system can guarantee the consistency of data among nodes with a certain consensus algorithm and ensure the security and privacy of data through encryption algorithm [2]. In addition, this system creates an open, transparent, verifiable, non-tamperable and traceable technological architecture through timestamp and an end-to-end chained data structure. Following the footsteps of emerging technologies such as big data and cloud computing technologies, the blockchain technology is another research hotspot in the field of information technology. Blockchain has been applied in many fields, including online payment, Internet of Things, equity trading, auditing, supply chain and notarization [3]. Zhongcai Company is planning to use the “Agricultural Product Standardization System” as an opportunity to accumulate technology and build a development team, setting a stage for wider applications of blockchain technology in various fields. At present, Zhongcaixin company is in urgent need of a large number of qualified blockchain talents. Weifang city or even the whole country is also facing a serious shortage of blockchain technical talents. We expect that our work can open a way to contribute to local economic and social development via cultivating blockchain talents. The rest of this paper is organized as follows. The second section demonstrates our training strategy in detail. The third section concludes our work and points the future work. 2. Strategy of Training Blockchain Talents In this paper, we adopt the concept of “industry-university collaborative education” [4] to explore the training mode of blockchain technical talents. We focus on exploring the routine of efficiently training students. The concept of “collaborative education” means that each subsystem in the training system behaves in a systematically cooperative manner and thus results in a synergistic effect of “1+1>2”. Applying collaborative education to undergraduate training aims at stimulating students’ learning motivation, and reorganizing the educational elements. Our training strategy places students under task-driven status. We illustrate our training strategy in Fig.1. Fig. 1 Three stages of our training strategy 2.1 Establishing Solid Fundamental Knowledge for Practical Training. Although “blockchain” is a new concept, the fundamental supporting technologies of blockchain have undergone a long period of development and are also involved in current courses offered by computers or related disciplines. As shown in Fig.2, blockchain covers some core technologies including peer-to-peer networks, data encryption and decryption algorithms, hash algorithms. These knowledge points are covered in Computer Network, Cryptography (or Network and Information 485
  • 3. Security), and Data Structure courses, respectively. The data consensus algorithm can be implemented based on the sorting algorithm [5], which is imparted in detail in the “Data Structure” or “Algorithm Design and Analysis” course. We guide the students to establish solid fundamental knowledge in these relevant courses. Fig. 2 Core technologies of blockchain and related undergraduate courses According to our past teaching experience, students generally have grand plans but little skill in technical training. After receiving the task, students commonly face a daunting barrier to start their work or eventually fail to complete the task. The reason is probably that students do not grasp relevant basic knowledge. In response to this problem, we propose to adopt a task-oriented mechanism to strengthen students’ mastery of the basic knowledge related to blockchain. For example, we demand students use the Python language, the Python Flask framework, and the HTTP protocol to implement a simple blockchain instance to consolidate the basic knowledge. 2.2 Building a Soft Environment Close to the Industry Background for Training. Undergraduate students often lack practical project experience. As a result, they typically feel overwhelmed and unable to get started in the face of a wide range of practical industry requirements. Consequently, this situation discourages students’ motivation of learning and training. On the basis of the previous stage, a reasonable difficulty degree is set at this stage to ensure the enthusiasm and training effect of the students. We select a practical blockchain development framework Hyperleger Fabric [6] according to the actual requirements of the enterprise. In this manner, we strengthen the task orientation, and guide students to master the use of the development framework, as well as secondary development. The software environment, business background, and business requirements all stem from the enterprise. We guide the students to install and use the development framework, explain the business background in detail, and decomposes the business requirements. In this way, the industry background, industry requirements and technical concepts of blockchain are transformed into a more comprehensible form, and mapped to a specific function of the development framework, or a specific piece of code. In this way, the tasks of students are finally factorized into a series of hands-on and gradual deepening operations or programming sub-tasks, which all center at the blockchain framework and its secondary development. At this stage, because of the more practical development framework, the threshold for students to complete training tasks is higher than the previous stage. However, the task of understanding business requirements and understanding the development framework are completed under the guidance of training tutor in a step-by-step manner. As a result, the threshold for this phase is lower than the next stage. After the completion of the training tasks at this stage, the business background and requirements will be re-discussed, and ability of students to understand the actual business can be effectively improved. In addition, latest mainstream development frameworks usually only provides English development documentation and no Chinese documentation. Therefore, in this stage we consciously guide students to read and use English documents. In this way, we improve the technical English level of students, and thus lay the foundation for the next stage. In the next stage, students will gradually start blockchain development independently. 486
  • 4. 2.3 Training Through Actual Project. At this stage, the training tutors undertake the following duties: coordinate relationships among team members, answer questions, and guide the development. These duties place high demands on tutors. Tutors need to have sufficient practical development experience. Only in this way can they efficiently assign tasks to students, answer the students’ questions, and guide students to explore. In addition, the tutor must keep in mind that his/her role is auxiliary. The protagonists of this stage are enterprise engineers and students participating in the training. Tutors fulfill their duties when students successfully adapt to practical development. 3. Conclusion We have successfully applied our strategy to training courses in School of Computer Engineering of Weifang University. We have cultivated some students who won provincial level prizes in well- know undergraduate technical competitions of China like “the Contest of Lanqiao Cup”. We conclude our work as follows. 1) Blockchain technology has extremely high application value in many industries. At present, there is a serious shortage of blockchain talents in China. Our work aims at requirements of enterprises and studies the training strategy of cultivating blockchain technical talents in applied universities. 2) Blockchain is a complex system that has a high threshold for undergraduates to complete training tasks. Our strategy takes into account the the actual knowledge levels of students in applied universities and sets a reasonable difficulty degree of learning. 3) Blockchain involves a lot of theoretical knowledge, which can easily discourage learning enthusiasm of students. We use the blockchain development framework as a carrier of knowledge and skills, so that the training focuses on understanding and mastering the functions and codes of the development framework. In this manner, we ensure the training effect. Acknowledgment This work is supported by the following funds. 1) Undergraduate Education Reform Project of Shandong Province (Z2018S046) 2) Industry-University Collaborative Education Program granted by Ministry of Education of China (201801304014 , 201802217002, 201801245027, 201702163022, 201701020099, 201701020032, 201602016011, 201602028049) 3) Key Program of Enterprise Training and Staff Education of Shandong Province(2019-141). References [1] M. Iansiti and R. L. Karim, “The truth about blockchain,” Harvard Business Review. Harvard Business School, U.S.A., vol.95, no.1, pp. 118-127, Feb, 2017. [2] G. Zyskind and N. Oz, “Decentralizing Privacy: Using Blockchain to Protect Personal Data,” Proc. 2015 IEEE Security and Privacy Workshops(San Jose, CA, USA, May 21-22, 2015). IEEE Computer Society, U.S.A., vol.1, pp.180-184, 2015. [3] Z. Zheng et al, “Blockchain challenges and opportunities: a survey, ” International Journal of Web and Grid Services. Inderscience, UK, vol.14, no.4, pp.352-375, Oct, 2018. [4] N. M. Smith et al, “Industry–University Partnerships: Engineering Education and Corporate Social Responsibility,” Journal of Professional Issues in Engineering Education and Practice. ASCE, U.S.A., vol.144, no.3, 04018002, July, 2018. [5] I.Avramovic and D. S.Richards, “Analysis of Consensus Sorting via the Cycle Metric,” Proc. International Conference on Combinatorial Optimization and Applications( Atlanta, GA, USA, 487
  • 5. December 15-17, 2018). Springer, Switherland, vol.1, p.552-565, 2018. [6] E. Androulaki et al, “Hyperledger fabric: a distributed operating system for permissioned blockchains,” Proc. Thirteenth EuroSys Conference (Porto, Portugal, April 23-26, 2018). ACM, U.S.A., vol.1, Article NO.30, 2018. 488