LiangDong

D3chart

d3 chart

The d3.chart is a javascript library to draw wonderful pictures.

#Command

python –m SimpleHTTPServer 8888

#Visit

Host

(set-task "actr.tasks.ActrInterface.SIMCogACTR") 

(sgp :esc t :lf .05 :trace-detail high)

(chunk-type read-bar state)

(add-dm
    (start isa chunk)(attend isa chunk)
    (respond isa chunk)
    (goal isa read-bar state start)
    
(p find-bar
    =goal> 
        ISA read-bar
        state start
==>
    +visual-location>
        ISA visual-location
        :attended nil
    =goal>
        state find-location
)
        
        
(p attend-bar
    =goal>
        ISA read-bar
        state find-location
    =visual-location>
        ISA visual-location
    ?visual>
        state free
==>
    +visual>
        ISA move-attention
        screen-pos=visual-location
    =goal>
        state attend
)
(p encode-bar
    =goal>
        ISA read-bar
        state attend
    =visual>
        ISA rectangle
        value =bar
    ?imaginal>
        state free
==>
    =goal>
        state respond
    +imaginal>
        isa array
        bar =bar
)
(p back
    =goal>
        ISA read-bar
        state respond
    =imaginal>
        isa array
        bar=bar
==>
    =goal>
        state start
)
        (goal-focus goal)
)

#Website Development Demo

Private Repository

Public Website

Apache, Php, MySQL

Apache, Php, MySQL2

Apache setup

To be realized

Companies interface is not realized.

User profile is not realized(recording submited information)

Search in the main page is not working

use a crawler to get information of job and companies .

d3 tutorial

d3 line graph

demo1 x,y axis

Yifan’s repository