-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·53 lines (44 loc) · 1.22 KB
/
_config.yml
File metadata and controls
executable file
·53 lines (44 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: "Software Verification Lab"
title: "Software Verification Lab at POSTECH"
description: "Software Verification Lab"
url: https://sv.postech.ac.kr
baseurl:
research_imgs: "/images/research"
footer:
name: "Software Verification Laboratory"
department: "Department of Computer Science and Engineering"
affiliation1: "Pohang University of Science and Technology"
affiliation2: "(POSTECH)"
building1: "Engineering Building 2"
building2: "Room 204"
address1: "77 Cheongam-ro, Nam-gu"
address2: "Pohang-si, Gyeongsangbuk-do"
address3: "37673, Republic of Korea"
copyright_year: 2026
privacy_policy_url: "https://postech.ac.kr/eng/usage-guide/privacy_policy.do"
opt-out_of_commercial_ads_url: "https://postech.ac.kr/eng/usage-guide/opt-out_of_commercial_ads.do"
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-redirect-from
nav:
- name: "publications"
href: "/publications"
- name: "members"
href: "/members"
- name: "research"
href: "/research"
include:
- _pages
sass:
style: :compressed
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
collections:
researchtopics:
output: true
permalink: /research/:title.html