Skip to content

Commit

Permalink
Merge pull request #98 from jbolns/dev
Browse files Browse the repository at this point in the history
GH Action Deploy #7
  • Loading branch information
jbolns authored Nov 4, 2024
2 parents e96bdc3 + 0ca61ea commit 1718953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({

resolve: {
alias: {
"@assets/*": "/src/assets/",
"~": "/src/",
},
},

Expand Down
6 changes: 3 additions & 3 deletions src/content/blog/en/risk-in-platform-economy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Conceptually, the process of assessing risk in the platform economy can be divid
### Identification
All risk assessment shares a need for identifying threats/hazards---thing that can go wrong. The platform economy is no different: online activities can go wrong in various manners.

![Example list of hazards](@assets/list-of-hazards.webp "Figure 1: Example list of hazards.")
![Example list of hazards](~/assets/list-of-hazards.webp "Figure 1: Example list of hazards.")
<span className="text-2sm">*Figure 1: Example list of hazards*</span>

A first step in assessing risk in the platform economy is therefore to list things that are difficult to manage in digital platforms (one or many). Comprehensiveness is unlikely at first, but an initial set of concerns can act as a preliminary list of hazards to improve over time.
Expand All @@ -29,7 +29,7 @@ The second step is also fairly standard. Once there is an initial list of hazard

Initial estimates will likely be inaccurate, but these can be improved cyclically, as visualised in figure 2.

![Foundational risk assessment cycle](@assets/risk-assessment-cycle.webp "Figure 1: A foundational risk assessment cycle.")
![Foundational risk assessment cycle](~/assets/risk-assessment-cycle.webp "Figure 2: A foundational risk assessment cycle.")
<span className="text-2sm">*Figure 2: Foundational risk assessment cycle*</span>

### Configurational (life cycle) assessment
Expand All @@ -39,7 +39,7 @@ The data-driven nature of the platform economy should in theory permit us to mov

Conceptually, any risk can be mapped in a “tree”-like manner. For all applicable hazards, on can layout all possible states/scenarios and follow things as a product/service makes its way through the different levels of the platform economy, as visualised in figure 3.[^2]

![Configurational risk assessment example for a single hazard.](@assets/configurational-risk-assessment.webp "Figure 1: Configurational risk assessment example (single hazard).")
![Configurational risk assessment example for a single hazard.](~/assets/configurational-risk-assessment.webp "Figure 3: Configurational risk assessment example (single hazard).")
<span className="text-2sm">*Figure 3: Configurational risk assessment example for a single hazard.*</span>

## Who?
Expand Down

0 comments on commit 1718953

Please sign in to comment.