initial push of alpha test
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>archetype-theme-transition
| 
		 After Width: | Height: | Size: 28 KiB  | 
| 
		 After Width: | Height: | Size: 29 KiB  | 
| 
		 After Width: | Height: | Size: 28 KiB  | 
| 
		 After Width: | Height: | Size: 68 KiB  | 
| 
		 After Width: | Height: | Size: 124 KiB  | 
| 
		 After Width: | Height: | Size: 11 KiB  | 
| 
		 After Width: | Height: | Size: 4.7 KiB  | 
| 
		 After Width: | Height: | Size: 3.1 KiB  | 
| 
		 After Width: | Height: | Size: 8.7 KiB  | 
| 
		 After Width: | Height: | Size: 19 KiB  | 
| 
		 After Width: | Height: | Size: 40 KiB  | 
| 
		 After Width: | Height: | Size: 38 KiB  | 
| 
		 After Width: | Height: | Size: 7.5 KiB  | 
| 
		 After Width: | Height: | Size: 27 KiB  | 
| 
		 After Width: | Height: | Size: 2.8 KiB  | 
| 
		 After Width: | Height: | Size: 27 KiB  | 
| 
		 After Width: | Height: | Size: 7.0 KiB  | 
| 
		 After Width: | Height: | Size: 21 KiB  | 
| 
		 After Width: | Height: | Size: 8.5 KiB  | 
| 
		 After Width: | Height: | Size: 7.7 KiB  | 
| 
		 After Width: | Height: | Size: 16 KiB  | 
| 
		 After Width: | Height: | Size: 7.2 KiB  | 
| 
		 After Width: | Height: | Size: 2.8 MiB  | 
| 
		 After Width: | Height: | Size: 13 KiB  | 
| 
		 After Width: | Height: | Size: 10 KiB  | 
| 
		 After Width: | Height: | Size: 5.3 KiB  | 
| 
		 After Width: | Height: | Size: 10 KiB  | 
| 
		 After Width: | Height: | Size: 31 KiB  | 
@ -0,0 +1,24 @@
 | 
				
			|||||||
 | 
					### config.toml
 | 
				
			||||||
 | 
					title = "OpenPOWER Foundation"
 | 
				
			||||||
 | 
					baseURL = "https://openpower.foundation/"
 | 
				
			||||||
 | 
					theme = "openpowerfoundation"
 | 
				
			||||||
 | 
					languageCode = "en-us"
 | 
				
			||||||
 | 
					dataDir = "data"
 | 
				
			||||||
 | 
					assetDir = "assets"
 | 
				
			||||||
 | 
					PaginatePath = "blog"
 | 
				
			||||||
 | 
					sectionPagesMenu = "main"
 | 
				
			||||||
 | 
					buildDrafts = false
 | 
				
			||||||
 | 
					pygmentsUseClasses = true
 | 
				
			||||||
 | 
					enableGitInfo = true
 | 
				
			||||||
 | 
					enableRobotsTXT = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[outputs]
 | 
				
			||||||
 | 
						home = [ "HTML", "Calendar", "JSON" , "RSS" ]
 | 
				
			||||||
 | 
						specifications = [ "HTML", "JSON" ]
 | 
				
			||||||
 | 
						schedule = [ "HTML", "Calendar" , "RSS" ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[outputFormats]
 | 
				
			||||||
 | 
					[outputFormats.RSS]
 | 
				
			||||||
 | 
						mediatype = "application/rss"
 | 
				
			||||||
 | 
						baseName = "feed"
 | 
				
			||||||
 | 
						suffix = "xml"
 | 
				
			||||||
@ -0,0 +1,133 @@
 | 
				
			|||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "About"
 | 
				
			||||||
 | 
						identifier = "about"
 | 
				
			||||||
 | 
						url = "/about/"
 | 
				
			||||||
 | 
						weight = -2000
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "about"
 | 
				
			||||||
 | 
						name = "Board of Directors"
 | 
				
			||||||
 | 
						identifier = "bod"
 | 
				
			||||||
 | 
						url = "/boardofdirectors/"
 | 
				
			||||||
 | 
						weight = -2000
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "about"
 | 
				
			||||||
 | 
						name = "Steering Committee"
 | 
				
			||||||
 | 
						identifier = "steeringcommittee"
 | 
				
			||||||
 | 
						url = "/steeringcommittee"
 | 
				
			||||||
 | 
						weight = -1900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "Members"
 | 
				
			||||||
 | 
						identifier = "members"
 | 
				
			||||||
 | 
						url = "/members/"
 | 
				
			||||||
 | 
						weight = -1900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "HUB"
 | 
				
			||||||
 | 
						identifier = "hub"
 | 
				
			||||||
 | 
						url = "/hub/"
 | 
				
			||||||
 | 
						weight = -1800
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "Community"
 | 
				
			||||||
 | 
						identifier = "community"
 | 
				
			||||||
 | 
						url = "/community/"
 | 
				
			||||||
 | 
						weight = -1700
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "Git"
 | 
				
			||||||
 | 
						identifier = "git"
 | 
				
			||||||
 | 
						url = "https://git.openpower.foundation/"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -2000
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "Chat"
 | 
				
			||||||
 | 
						identifier = "chat"
 | 
				
			||||||
 | 
						url = "https://chat.openpower.foundation/"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1900
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "Discuss"
 | 
				
			||||||
 | 
						identifier = "discuss"
 | 
				
			||||||
 | 
						url = "https://discuss.openpower.foundation/"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1800
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "Planet"
 | 
				
			||||||
 | 
						identifier = "planet"
 | 
				
			||||||
 | 
						url = "https://planet.openpower.foundation"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1700
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "GitHub"
 | 
				
			||||||
 | 
						identifier = "github"
 | 
				
			||||||
 | 
						url = "https://github.com/open-power/"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1600
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "GitLab"
 | 
				
			||||||
 | 
						identifier = "gitlab"
 | 
				
			||||||
 | 
						url = "https://github.com/open-power/"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1500
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "Slack"
 | 
				
			||||||
 | 
						identifier = "slack"
 | 
				
			||||||
 | 
						url = "https://openpwoerfoundation.slack.com/"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1400
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "community"
 | 
				
			||||||
 | 
						name = "Causeway"
 | 
				
			||||||
 | 
						identifier = "causeway"
 | 
				
			||||||
 | 
						url = "https://members.openpowerfoundation.org"
 | 
				
			||||||
 | 
						post = "external link alternate icon"
 | 
				
			||||||
 | 
						weight = -1300
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "Events"
 | 
				
			||||||
 | 
						identifier = "events"
 | 
				
			||||||
 | 
						url = "/events/"
 | 
				
			||||||
 | 
						weight = -1600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "Groups"
 | 
				
			||||||
 | 
						identifier = "groups"
 | 
				
			||||||
 | 
						url = "/groups/"
 | 
				
			||||||
 | 
						weight = -1600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						name = "Resources"
 | 
				
			||||||
 | 
						identifier = "resources"
 | 
				
			||||||
 | 
						url = "/resources/"
 | 
				
			||||||
 | 
						weight = -1600
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "resources"
 | 
				
			||||||
 | 
						name = "Technical Specifications"
 | 
				
			||||||
 | 
						identifier = "technicalspecifications"
 | 
				
			||||||
 | 
						url = "/specifications/"
 | 
				
			||||||
 | 
						weight = -2900
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "resources"
 | 
				
			||||||
 | 
						name = "Reference Designs"
 | 
				
			||||||
 | 
						identifier = "referencedesigns"
 | 
				
			||||||
 | 
						url = "/resources/referencedesigns/"
 | 
				
			||||||
 | 
						weight = -2800
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "resources"
 | 
				
			||||||
 | 
						name = "OpenPOWER Ready"
 | 
				
			||||||
 | 
						identifier = "ready"
 | 
				
			||||||
 | 
						url = "/resources/ready/"
 | 
				
			||||||
 | 
						weight = -2700
 | 
				
			||||||
 | 
					[[navbar]]
 | 
				
			||||||
 | 
						parent = "resources"
 | 
				
			||||||
 | 
						name = "OpenPOWER Use Cases"
 | 
				
			||||||
 | 
						identifier = "usecases"
 | 
				
			||||||
 | 
						url = "/resources/usecases/"
 | 
				
			||||||
 | 
						weight = -2600
 | 
				
			||||||
@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					#[toparea]
 | 
				
			||||||
 | 
					#	text = "Regional Conference - 4th June 2020 - Intelligent Platforms"
 | 
				
			||||||
@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					#!parms.toml
 | 
				
			||||||
 | 
					[forms.contact]
 | 
				
			||||||
 | 
						URI = "https://webscripts.vantosh.com/forms/contact/vantoshcom"
 | 
				
			||||||
 | 
					[forms.hub]
 | 
				
			||||||
 | 
						URI = "http://localhost:8080/forms/hub/test/opf"
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					#!parms.toml
 | 
				
			||||||
 | 
					[analytics.piwik]
 | 
				
			||||||
 | 
						URL = "https://stats.vantosh.com"
 | 
				
			||||||
 | 
						ID = "69"
 | 
				
			||||||
 | 
					[forms.contact]
 | 
				
			||||||
 | 
						URI = "https://webscripts.vantosh.com/forms/contact/opfm"
 | 
				
			||||||
 | 
					[forms.hub]
 | 
				
			||||||
 | 
						URI = "https://webscripts.vantosh.com/forms/hub/prod/opf"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "About"
 | 
				
			||||||
 | 
					navbar: about
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,26 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Mission Statement"
 | 
				
			||||||
 | 
					date: 2021-03-06
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The OpenPOWER Foundation Board of Directors is chartered to set the tactical and strategic direction of the organization.
 | 
				
			||||||
 | 
					In this capacity the Board has ratified the Foundations Mission Statement and 2019 Focus Areas as follows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					_"Through the growing open ecosystem of the POWER Architecture and its associated technologies,
 | 
				
			||||||
 | 
					the OpenPOWER Foundation facilitates its Members to share expertise, investment and intellectual property to serve the evolving needs of all end users."_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Focus Areas :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Recognizing that truly valuable solutions come from both strong open core technologies and a community that supports same,
 | 
				
			||||||
 | 
					the OpenPOWER Foundation (OPF) will focus in 2019 on these key areas :
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Building and engaging our Developer communities across multiple areas including Open Source Software, Academia, Cloud, HPC, ISVs and AI.
 | 
				
			||||||
 | 
					  - Increasing geographical and informal collaborations/events for member-to-member communication.
 | 
				
			||||||
 | 
					- Through the technical Working Groups continuing to enable the technologies, specifications and project deliverables that underpin Foundation activities.
 | 
				
			||||||
 | 
					  - Providing/Increasing enablement for integration and information sharing capabilities to ease the ability to develop and integrate technologies.
 | 
				
			||||||
 | 
					- Championing the solutions and offerings of Members by encouraging collaboration across the OPF membership and promoting these to the wider marketplace.
 | 
				
			||||||
 | 
					  - Partnering with other Open Source and Industry organizations to broaden reach.
 | 
				
			||||||
 | 
					- Growing membership and engagement at all levels.
 | 
				
			||||||
 | 
					  - Ensuring membership structure, budget, and activities support long-term sustainability of the foundation, demonstrate business value of membership, and encourage participation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Board of Directors"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Artem Ikoev"
 | 
				
			||||||
 | 
					position: "Chairman"
 | 
				
			||||||
 | 
					weight: 1
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Hugh Bleming"
 | 
				
			||||||
 | 
					position: "Advisor"
 | 
				
			||||||
 | 
					weight: 9000
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "James Huang"
 | 
				
			||||||
 | 
					position: "Director"
 | 
				
			||||||
 | 
					weight: 1000
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "James Kulina"
 | 
				
			||||||
 | 
					position: "Executive Director"
 | 
				
			||||||
 | 
					member: linuxfoundation
 | 
				
			||||||
 | 
					weight: 100
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Mendy Furmanek"
 | 
				
			||||||
 | 
					position: "President"
 | 
				
			||||||
 | 
					weight: 10
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Sameer Shende"
 | 
				
			||||||
 | 
					position: Director
 | 
				
			||||||
 | 
					weight: 4000
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Tim Ansell"
 | 
				
			||||||
 | 
					position: Director
 | 
				
			||||||
 | 
					weight: 1000
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Timothy Pearson"
 | 
				
			||||||
 | 
					position: "Director"
 | 
				
			||||||
 | 
					weight: 3000
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Community links"
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "OpenPOWER Foundation Event List"
 | 
				
			||||||
 | 
					date: 2021-03-11
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "OpenPOWER Summit EU 2019"
 | 
				
			||||||
 | 
					eventdate: 2019-10-31
 | 
				
			||||||
 | 
					eventplace: "Lyon, France"
 | 
				
			||||||
 | 
					date: 2019-10-31
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "OpenPOWER Summit Virtual 2020"
 | 
				
			||||||
 | 
					eventdate: 2020-09-15
 | 
				
			||||||
 | 
					eventlocation: "Virtual"
 | 
				
			||||||
 | 
					summary: "The OpenPOWER Summit North America is going virtual on September 15, 2020."
 | 
				
			||||||
 | 
					date: 2020-09-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The OpenPOWER Summit North America is going virtual on September 15, 2020.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The event will bring open hardware and software developers, OpenPOWER Member companies,
 | 
				
			||||||
 | 
					researchers and academics across the ecosystem to share learnings, highlight innovation and discuss the future of OpenPOWER
 | 
				
			||||||
 | 
					in an online setting. Architects, developers, executives, and end users are all welcome.  
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "OpenPOWER Summit Virtual 2021"
 | 
				
			||||||
 | 
					eventdate: 2021-09-15
 | 
				
			||||||
 | 
					eventlocation: "Virtual"
 | 
				
			||||||
 | 
					date: 2021-03-18
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Workgroup Overview"
 | 
				
			||||||
 | 
					date: 2021-03-06
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					At the foundation we have 2 different distinct types of working groups.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					A __Technical Workgroup (TWG)__ is a workgroup that provides technical specifications and will help define next-generation of the specifications,
 | 
				
			||||||
 | 
					definitions, and the compliance of these specifications with primary output being specification documents.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					A __Special Integration Group (SIG)__ is a workgroup that provides an implementation of technical specifications with the goal to produce reference designs.
 | 
				
			||||||
 | 
					A SIG will normally provide a reference design, a finished product, or help maintain project for direct usage.  
 | 
				
			||||||
@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Accelerator Workgroup"
 | 
				
			||||||
 | 
					wgtype: sig
 | 
				
			||||||
 | 
					chair: curtwollbrink
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					  - allancantle
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Compliance Workgroup"
 | 
				
			||||||
 | 
					wgtype: twg
 | 
				
			||||||
 | 
					chair: sandywoodward
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "High-Performance-Computing Workgroup"
 | 
				
			||||||
 | 
					wgtype: sig
 | 
				
			||||||
 | 
					chair: allancantle
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - allancantle
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - innoboost
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Instruction Set Architecture Workgroup"
 | 
				
			||||||
 | 
					wgtype: twg
 | 
				
			||||||
 | 
					chair: paulmackerras
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					  - raptorcomputingsystems
 | 
				
			||||||
 | 
					date: 2021-03-07
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The OpenPOWER ISA Technical Workgroup is the workgroup that governs over the POWER ISA specifications.
 | 
				
			||||||
@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "LibreBMC Workgroup"
 | 
				
			||||||
 | 
					wgtype: sig
 | 
				
			||||||
 | 
					chair: paullecocq
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - google
 | 
				
			||||||
 | 
					  - antmicro
 | 
				
			||||||
 | 
					  - raptorcomputingsystems
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Machine Learning AI Work Group"
 | 
				
			||||||
 | 
					wgtype: sig
 | 
				
			||||||
 | 
					chair: lionelclavien
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - innoboost
 | 
				
			||||||
 | 
					  - google
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Memory Workgroup"
 | 
				
			||||||
 | 
					wgtype: twg
 | 
				
			||||||
 | 
					chair: pierreluccantin
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - google
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "PowerPi Workgroup"
 | 
				
			||||||
 | 
					wgtype: sig
 | 
				
			||||||
 | 
					chair: yehowshuaimmanuel
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					  - chipeleven
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "System Software Workgroup"
 | 
				
			||||||
 | 
					wgtype: twg
 | 
				
			||||||
 | 
					chair: klauskiwi
 | 
				
			||||||
 | 
					members:
 | 
				
			||||||
 | 
					  - ibm
 | 
				
			||||||
 | 
					  - vantosh
 | 
				
			||||||
 | 
					  - yadro
 | 
				
			||||||
 | 
					  - 3mdeb
 | 
				
			||||||
 | 
					  - stevenmunroe
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Hub providers"
 | 
				
			||||||
 | 
					date: 2020-03-10
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Here is a list of OpenPOWER Hub providers.  
 | 
				
			||||||
 | 
					These providers give you access to OpenPOWER hardware to enable you to get acquinted with the OpenPOWER platform.  
 | 
				
			||||||
 | 
					Each provider has it's specific setup and you can request access to the OPF Hub through our OPF Hub Request Form.  
 | 
				
			||||||
@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "OSU Open Source Lab"
 | 
				
			||||||
 | 
					member: oregonstateuniversity
 | 
				
			||||||
 | 
					provides:
 | 
				
			||||||
 | 
					  - virtual
 | 
				
			||||||
 | 
					  - container
 | 
				
			||||||
 | 
					  - gpu
 | 
				
			||||||
 | 
					date: 2021-03-11
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Raptor IntegriCloud"
 | 
				
			||||||
 | 
					member: raptorcomputingsystems
 | 
				
			||||||
 | 
					provides:
 | 
				
			||||||
 | 
					  - virtual
 | 
				
			||||||
 | 
					  - container
 | 
				
			||||||
 | 
					date: 2020-03-11
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "University of Oregon Exascale Computing Center"
 | 
				
			||||||
 | 
					member: universityoforegon
 | 
				
			||||||
 | 
					provides:
 | 
				
			||||||
 | 
					  - virtual
 | 
				
			||||||
 | 
					  - container
 | 
				
			||||||
 | 
					  - gpu
 | 
				
			||||||
 | 
					date: 2021-03-11
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "VanTosh OpenPOWER Hub"
 | 
				
			||||||
 | 
					member: vantosh
 | 
				
			||||||
 | 
					provides:
 | 
				
			||||||
 | 
					  - virtual
 | 
				
			||||||
 | 
					  - container
 | 
				
			||||||
 | 
					date: 2020-03-10
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Current Member List"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Our current members listed by membership levels :
 | 
				
			||||||
@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Allan Cantle"
 | 
				
			||||||
 | 
					level: individual
 | 
				
			||||||
 | 
					country: "United States of America"
 | 
				
			||||||
 | 
					joined: 2020
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Antmicro"
 | 
				
			||||||
 | 
					level: silver
 | 
				
			||||||
 | 
					image: antmicro.png
 | 
				
			||||||
 | 
					country: "Poland"
 | 
				
			||||||
 | 
					joined: 2020
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Become an OpenPOWER Foundation member"
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					form: true
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Credativ"
 | 
				
			||||||
 | 
					#image: credativ-logo.png
 | 
				
			||||||
 | 
					level: silver
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Google"
 | 
				
			||||||
 | 
					image: "google.png"
 | 
				
			||||||
 | 
					level: platinum
 | 
				
			||||||
 | 
					country: "United States of America"
 | 
				
			||||||
 | 
					joined: 2013
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Hitachi"
 | 
				
			||||||
 | 
					image: "hitachi.png"
 | 
				
			||||||
 | 
					#link: 
 | 
				
			||||||
 | 
					level: gold
 | 
				
			||||||
 | 
					joined: 2014
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "IBM"
 | 
				
			||||||
 | 
					image: "ibm.png"
 | 
				
			||||||
 | 
					level: platinum
 | 
				
			||||||
 | 
					joined: 2013
 | 
				
			||||||
 | 
					link: "https://www.ibm.com"
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					IBM, International Business Machines, the company that started the POWER architecture and a core member of the OpenPOWER foundation.
 | 
				
			||||||
@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "InnoBoost"
 | 
				
			||||||
 | 
					image: innoboost.png
 | 
				
			||||||
 | 
					level: silver
 | 
				
			||||||
 | 
					link: "https://www.inno-boost.com"
 | 
				
			||||||
 | 
					country: "Switzerland"
 | 
				
			||||||
 | 
					joined: 2016
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Inspur Power Systems"
 | 
				
			||||||
 | 
					image: "inspur-power-systems.png"
 | 
				
			||||||
 | 
					level: platinum
 | 
				
			||||||
 | 
					country: "China"
 | 
				
			||||||
 | 
					joined: 2017
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Oregon State University"
 | 
				
			||||||
 | 
					image: "oregonstateuniversity.png"
 | 
				
			||||||
 | 
					level: academic
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Raptor Computing Systems"
 | 
				
			||||||
 | 
					image: "raptorcomputingsystems.png"
 | 
				
			||||||
 | 
					level: silver
 | 
				
			||||||
 | 
					country: "United States of America"
 | 
				
			||||||
 | 
					joined: 2018
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					name: "Red Hat"
 | 
				
			||||||
 | 
					image: "redhat.png"
 | 
				
			||||||
 | 
					level: gold
 | 
				
			||||||
 | 
					country: "United States of America"
 | 
				
			||||||
 | 
					joined: 2017
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Steven Munroe"
 | 
				
			||||||
 | 
					level: individual
 | 
				
			||||||
 | 
					country: "United States of America"
 | 
				
			||||||
 | 
					joined: 2017
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "University of Oregon"
 | 
				
			||||||
 | 
					image: "universityoforegon.jpg"
 | 
				
			||||||
 | 
					level: academic
 | 
				
			||||||
 | 
					country: "United States of America"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "VanTosh"
 | 
				
			||||||
 | 
					image: "vantosh.png"
 | 
				
			||||||
 | 
					country: "Belgium"
 | 
				
			||||||
 | 
					link: "https://www.vantosh.com/?opf"
 | 
				
			||||||
 | 
					level: silver
 | 
				
			||||||
 | 
					joined: 2017
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Wistron"
 | 
				
			||||||
 | 
					#image:
 | 
				
			||||||
 | 
					#link
 | 
				
			||||||
 | 
					level: silver
 | 
				
			||||||
 | 
					joined: 2014
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "YADRO"
 | 
				
			||||||
 | 
					image: "yadro.png"
 | 
				
			||||||
 | 
					level: platinum
 | 
				
			||||||
 | 
					country: Russia
 | 
				
			||||||
 | 
					joined: 2015
 | 
				
			||||||
 | 
					link: "https://www.yadro.com/"
 | 
				
			||||||
 | 
					date: 2021-03-02
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					YADRO is the absolute leader on the market of enterprise storage systems and holds a leading position in the high-performance server segment in Russia.
 | 
				
			||||||
 | 
					A domestic vendor has never before placed this high in the segments of the Russian market historically dominated by the large global vendors.
 | 
				
			||||||
@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Key person of OpenPOWER Foundation"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Allan Cantle"
 | 
				
			||||||
 | 
					image: allancantle.jpg
 | 
				
			||||||
 | 
					member: allancantle
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Allan Cantle currently is the CEO of Nallasway, a consulting Company in the area of Distributed, Heterogeneous, High Performance Computing Solutions.
 | 
				
			||||||
 | 
					Most recently, Allan was CTO of the I.S.I. group in Molex from 2018 to July 2020 after Nallatech was acquired by Molex along with BittWare.
 | 
				
			||||||
 | 
					Prior, Allan founded Nallatech where he resided for 25 years and held two positions;
 | 
				
			||||||
 | 
					CEO from 1993 thru 2005 where he had full P&L responsibility growing Nallatech's revenue at a 50% CAGR, and,
 | 
				
			||||||
 | 
					President and Founder from 2006 to 2018 where he was responsible for Nallatech's Product Roadmap based
 | 
				
			||||||
 | 
					around solving real application problems with the best heterogeneous computing solutions.
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Artem Ikoev"
 | 
				
			||||||
 | 
					member: "yadro"
 | 
				
			||||||
 | 
					image: "artemikoev.jpg"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Artem Ikoev is co-founder and technology visioner of YADRO Company.
 | 
				
			||||||
 | 
					Artem serves the role of CTO and he is responsible for company technology strategy and product development.
 | 
				
			||||||
 | 
					He manages software & hardware engineering and product teams in total of 160+ employees and demonstrates strong leadership and
 | 
				
			||||||
 | 
					encourages talents for continuous technology disruption.
 | 
				
			||||||
 | 
					Prior to YADRO Artem held a number of technical & business development positions in international companies with overall 20 years industry experience.
 | 
				
			||||||
@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Hugh Blemming"
 | 
				
			||||||
 | 
					image: "hughblemings.jpg"
 | 
				
			||||||
 | 
					member: individual
 | 
				
			||||||
 | 
					date: 2021-03-13
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Hugh has had a long standing association with Free and Open Source Software, Open Hardware and POWER.
 | 
				
			||||||
 | 
					His career has spanned everything from Linux kernel development to engineering team management,
 | 
				
			||||||
 | 
					electronics design to product management at the likes of IBM, Canonical and Rackspace.
 | 
				
			||||||
 | 
					He has previously served as President on the Council of Linux Australia and on the Linux Foundation's Technical Advisory Board among other roles.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Based in Melbourne, Australia, Hugh served as the Executive Director of the OpenPOWER Foundation from November 2017 to May 2020
 | 
				
			||||||
 | 
					and remains passionately involved in the OpenPOWER ecosystem in a voluntary capacity as a Board Advisor an individual contributor.
 | 
				
			||||||
@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "James Huang"
 | 
				
			||||||
 | 
					member: inspurpowersystems
 | 
				
			||||||
 | 
					image: "jameshuang.jpg"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					James is the Deputy G.M. of Inspur Power Systems Co., Ltd, which is a joint venture between Inspur(51%) and IBM(49%).
 | 
				
			||||||
 | 
					At IPS he leads OpenPOWER product planning, development, supply chain management and after-sales service.
 | 
				
			||||||
 | 
					Since the JV opened in 2018, IPS has successfully developed a rich OpenPOWER product portfolio and achieved great market success in China.
 | 
				
			||||||
 | 
					James has worked in server system design for Inspur more than 20 years, skilled in high-end server architecture design and UEFI BIOS,
 | 
				
			||||||
 | 
					BMC firmware development.
 | 
				
			||||||
@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "James Kulina"
 | 
				
			||||||
 | 
					image: "jameskulina.jpg"
 | 
				
			||||||
 | 
					member: "openpowerfoundation"
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					James is Executive Director of the OpenPower Foundation, with over 10 years of open source experience across
 | 
				
			||||||
 | 
					hardware, software, and network engineering disciplines.
 | 
				
			||||||
 | 
					James brings a passion for open source and is committed to growing OpenPower Foundation's membership, community, and ecosystem.
 | 
				
			||||||
 | 
					He is a serial entrepreneur with a background in enterprise technology and has worked in roles spanning operations,
 | 
				
			||||||
 | 
					business development, product management, and engineering.
 | 
				
			||||||
 | 
					Previously, James was co-founder and COO at Hyper.sh, an open source cloud-native virtualization startup acquired by Ant Financial.
 | 
				
			||||||
 | 
					Prior to that, he led product management in Red Hat's OpenStack group, and was a product lead on AT&T's first OpenStack Cloud.
 | 
				
			||||||
 | 
					James graduated from University of Virginia with a degree in Electrical Engineering and is based in New York.
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Klaus Kiwi"
 | 
				
			||||||
 | 
					#image:
 | 
				
			||||||
 | 
					member: ibm
 | 
				
			||||||
 | 
					date: 2021-03-06
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Lionel Clavien"
 | 
				
			||||||
 | 
					member: innoboost
 | 
				
			||||||
 | 
					date: 2021-03-16
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Mendy Furmanek"
 | 
				
			||||||
 | 
					image: "mendyfermanuk.jpg"
 | 
				
			||||||
 | 
					member: ibm
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Mendy Furmanek is the IBM Director of OpenPOWER Processor Enablement where she drives IBM partnerships in chip development as well as OpenCAPI partner enablement.
 | 
				
			||||||
 | 
					Mendy received a BSEE with a double major in Electrical/Computer Engineering and Computer Science from Duke University in 2001.
 | 
				
			||||||
 | 
					She also studied at the University of Madrid for her Spanish degree and the University of Queensland as part of her BSEE.
 | 
				
			||||||
 | 
					She first joined IBM in 2000 as a design and verification intern on POWER4 and has been part of the IBM processor development team ever since.
 | 
				
			||||||
 | 
					Mendy's expertise is in pre-silicon verification and led the development of a premier multi-hundred global verification team responsible for POWER, Z, and IBM System ASICs.
 | 
				
			||||||
 | 
					While focused in verification she has experience across all aspects of chip development.
 | 
				
			||||||
 | 
					She managed the overall delivery of POWER8 and then moved to her current executive role in OpenPOWER at the end of 2015.
 | 
				
			||||||
 | 
					Concurrently with becoming President of the OpenPOWER Foundation in 2019 Mendy led the opening of the POWER Instruction Set Architecture (ISA).
 | 
				
			||||||
 | 
					Mendy has a passion for the open hardware movement and is excited about the opportunities it presents for the industry.
 | 
				
			||||||
@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Paul Lecocq"
 | 
				
			||||||
 | 
					member: ibm
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Paul Mackerras"
 | 
				
			||||||
 | 
					image:
 | 
				
			||||||
 | 
					member: ibm
 | 
				
			||||||
 | 
					date: 2021-03-06
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Pierre-Luc Cantin"
 | 
				
			||||||
 | 
					#image:
 | 
				
			||||||
 | 
					member: google
 | 
				
			||||||
 | 
					date: 2021-03-15
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "Sameer Shende"
 | 
				
			||||||
 | 
					image: "sameershende.jpg"
 | 
				
			||||||
 | 
					member: universityoforegon
 | 
				
			||||||
 | 
					date: 2021-03-03
 | 
				
			||||||
 | 
					draft: false
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Sameer Shende serves as the lead developer of the TAU Performance System, Program Database Toolkit (PDT), HPCLinux,
 | 
				
			||||||
 | 
					and Extreme-Scale Scientific Software Stack (E4S.io).
 | 
				
			||||||
 | 
					His research interests include performance instrumentation, measurement, and analysis tools for HPC.
 | 
				
			||||||
 | 
					He has extensive experience working on the OpenPOWER platform.
 | 
				
			||||||
 | 
					He has recently been appointed the Level 4 lead for the Exascale Computing Project (ECP),
 | 
				
			||||||
 | 
					Programming Models and Runtime (PMR) SDK area at the University of Oregon where he is leading the effort to provide
 | 
				
			||||||
 | 
					ECP Software Technology (ST) products in a container environment for HPC.
 | 
				
			||||||
 | 
					He has served as the the chair of the Performance Measurement, Modeling,
 | 
				
			||||||
 | 
					and Tools track at SC17 and the co-chair for the technical program at the ICPP 2017 conferences.
 | 
				
			||||||