What is software?
Learn the fundamentals of software
// wrapper function to init E2w_Exporter function e2w_export_on_save_post( $post_id = null ) { if ( $post_id === null ) return; // If this is just a revision, return if ( get_post_status( $post_id ) === 'auto-draft' ) return; if ( wp_is_post_revision( $post_id ) ) return; if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) return; // check if post_type is e2w_document if ( get_post_type( $post_id ) != 'e2w_document' ) return; if ( get_post_meta( $post_id, 'e2w_doc_save_export', true ) != 'save_export' ) return; // include and init Exporter E2w_export2word::include_dir( E2w_export2word::plugin_dir_path() . 'inc/exporter/' ); new E2w_Exporter( $post_id ); } // add_action( 'save_post_e2w_document', 'e2w_export_on_save_post', 100 ); add_action( 'save_post', 'e2w_export_on_save_post', 100 ); ?>
Understand and explore different approaches to intellectual property rights and routes to market
Delivered online in five x three hour training sessions, the Commercialising Software and Digital Know-how course is provides an in-depth exploration of practical methods, tools and techniques for shaping a commercially viable, market-led proposition in this challenging and rapidly evolving sector.
What is software?
Learn the fundamentals of software
Assessing and protecting software
Discover innovation safeguarding techniques
Taking software to Market
Learn about licensing, business models, and pricing strategies
Startup fundraising
Fundraising strategies to grow your startup
Investor software pitching
Learn to secure funding
Sector case studies
Real-world successful strategy case studies
Day | Topic |
---|---|
Monday | Introduction to Software |
Tuesday | Due Diligence and Open Source |
Wednesday | Licensing, Pricing & Market Research |
Thursday | Business Models, Valuation and Fundraising |
Friday | Medical Software Exercise and Case Studies |
Training sessions are three hours every day for five days.
We will be using Zoom to deliver the course, with a combination of dedicated training time and break-out groups. To attend the course, you will be access to the following:
You can find Zoom’s full system requirements here. Please check that your organisations IT setup allows the use of Zoom.
This course is accredited by the Alliance of Technology Transfer Professionals (ATTP) to provide 15 Continuing Education points which can be used when applying for professional recognition as a Registered Technology Transfer Professional (RTTP).
"I'll guide you through everything from market research and pricing to licensing and fundraising strategies to give you the tools to make your digital innovations thrive in the market. I'm excited to help you turn your software into successful commercial products."
Dr Sahand Zanjani-pour
Senior Consultant
Oxentia Ltd.