first commit
This commit is contained in:
		
						commit
						13e2fd6e74
					
				
					 125 changed files with 19943 additions and 0 deletions
				
			
		
							
								
								
									
										41
									
								
								layouts/other/single.html
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										41
									
								
								layouts/other/single.html
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,41 @@
 | 
			
		|||
{{ template "partials/header.html" . }}
 | 
			
		||||
<body lang="en" itemscope itemtype="http://schema.org/Article">
 | 
			
		||||
 | 
			
		||||
  <div id="topbar">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
      <header>
 | 
			
		||||
        {{ template "partials/sidebar.html" . }}
 | 
			
		||||
 | 
			
		||||
        {{ $baseurl := .Site.BaseURL }}
 | 
			
		||||
      </header>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="wrapper">
 | 
			
		||||
    <div class="units-row">	
 | 
			
		||||
      <div class="unit-20"> </div>
 | 
			
		||||
      <div class="unit-60"><h2><a href="">{{ .Title | safeHTML }}</a></h2></div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="units-row">		
 | 
			
		||||
      <div class="unit-20 dateblock"><p>{{.Params.author}}, {{ .Params.citation | safeHTML }}</p>
 | 
			
		||||
        {{ if .Params.doi }}<p class="small"><a href="http://dx.doi.org/{{.Params.doi}}">doi:{{.Params.doi}}</a></p>{{ end }}
 | 
			
		||||
        {{ if .Params.file }}<p><a href="{{.Site.BaseURL}}files/papers/{{.Params.file}}" class="badge badge-red"><i class="fa fa-file-pdf-o"></i> download pdf</a></p>{{ end }}
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="unit-60">
 | 
			
		||||
        {{ .Content }}
 | 
			
		||||
        <hr>
 | 
			
		||||
        {{ if .PrevInSection }}
 | 
			
		||||
        <a href="{{.PrevInSection.Permalink}}"> « {{.PrevInSection.Title}}</a> | {{ end }}<a href="{{ $baseurl }}/publications"><em>Publications List</em></a>{{ if .NextInSection }} | <a href="{{.NextInSection.Permalink}}">{{.NextInSection.Title}} » </a>
 | 
			
		||||
        {{ end }}
 | 
			
		||||
      </div>      
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <hr class="separator">
 | 
			
		||||
  
 | 
			
		||||
  {{ partial "whatisthis.html" . }}
 | 
			
		||||
  
 | 
			
		||||
  {{ partial "footer.html" . }} 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue